influxdb/router/benches
Dom Dwyer 5069e37bd7 feat: shard delete ops with no table predicate
Changes the JumpHash sharder and modifies the ShardedWriteBuffer's
DmlHandler::delete() impl in order to enqueue delete ops across all
shards if no table name is specified.

If a table name is specified, it is sharded as before: a delete for a
given table & namespace always maps to the same shard as a write to the
same table & namespace.
2022-05-09 14:46:30 +01:00
..
e2e.rs fix: Rename router2 to router 2022-05-06 14:51:52 -04:00
schema_validator.rs fix: Rename router2 to router 2022-05-06 14:51:52 -04:00
sharder.rs feat: shard delete ops with no table predicate 2022-05-09 14:46:30 +01:00