Re: Out Of Memory Error on GiST Index

From: Richard Huxton <dev(at)archonet(dot)com>
To: James Cradock <jcradock(at)me3(dot)com>
Cc: "<pgsql-general(at)postgresql(dot)org> <pgsql-general(at)postgresql(dot)org>" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Out Of Memory Error on GiST Index
Date: 2005-09-01 10:35:41
Message-ID: 4316D97D.7060903@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

James Cradock wrote:
> 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?

I seem to remember mention of memory-leak fixes being applied to the
GiST code not too long back - might be worth checking the archives for
the bug/hackers list.

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Venki 2005-09-01 11:07:20 Re: Problem running or executing a function in Postgresql
Previous Message Howard Cole 2005-09-01 10:35:27 Re: bytea or large objects?