32414acb00
Adds benchmarks that exercise partition pruning during query execution within the ingester, for varying partition counts within a table, and varying row counts within each partition. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
README.md
Ingester Test Context
This crate contains re-usable types that allow running integration tests
(ingester/test
) and benchmarks (ingester/benches
) against a complete
in-process Ingester instance, with helper methods and changeable configurations.