Difference between revisions of "Paris Code Sprint 2016 : PostGIS Agenda"

From OSGeo
Jump to navigation Jump to search
(Created page with "* Clustering functions: Aggregate or Window? * What naming convention * What to do with the existing aggregate functions * Expanded object headers, introduction and testin...")
 
Line 1: Line 1:
 
* Clustering functions: Aggregate or Window?
 
* Clustering functions: Aggregate or Window?
  * What naming convention
+
** What naming convention
  * What to do with the existing aggregate functions
+
** What to do with the existing aggregate functions
 
* Expanded object headers, introduction and testing
 
* Expanded object headers, introduction and testing
  * How they work
+
** How they work
  * Potential advantages, disadvantages
+
** Potential advantages, disadvantages
  * Discussion on clean implementation possibilities
+
** Discussion on clean implementation possibilities
  * Testing and benchmarks, is it worth it?
+
** Testing and benchmarks, is it worth it?
 
* Alternate storage formats, beyond GSERIALIZED
 
* Alternate storage formats, beyond GSERIALIZED
  * Reasoning
+
** Reasoning
  * How to add (version flags?)
+
** How to add (version flags?)
  * Multiple co-existing formats?
+
** Multiple co-existing formats?
 
* Breaking raster out as postgis_raster extension
 
* Breaking raster out as postgis_raster extension
  * Implications / difficulties
+
** Implications / difficulties
 
* GEOS improvements that would help PostGIS
 
* GEOS improvements that would help PostGIS
 
* PostgreSQL improvements that would help PostGIS
 
* PostgreSQL improvements that would help PostGIS
  * Parallel query, review experiments, plan and execute more
+
** Parallel query, review experiments, plan and execute more
  * Feed back parallel query results to pgsql-hackers
+
** Feed back parallel query results to pgsql-hackers

Revision as of 07:25, 21 January 2016

  • Clustering functions: Aggregate or Window?
    • What naming convention
    • What to do with the existing aggregate functions
  • Expanded object headers, introduction and testing
    • How they work
    • Potential advantages, disadvantages
    • Discussion on clean implementation possibilities
    • Testing and benchmarks, is it worth it?
  • Alternate storage formats, beyond GSERIALIZED
    • Reasoning
    • How to add (version flags?)
    • Multiple co-existing formats?
  • Breaking raster out as postgis_raster extension
    • Implications / difficulties
  • GEOS improvements that would help PostGIS
  • PostgreSQL improvements that would help PostGIS
    • Parallel query, review experiments, plan and execute more
    • Feed back parallel query results to pgsql-hackers