quickwit icon indicating copy to clipboard operation
quickwit copied to clipboard

Index partitioning

Open fulmicoton opened this issue 3 years ago • 0 comments

We want the indexer to be able to produce more splits, with a better selectivity for tag pruning. That routing logic would be configurable using a simple DSL

partiton_field: <partition_expr>

partition_expr: fieldname / HASH(field_name, 10) / partition_expr,partition_expr

fulmicoton avatar Jul 25 '22 09:07 fulmicoton