influxdb/ingester
Carol (Nichols || Goulding) bc44d33108
feat: Implement a snapshot method on DataBuffer (#3518)
* feat: Implement a snapshot method on DataBuffer

Fixes #3510.

* test: Add a test snapshotting batches with different but compatible schemas

* fix: Simplify min/max sequencer number collection

The first batch should always have the min sequencer number. The last
batch should always have the max sequencer number. The min should always
be less than (or equal to, in case there's only one batch) the max.
2022-01-26 15:22:51 +00:00
..
src feat: Implement a snapshot method on DataBuffer (#3518) 2022-01-26 15:22:51 +00:00
Cargo.toml feat: Implement a snapshot method on DataBuffer (#3518) 2022-01-26 15:22:51 +00:00