Cube extension point support // GSoC'13 - Mailing list pgsql-hackers

From Stas Kelvich
Subject Cube extension point support // GSoC'13
Date
Msg-id 23364502-F542-4553-A658-4D3A2B6FCFA9@gmail.com
Whole thread Raw
Responses Re: Cube extension point support // GSoC'13
Re: Cube extension point support // GSoC'13
List 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



Attachment

pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: docbook-xsl version for release builds
Next
From: Kevin Grittner
Date:
Subject: Re: refresh materialized view concurrently