Re: [PATCH] reduce page overlap of GiST indexes built using sorted method

Поиск
Список
Период
Сортировка
От sergei sh.
Тема Re: [PATCH] reduce page overlap of GiST indexes built using sorted method
Дата
Msg-id 612e90c2-4aac-2919-51e3-f905975656b7@kontur.io
обсуждение исходный текст
Ответ на Re: [PATCH] reduce page overlap of GiST indexes built using sorted method  (Aliaksandr Kalenik <akalenik@kontur.io>)
Ответы Re: [PATCH] reduce page overlap of GiST indexes built using sorted method  (Darafei "Komяpa" Praliaskouski <me@komzpa.net>)
Re: [PATCH] reduce page overlap of GiST indexes built using sorted method  (Andrey Borodin <x4mmm@yandex-team.ru>)
Список pgsql-hackers
Hi,

I've addressed Andrey Borodin's concerns about v2 of this patch by 
Aliaksandr
Kalenik in attached version. Change list:
* Number of pages to collect moved to GUC parameter 
"gist_sorted_build_page_buffer_size".
* GistSortedBuildPageState type renamed to GistSortedBuildLevelState.
* Comments added.

Sorted build remaind deterministic as long as picksplit implementation 
for given
opclass is, which seem to be true for builtin types, so setting random 
seed is
not required for testing.

Andrey Borodin's GiST support patch for amcheck was used to verify built 
indexes:
https://commitfest.postgresql.org/25/1800/
PSA modified version working with current Postgres code (btree functions
removed).

Вложения

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

Предыдущее
От: Juan José Santamaría Flecha
Дата:
Сообщение: Re: [PATCH] allow src/tools/msvc/clean.bat script to be called from the root of the source tree
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Allow root ownership of client certificate key