feat: Introduce Hybrid Logical Clocks in protobuf, update architecture documentation, and add HLC test cases.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
//! Snapshots for log compaction
|
||||
|
||||
/// A verified snapshot that can replace old log entries.
|
||||
pub struct Snapshot {
|
||||
// TODO: snapshot data, watermark, verification
|
||||
}
|
||||
Reference in New Issue
Block a user