mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcdserverpb: add comments for compaction
This commit is contained in:
parent
3a60d490d1
commit
1cccbb5ebd
@ -159,6 +159,10 @@ message TxnResponse {
|
||||
repeated ResponseUnion responses = 3;
|
||||
}
|
||||
|
||||
// Compaction compacts the kv store upto the given index (including).
|
||||
// It removes the old versions of a key. It keeps the newest version of
|
||||
// the key even if its latest modification index is smaller than the given
|
||||
// index.
|
||||
message CompactionRequest {
|
||||
int64 index = 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user