Re: Out of Memory - 8.2.4

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: Out of Memory - 8.2.4
Дата
Msg-id 87wsvcj3k9.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на Re: Out of Memory - 8.2.4  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
"Tom Lane" <tgl@sss.pgh.pa.us> writes:

> 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 ...

Incidentally, there was a previous discussion about this a while back.
I can't seem to find it in the archives though.

--
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Out of Memory - 8.2.4
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Reliable and fast money transaction design