Re: Out Of Memory Error on GiST Index

Поиск
Список
Период
Сортировка
От James Cradock
Тема Re: Out Of Memory Error on GiST Index
Дата
Msg-id ce6207c172f30266977c5a85f30aa744@me3.com
обсуждение исходный текст
Ответ на Re: Out Of Memory Error on GiST Index  (Richard Huxton <dev@archonet.com>)
Список pgsql-general
Thanks.

I'm using PostgreSQL 8.0.2.

On Sep 1, 2005, at 6:35 AM, Richard Huxton wrote:

> 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
>
>
-----
James Cradock, jcradock@me3.com

me3 Technology Consultants, LLC
24 Preble Street, 2nd Floor
Portland, ME 04101

207-772-3217 (office)
207-838-8678 (mobile)

www.me3.com


В списке pgsql-general по дате отправления:

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Out Of Memory Error on GiST Index
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Re: Out Of Memory Error on GiST Index