influxdb/generated_types
Fraser Savage 30939cfe96
refactor(wal): Remove op-level `sequence_number`, use per table map
This commit removes the op-level sequence number from the proto
definition, now reading and writing solely to the per table (and thus
per partition) sequence number map. Tables/partitions within the same
write op are still assigned the same number for now, so there should be
no semantic different
2023-07-05 14:20:43 +01:00
..
protos refactor(wal): Remove op-level `sequence_number`, use per table map 2023-07-05 14:20:43 +01:00
src feat: Add proto definitions for a table create gRPC API 2023-05-25 10:44:57 -04:00
.gitignore feat: Check in generated WAL flatbuffers code 2021-03-22 09:38:59 -04:00
Cargo.toml build: remove unused dependencies from crates 2023-05-23 14:55:43 +02:00
build.rs refactor: remove unused replication proto 2023-06-08 16:04:49 +02:00