-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently the string are indexed only using limited size dictionaries.
Integer values are indexed in data blocks as min/max values.
There is a broad use case to index string identities in a similar manner in order not to rely on bloom filter.
Treating strings as identities allows us to index unlimited cardinality values, but limited values sizes.
e.g. max size of uuid is 36 bytes.
if we can write min/max identity values to the block, not only bloom filter it can reduce bloom miss.
In advance it requires measuring bloom miss metric.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request