influxdb/db/src
Marco Neumann d62a052394
feat: extend catalog so we can recover `ParquetChunk`s from it (#3852)
* refactor: less parquet data copying

* feat: `PartitionRepo::get_by_id`

* feat: `TableRepo::get_by_id`

* feat: `ParquetFile::file_size_bytes`

* feat: `ParquetFile::parquet_metadata`

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-02-24 13:16:15 +00:00
..
catalog feat: add sort ordinal to chunk_columns system table (#2035) (#3831) 2022-02-23 12:51:56 +00:00
lifecycle feat: add timeouts to write chunk (#3662) 2022-02-07 21:07:43 +00:00
system_tables feat: add sort ordinal to chunk_columns system table (#2035) (#3831) 2022-02-23 12:51:56 +00:00
write_buffer refactor: Extract server::db into its own crate (#3417) 2021-12-23 22:01:17 +00:00
access.rs feat: remove remaining table-granularity metrics (#3808) 2022-02-22 15:02:57 +00:00
catalog.rs feat: add sort ordinal to chunk_columns system table (#2035) (#3831) 2022-02-23 12:51:56 +00:00
chunk.rs refactor: Remove predicate module from predicate crate (#3648) 2022-02-07 14:54:07 +00:00
lib.rs feat: extend catalog so we can recover `ParquetChunk`s from it (#3852) 2022-02-24 13:16:15 +00:00
lifecycle.rs feat: decouple read buffer row group size from Datafusion batch size (#3538) 2022-01-26 12:39:29 +00:00
load.rs chore: upgrade to snafu 0.7 (#3440) 2022-01-11 19:22:36 +00:00
pred.rs refactor: Remove predicate module from predicate crate (#3648) 2022-02-07 14:54:07 +00:00
query_log.rs feat: lazy query log! (#3654) 2022-02-08 13:07:28 +00:00
replay.rs feat: sequencer metrics during replay (#3806) 2022-02-22 16:01:27 +00:00
streams.rs refactor: Extract server::db into its own crate (#3417) 2021-12-23 22:01:17 +00:00
system_tables.rs chore: update datafusion, stop repartitioning so aggressively (#3633) 2022-02-09 19:53:41 +00:00
utils.rs feat: restartable `Database` (#3368) (#3711) 2022-02-10 18:32:05 +00:00
write.rs refactor: Extract server::db into its own crate (#3417) 2021-12-23 22:01:17 +00:00
write_buffer.rs feat: sequencer metrics during replay (#3806) 2022-02-22 16:01:27 +00:00