Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geowave-dev] v0.9.0 Released

woops, as I was entering release notes and I had accidentally sent it...

additionally its worth noting that v0.9.0:
bootstrap actions to automate geowave deployments to Amazon EMR
  - updated to geotools/geoserver 13.x/2.7.x and 14.x/2.8.x support while dropping 12.x/2.6.x support
  - updated to accumulo 1.6.x and 1.7.x while dropping 1.5.x support

also for those programmatically accessing the GeoWave DataStore:
  - the interface was simplified significantly to a single method for query and single method for ingest
  - there is access to secondary indices (non-spatial temporal field indicies) although currently a query optimizer doesn't exist in GeoWave's geotools datastore to take advantage yet that will be in future releases




On Tue, Feb 2, 2016 at 1:09 PM, Rich Fecher <rfecher@xxxxxxxxx> wrote:
All,
We have recently released 0.9.0 with many improvements.

High-level changes are below:
-Pluggable DataStore
  backend distributed key-value store implementations can be discovered at runtime
  this has implications on the commandline tool options to bind to the desired datastore
 
-Pluggable Primary Index configuration/construction.  The configuration is identified during ingest, directing the choice of indices for a given set of data. 
-Support management of multiple indices including multiple index update through WFS-T
-Pluggable query strategy for choosing the optimal index.  Included is a heuristic based strategy that chooses between geospatial and geotemporal indices for a given query 
-Aggregate interface in support of query time aggregation across an Accumulo cluster.


Back to the top