mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 01:58:34 +08:00
Add back lazy loading statslog when watch dml channel on datanode. Related to #22994 #27675 Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
13 lines
405 B
Markdown
13 lines
405 B
Markdown
# pkoracle package
|
|
|
|
This package defines the interface and implementations for segments bloom filter sets of flushcommon metacache.
|
|
|
|
## BloomFilterSet
|
|
|
|
The basic implementation with segment statslog. A group of bloom filter to perdict whethe some pks exists in the segment.
|
|
|
|
## LazyPkStats
|
|
|
|
A wrapper for lazy loading PkStats. The inner PkStats could be added async.
|
|
|
|
*CANNOT* be used for growing segment. |