koopjs / koop-pgcache

PostGIS cache for Koop.
Other
4 stars 4 forks source link

Add ability to get field statistics #14

Closed chelm closed 9 years ago

chelm commented 9 years ago

Need to drop calls for outStatistics down to the DB. This means supporting min, max, avg, count, sum, etc at the DB.

Also need to support groupBy for doing aggregate roll ups.

chelm commented 9 years ago

Addressed in #15 - but could lead to some other work with supporting arrays of stats calls in one SQL round trip in the future