congqixia ab532ae199
enhance: Add back BF lazy load logic for datanode watch channel (#35646)
Add back lazy loading statslog when watch dml channel on datanode.

Related to #22994 #27675

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2024-08-22 19:42:57 +08:00

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.