Re: A strange GiST error message or fillfactor of GiST build - Mailing list pgsql-hackers

From Andrey Borodin
Subject Re: A strange GiST error message or fillfactor of GiST build
Date
Msg-id 0477DB18-95C3-4262-BDC1-E7C7C176C99C@yandex-team.ru
Whole thread Raw
In response to Re: A strange GiST error message or fillfactor of GiST build  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
Responses Re: A strange GiST error message or fillfactor of GiST build  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
List pgsql-hackers

> 3 сент. 2018 г., в 20:16, Alexander Korotkov <a.korotkov@postgrespro.ru> написал(а):
>
> That's a good idea.  Especially if we take into account that
> fillfactor is not a forever bad idea for GIST, it just doesn't look
> reasonable for current building algorithm.  So, we can decide to
> ignore it, but if we would switch to different GiST building
> algorithm, which can pack pages tightly, we can take fillfactor into
> account again.
BTW, I think that build algorithm may be provided by opclass.
>
> I think I need to prove my position about GiST fillfactor with some
> experiments first, and then propose a patch.
FWIW fillfactor can be a cheap emulator for intrapage indexing, when you have like a lot of RAM. Though I didn't tested
that.
Also I believe proper intrapage indexing is better :)

Best regards, Andrey Borodin.

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Caching query plan costs
Next
From: Bruce Momjian
Date:
Subject: Re: Caching query plan costs