influxdb/wal
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
..
src refactor(wal): Remove op-level `sequence_number`, use per table map 2023-07-05 14:20:43 +01:00
tests refactor(wal): Remove op-level `sequence_number`, use per table map 2023-07-05 14:20:43 +01:00
Cargo.toml chore(deps): Bump tokio from 1.28.2 to 1.29.0 (#8100) 2023-06-28 13:18:08 +00:00