Item compression in the Gist index - Mailing list pgsql-hackers

From Baca Radim
Subject Item compression in the Gist index
Date
Msg-id d2a3fac2-65d0-677c-863a-c11234c6e7f0@gmail.com
Whole thread Raw
Responses Re: Item compression in the Gist index
Re: Item compression in the Gist index
List pgsql-hackers
Hi,
we are developing an extension for multidimensional data. We have 
created a Gist index that is heavily inspired by a cube extension. Right 
now we would like to add some item compression since data items in a 
node share a significant portion of a tuple prefix. However, I have no 
idea how to handle information stored on a node level in Gists' 
compression method. Is there any example? Unfortunately, the cube 
extension does not implement item compression.
To be more specific we would like to store in the node a common prefix 
for all tuples in the node.
Thanks for any advice,
Radim


-- 
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus




pgsql-hackers by date:

Previous
From: "Godfrin, Philippe E"
Date:
Subject: limiting collected query text length in pg_stat_statements
Next
From: Bharath Rupireddy
Date:
Subject: Add pg_strtoupper and pg_strtolower functions