influxdb/server_benchmarks
Marco Neumann 1ef2bc1887 refactor: `Db::{write_chunk_to_object_store => Db::persist_partition}`
The previous method allowed to persist any chunk -- even ones that
should not be persisted yet and w/o any order of peristence. That will
break our persistence windows. So instead offer a sane higher-level
interface that can trigger persistence of a partition within the
boundaries of the lifecycle rules. This needs some adjustments for our
test suite.
2021-07-16 12:07:58 +02:00
..
benches refactor: `Db::{write_chunk_to_object_store => Db::persist_partition}` 2021-07-16 12:07:58 +02:00
src refactor: Move `query_tests` and `server_benchmarks` into their own crate --> smaller `server` (#1628) 2021-06-04 17:31:19 +00:00
Cargo.toml feat: flush open window on persist (#1985) 2021-07-14 16:58:20 +00:00