Skip to main content

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

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