From: | James Cradock <jcradock(at)me3(dot)com> |
---|---|
To: | "<pgsql-general(at)postgresql(dot)org> <pgsql-general(at)postgresql(dot)org>" <pgsql-general(at)postgresql(dot)org> |
Subject: | Out Of Memory Error on GiST Index |
Date: | 2005-09-01 10:18:50 |
Message-ID: | 6b9c8a6d1a1b1cc3d868908de3fff427@me3.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hello.
I'm getting an Out Of Memory error when I try to create a GiST index on
a geometry column (PostGIS) with approximately 33,000,000 rows. I can
truncate the data in the table, create the GiST index on the empty
table, but when I try to reload the data via pg_restore I get the
error. I get the error also if I try creating the GiST index on the
table with the 33,000,000 rows.
Are there limitations with the GiST index? Has anyone seen this?
Thanks.
Jim
-----
James Cradock, jcradock(at)me3(dot)com
-----
James Cradock, jcradock(at)me3(dot)com
me3 Technology Consultants, LLC
24 Preble Street, 2nd Floor
Portland, ME 04101
207-772-3217 (office)
207-838-8678 (mobile)
From | Date | Subject | |
---|---|---|---|
Next Message | Howard Cole | 2005-09-01 10:35:27 | Re: bytea or large objects? |
Previous Message | Richard Huxton | 2005-09-01 10:11:12 | Re: syslog message I do not understand |