Cube extension point support // GSoC'13

Поиск
Список
Период
Сортировка
От Stas Kelvich
Тема Cube extension point support // GSoC'13
Дата
Msg-id 23364502-F542-4553-A658-4D3A2B6FCFA9@gmail.com
обсуждение исходный текст
Ответы Re: Cube extension point support // GSoC'13  (Alexander Korotkov <aekorotkov@gmail.com>)
Re: Cube extension point support // GSoC'13  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Список pgsql-hackers
Hello.

here is a patch adding to cube extension support for compressed representation of point cubes. If cube is a point, i.e.
hascoincident lower left and upper right corners, than only one corner is stored. First bit of the cube header
indicateswhether the cube is point or not. Few moments: 

* Patch preserves binary compatibility with old indices
* All functions that create cubes from user input, check whether it is a point or not
* All internal functions that can return cubes takes care of all cases where a cube might become a point
* Added tests for checking correct point behavior

Also this patch includes adapted Alexander Korotkov's patch with kNN-based ordering operator, which he wrote for
postgresql-9.0beta1with knngist patch. More info there
http://www.postgresql.org/message-id/AANLkTimhFaq6hCibRnk0tlcQMIyhYWHwAQ2ZD87wbH86@mail.gmail.com

Stas Kelvich



Вложения

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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: docbook-xsl version for release builds
Следующее
От: Kevin Grittner
Дата:
Сообщение: Re: refresh materialized view concurrently