mirror of https://github.com/milvus-io/milvus.git
Related to #39095 https://go.dev/doc/modules/version-numbers Update pkg version according to golang dep version convention --------- Signed-off-by: Congqi Xia <congqi.xia@zilliz.com> |
||
---|---|---|
.. | ||
README.md | ||
bloom_filter_set.go | ||
bloom_filter_set_test.go | ||
lazy_pk_stats.go | ||
pk_stats.go |
README.md
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.