influxdb/server_benchmarks/benches
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
..
catalog_persistence.rs refactor: `Db::{write_chunk_to_object_store => Db::persist_partition}` 2021-07-16 12:07:58 +02:00
encoders.rs chore: remove more unused dependencies (#1658) 2021-06-09 10:17:20 +00:00
fixtures.rs chore: remove more unused dependencies (#1658) 2021-06-09 10:17:20 +00:00
influxrpc.rs test: add benchmark for catalog loading 2021-06-10 15:42:21 +02:00
line_parser.rs chore: remove more unused dependencies (#1658) 2021-06-09 10:17:20 +00:00
mapper.rs chore: remove more unused dependencies (#1658) 2021-06-09 10:17:20 +00:00
packers.rs chore: remove more unused dependencies (#1658) 2021-06-09 10:17:20 +00:00
read_filter.rs chore: Update datafusion deps (#1799) 2021-07-08 10:58:32 +00:00
read_group.rs chore: Update datafusion deps (#1799) 2021-07-08 10:58:32 +00:00
run_bench.sh chore: remove more unused dependencies (#1658) 2021-06-09 10:17:20 +00:00
scrape_benches.sh chore: remove more unused dependencies (#1658) 2021-06-09 10:17:20 +00:00
snapshot.rs fix: Take a TableBatch in the MBChunk constructor 2021-07-08 16:39:35 -04:00
storectl-bench.sh chore: remove more unused dependencies (#1658) 2021-06-09 10:17:20 +00:00
tag_values.rs chore: Update datafusion deps (#1799) 2021-07-08 10:58:32 +00:00
write.rs fix: Take a TableBatch in the MBChunk constructor 2021-07-08 16:39:35 -04:00