Re: init_sequence spill to hash table

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: init_sequence spill to hash table
Дата
Msg-id CAApHDvoCgp70vOuQYKTfguMED__Qg7YYpGnzHSN0i2sUuBtjRg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: init_sequence spill to hash table  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Ответы Re: init_sequence spill to hash table  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Список pgsql-hackers
On Fri, Nov 15, 2013 at 3:03 AM, Heikki Linnakangas <hlinnakangas@vmware.com> wrote
I think that means that we should just completely replace the list with the hash table. The difference with a small N is lost in noise, so there's no point in keeping the list as a fast path for small N. That'll make the patch somewhat simpler.
- Heikki

Attached is a much more simple patch which gets rid of the initial linked list. 

Вложения

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

Предыдущее
От: Nigel Heron
Дата:
Сообщение: Re: stats for network traffic WIP
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: [PATCH] SQL assertions prototype