Re: Out of Memory - 8.2.4

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Out of Memory - 8.2.4
Дата
Msg-id 2311.1188490855@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Out of Memory - 8.2.4  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: Out of Memory - 8.2.4
Список pgsql-general
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Maybe we could load it in a more compact form after the heap cleanup
> pass, instead of a plain TID list.

Hmm ... a non-lossy bitmap would be an interesting alternative.
I think I went with bsearch mainly because I knew I could generate
the TID list already sorted.  Somebody should try to measure the
probe time of the tidbitmap code against bsearch ...

            regards, tom lane

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

Предыдущее
От: Denis Gasparin
Дата:
Сообщение: Re: Autovacuum not vacuuming pg_largeobject
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Out of Memory - 8.2.4