Re: Speeding up GIST index creation for tsvectors

Поиск
Список
Период
Сортировка
От Amit Khandekar
Тема Re: Speeding up GIST index creation for tsvectors
Дата
Msg-id CAJ3gD9eEoZea-e0XkX=v8ePiT9jRPDX=HgUXePv8HYXT-5XE3g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Speeding up GIST index creation for tsvectors  (Pavel Borisov <pashkin.elfe@gmail.com>)
Ответы Re: Speeding up GIST index creation for tsvectors  (Andrey Borodin <x4mmm@yandex-team.ru>)
Список pgsql-hackers
On Thu, 10 Dec 2020 at 20:43, Pavel Borisov <pashkin.elfe@gmail.com> wrote:
>
> Hi, Amit!
> It's really cool to hear about another GiST improvement proposal. I'd like to connect recently committed GiST ordered
builddiscussion here [1] and further improvement proposed [2] 
>
> I've tested feature [1] and got 2.5-3 times speed improvement which is much better I believe.

Yeah, I am completely new to the GIST stuff, but I had taken a quick
look at the sortsupport feature for GIST, and found it very
interesting. I believe it's an additional option for making the gist
index builds much faster. But then I thought that my small patch would
still be worthwhile because for tsvector types the non-sort method for
index build would continue to be used by users, and in general we can
extend this small optimization for other gist types also.

> There is an ongoing activity [2] to build support for different data types for GiST. Maybe you will consider it
interestingto join. 
>
> BTW you may have heard about Gin and Rum [3] indexes which suit text search much, much better (and faster) than GiST.
Theidea to process data in bigger chunks is good. Still optimize index structure, minimizing disc pages access, etc.
seemsbetter in many cases. 

Sure. Thanks for the pointers.

--
Thanks,
-Amit Khandekar
Huawei Technologies



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

Предыдущее
От: Gilles Darold
Дата:
Сообщение: Re: MultiXact\SLRU buffers configuration
Следующее
От: Andrey Borodin
Дата:
Сообщение: Re: Speeding up GIST index creation for tsvectors