influxdb/generated_types
Paul Dix 979f5f9347 refactor: write buffer to use sequenced entry and new segment
This refactors the write buffer to use the sequenced entry structure and the new segment definition. It removes the old replicated write and write_buffer.fbs.

Finally, it updates the SequencedEntry wrapper type around the Flatbuffer structure to be a trait so that SequencedEntry can be initialized from a borrowed Flatbuffer or an owned Vec<u8>.

How writes go into segments in the buffer and any kind of validation will likely have to be updated based on what kinds of guarantees we want to make in the buffer. However, that should probably come after we've rethought the design a bit around the new layout of chunks in the Parquet persistence.
2021-04-30 17:00:23 -04:00
..
protos refactor: write buffer to use sequenced entry and new segment 2021-04-30 17:00:23 -04:00
src refactor: write buffer to use sequenced entry and new segment 2021-04-30 17:00:23 -04:00
.gitignore feat: Check in generated WAL flatbuffers code 2021-03-22 09:38:59 -04:00
Cargo.toml feat: mutable buffer snapshotting (#1179) 2021-04-13 12:14:54 +00:00
build.rs feat: Derive serde for protos 2021-03-30 15:16:31 +00:00
check-flatbuffers.sh fix: Remove installation of bazel from flatbuffers checking script 2021-04-21 14:59:08 +00:00
regenerate-flatbuffers.sh fix: Rename LOCAL env var to INFLUXDB_IOX_INTEGRATION_LOCAL 2021-04-21 14:59:08 +00:00