Re: Heap WARM Tuples - Design Draft

Поиск
Список
Период
Сортировка
От Claudio Freire
Тема Re: Heap WARM Tuples - Design Draft
Дата
Msg-id CAGTBQpY_bJ-ARu0eqBSuN87y4v4xJkw2evMkXGZoKyTZ2Ou7zA@mail.gmail.com
обсуждение исходный текст
Ответ на Heap WARM Tuples - Design Draft  (Pavan Deolasee <pavan.deolasee@gmail.com>)
Список pgsql-hackers
On Thu, Aug 4, 2016 at 7:59 AM, Pavan Deolasee <pavan.deolasee@gmail.com> wrote:
> So marking the index would require us to mark both old and new index tuples
> as requiring re-check. That requires an additional index scan to locate the
> old row and then an additional write to force it to re-check, which is
> algorithmically O(NlogN) on table size.


So, basically, I'm saying this isn't really O(NlogN), it's O(N),
manifested in low-cardinality indexes.



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Heap WARM Tuples - Design Draft
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: max_parallel_degree > 0 for 9.6 beta