Item compression in the Gist index

Поиск
Список
Период
Сортировка
От Baca Radim
Тема Item compression in the Gist index
Дата
Msg-id d2a3fac2-65d0-677c-863a-c11234c6e7f0@gmail.com
обсуждение исходный текст
Ответы Re: Item compression in the Gist index  (Laurenz Albe <laurenz.albe@cybertec.at>)
Re: Item compression in the Gist index  (Bruce Momjian <bruce@momjian.us>)
Список 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 по дате отправления:

Предыдущее
От: "Godfrin, Philippe E"
Дата:
Сообщение: limiting collected query text length in pg_stat_statements
Следующее
От: Bharath Rupireddy
Дата:
Сообщение: Add pg_strtoupper and pg_strtolower functions