quickwit
quickwit copied to clipboard
Index partitioning
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