[postgis-devel] Add BRIN support for geometry and geography datatypes in PostGIS
Julien Rouhaud
julien.rouhaud at dalibo.com
Fri Jun 24 13:30:16 PDT 2016
On 24/06/2016 21:22, Sandro Santilli wrote:
>
> Had you considered making the BRIN code available as a separate
> extension ? Would it be feasible ?
>
Making the BRIN code available as a separate extension could be done,
but it'd require exporting quite some postgis functions.
After a quick check, that'd be at least gserialized_datum_get_box2df_p
and the box2df and gidx predicate functions like box2df_contains,
box2df_within, gidx_contains...
I wonder if it could also cause problems, in case postgis would need to
add the same operators that BRIN support needs. That'd of course not be
in a near future.
--
Julien Rouhaud
http://dalibo.com - http://dalibo.org
More information about the postgis-devel
mailing list