Re: Index Skip Scan (new UniqueKeys)

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Index Skip Scan (new UniqueKeys)
Дата
Msg-id CAH2-Wz=s9aW=eb=N744qYskUJsdfmpvB-KWhEQR9mQUGo5+5oQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Index Skip Scan (new UniqueKeys)  (Peter Geoghegan <pg@bowt.ie>)
Список pgsql-hackers
On Mon, Sep 21, 2020 at 5:59 PM Peter Geoghegan <pg@bowt.ie> wrote:
> That's all I have for now.

One more thing. I don't think that this should be a bitwise AND:

                    if ((offnum > maxoff) & (so->currPos.nextPage == P_NONE))
                    {
                        ....
                    }


-- 
Peter Geoghegan



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

Предыдущее
От: Peter Smith
Дата:
Сообщение: Re: Load TIME fields - proposed performance improvement
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: Parallel Full Hash Join