Re: [WIP PATCH] Index scan offset optimisation using visibility map

Поиск
Список
Период
Сортировка
От Michail Nikolaev
Тема Re: [WIP PATCH] Index scan offset optimisation using visibility map
Дата
Msg-id CANtu0oiYC4Y0Ctk8DUrEM4woZUgVyoH0G3jQ=nzVR2Ftv0aNQQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [WIP PATCH] Index scan offset optimisation using visibility map  (Andrey Borodin <x4mmm@yandex-team.ru>)
Ответы Re: [WIP PATCH] Index scan offset optimisation using visibility map  (Andrey Borodin <x4mmm@yandex-team.ru>)
Re: [WIP PATCH] Index scan offset optimisation using visibility map  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hello.

Andrey, Tels - thanks for review.

> It could be named "SkipTuples" (e.g. this is the number of tuples we need
> to skip, not the number we have skipped), and the other one then
> "iss_SkipTuplesRemaining" so they are consistent with each other.  

Agreed, done.

> Also, I think that this check could be removed from loop. We do not expect that it's state will change during execution, do we?  

Removed.

Patch is attached, github is updated too.

Michail.
Вложения

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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: [HACKERS] PATCH: multivariate histograms and MCV lists
Следующее
От: Alexander Korotkov
Дата:
Сообщение: Re: [HACKERS] GUC for cleanup indexes threshold.