GiST memory usage

Поиск
Список
Период
Сортировка
От strk@refractions.net
Тема GiST memory usage
Дата
Msg-id 20050813111230.GA27975@keybit.net
обсуждение исходный текст
Ответы Re: GiST memory usage  (strk@refractions.net)
Re: GiST memory usage  (Teodor Sigaev <teodor@sigaev.ru>)
Список pgsql-hackers
Hi all.
I've been reported memory limit hits
during a postgis index construction
(GiST index).

The indexed tuples are about 425 millions.
The index key is a box2d object (4*sizeof(float)).

The machine has 4 Gb of RAM, and operations are
peaked at ~2.4 Gb of usage.

Is there a way to detect where is memory hold ?

Is there an index-specific memory context for use
to early release memory blocks allocated during
operations (didn't see any use of memory contexts
in the contrib/rtree_gist) ?

TIA

--strk;



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

Предыдущее
От: Marko Kreen
Дата:
Сообщение: Re: openbsd, plpython, missing threading symbols
Следующее
От: strk@refractions.net
Дата:
Сообщение: Re: GiST memory usage