Re: compress method for spgist - 2
Heikki Linnakangas <hlinnakangas@vmware.com>
From: Heikki Linnakangas <hlinnakangas@vmware.com>
To: Teodor Sigaev <teodor@sigaev.ru>, Pgsql Hackers
<pgsql-hackers@postgresql.org>
Date: 2015-01-02T13:52:19Z
Lists: pgsql-hackers
On 12/23/2014 03:02 PM, Teodor Sigaev wrote: >> >I think we'll need a separate SpGistTypeDesc for the input type. Or perhaps a >> >separate SpGistTypeDesc for the reconstructed value and an optional decompress >> >method to turn the reconstructedValue back into an actual reconstructed input >> >datum. Or something like that. > I suppose that compress and reconstruct are mutual exclusive options. I would rather not assume that. You might well want to store something in the leaf nodes that's different from the original Datum, but nevertheless contains enough information to reconstruct the original Datum. - Heikki
Commits
-
Doc: remove duplicate poly_ops row from SP-GiST opclass table.
- d3b851e9a3c9 11.0 landed
-
Add polygon opclass for SP-GiST
- ff963b393ca9 11.0 landed