influxdb/server/tests
Marco Neumann d1df95df87 refactor: dyn-dispatch chunks in query subsystem
- this is what DataFusion is doing as well; it's also fast enough
  because the number of chunks in a query is not THAT massive (it's not
  like we are doing row-level dyn dispatching)
- it simplifies abstracting over different databases
- it allows us to drop our enum-based dispatching that we have for
  `DbChunk` and that we would also need for the querier (e.g. depending
  on if a chunk is backed by a parquet file or ingester data)
- it likely speeds up compile times because the `query` is no longer
  contains massive amounts of generic code

For #3934.
2022-03-21 12:47:54 +01:00
..
delete.rs refactor: dyn-dispatch chunks in query subsystem 2022-03-21 12:47:54 +01:00
write_buffer_delete.rs feat: Add db_name/namespace to DmlWrite and DmlDelete (#3531) 2022-01-27 14:12:20 +00:00
write_buffer_lifecycle.rs refactor: remove `QueryDatabase::chunk_summaries` (#3977) 2022-03-08 11:34:26 +00:00