mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 11:59:00 +08:00
a040692129
See also: #27675 The bloom filter set initialized new BF with fixed configured `n`. This value is always larger than the actual batch size and causes generated BF using more memory. This PR make write buffer to initialize BF with estimated batch size from schema & configuration value. --------- Signed-off-by: Congqi Xia <congqi.xia@zilliz.com> |
||
---|---|---|
.. | ||
actions_test.go | ||
actions.go | ||
bloom_filter_set_test.go | ||
bloom_filter_set.go | ||
meta_cache_test.go | ||
meta_cache.go | ||
mock_meta_cache.go | ||
segment_test.go | ||
segment.go | ||
storagev2_cache.go |