We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcbe579 commit 842abe0Copy full SHA for 842abe0
1 file changed
lib/shard/src/proxy_segment/mod.rs
@@ -34,8 +34,8 @@ pub struct ProxySegment {
34
deleted_points: DeletedPoints,
35
wrapped_config: SegmentConfig,
36
37
- /// Keeps track if the wrapped segment has pending changes
38
- /// If so, we can't discard WAL for newer than version of wrapped segment
+ /// Version of the last change in this proxy, considering point deletes and payload index
+ /// changes. Defaults to the version of the wrapped segment.
39
version: SeqNumberType,
40
}
41
0 commit comments