locationtech / geowave

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

Basic support for indexing enumerated fields #1787

Closed rfecher closed 3 years ago

rfecher commented 3 years ago

Provide an enum index type that can efficiently provide exact match for a set of enumerated values (meaning more efficient than simply indexing the term as a string, using a more compact ordinal value)