package
2.5.7+incompatible
Repository: https://github.com/milvus-io/milvus.git
Documentation: pkg.go.dev

# README

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.

# Functions

NewBloomFilterSet returns a BloomFilterSet with provided historyEntries.
NewBloomFilterSetWithBatchSize returns a BloomFilterSet.
No description provided by the author

# Structs

BloomFilterSet is a struct with multiple `storage.PkStatstics`.
LazyPkStats.

# Interfaces

PK stat is the interface for pk statistics.