9e3f7611bb
This commit adds an optional (disabled by default) limit on the number partitions that may be buffered for a namespace at any one time. The exact value is configurable by setting INFLUXDB_IOX_MAX_PARTITIONS_PER_NAMESPACE to a non-zero value, and is disabled unless specified. |
||
---|---|---|
.. | ||
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.