Re: Exclusion Constraints on Arrays?

Поиск
Список
Период
Сортировка
От David E. Wheeler
Тема Re: Exclusion Constraints on Arrays?
Дата
Msg-id 708C6F18-D550-4FB4-BADD-10FD7625D413@justatheory.com
обсуждение исходный текст
Ответ на Re: Exclusion Constraints on Arrays?  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Exclusion Constraints on Arrays?  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On May 13, 2012, at 3:45 PM, Robert Haas wrote:

> It seems like maybe we could work around this by remembering the
> contents of the pending list throughout the scan.  Every time we hit a
> TID while scanning the main index, we check whether we already
> returned it from the pending list; if so, we skip it, but if not, we
> return it.

Should this go onto the To-Do list, then?

Best,

David


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

Предыдущее
От: Florian Pflug
Дата:
Сообщение: Re: Per-Database Roles
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: Why is indexonlyscan so darned slow?