influxdb/read_buffer
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
..
benches refactor: remove table name from read buffer (#4910) 2022-06-21 11:57:28 +00:00
src refactor: remove table name from read buffer (#4910) 2022-06-21 11:57:28 +00:00
Cargo.toml chore: reduce dependencies and run `cargo update` (#4906) 2022-06-20 12:18:28 +00:00