locationtech / geowave

GeoWave provides geospatial and temporal indexing on top of Accumulo, HBase, BigTable, Cassandra, Kudu, Redis, RocksDB, and DynamoDB.
Apache License 2.0
501 stars 190 forks source link

Optimization for multi-GEOMETRY on query and ingest #115

Open chrisbennight opened 9 years ago

chrisbennight commented 9 years ago

When multipolygons are used currently for query or when indexed the MBR of the entire feature is used. It would be beneficial to instead operate each individual feature in the multi-* feature, and

chrisbennight commented 9 years ago

Discuss: if we pre-split the multi-geometry into multiple geometries and send that in to ingest, we could end up with a case where a given feature is stored on multiple tiers.