influxdb/read_buffer/benches
Marco Neumann db24838221
refactor: remove table name from read buffer (#4910)
The low-level chunk storage shouldn't care about the table name (this is
also true for parquet chunks btw). In fact, the table name is already
only a partial information since it misses the namespace.

If we need a table name, then the high-level chunk/data management is
responsible for that.

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-06-21 11:57:28 +00:00
..
database.rs refactor: remove table name from read buffer (#4910) 2022-06-21 11:57:28 +00:00
plain.rs chore: upgrade Rust to 1.59 (#3875) 2022-02-28 15:14:19 +00:00
read.rs test: add read_filter benchmark 2021-05-20 10:49:49 +01:00
read_filter.rs refactor: remove table name from read buffer (#4910) 2022-06-21 11:57:28 +00:00
read_group.rs fix: Address or allow Clippy warnings new with Rust 1.54 2021-07-30 09:59:59 -04:00
string.rs refactor: shuffle string encodings 2021-05-11 22:47:42 +01:00
sum_fixed.rs chore: upgrade Rust to 1.59 (#3875) 2022-02-28 15:14:19 +00:00