milvus/pkg/util
wei liu 36172492f7
enhance: Decrease bloom filter fp rate to reduce delete impact (#33301) (#33329)
pr: #33301
when milvus process delete record, it need to find record's corresponded
segment by bloom filter, and higher bloom filter fp rate will cause
delete record forwards to wrong segments.

This PR Decrease bloom filter's default fp to 0.001.

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
2024-05-24 10:27:41 +08:00
..
cache fix: lru related issue fixup patch (#32916) 2024-05-10 19:17:30 +08:00
commonpbutil Refine state check (#27541) 2023-10-11 21:01:35 +08:00
compressor Fix getting incorrect CPU num (#28146) 2023-11-06 06:02:16 +08:00
conc feat: datacoord/node watch based on rpc (#32036) 2024-05-07 15:49:30 +08:00
contextutil fix: add request resource timeout for lazy load, refactor context usage in cache (#32709) 2024-05-07 16:33:30 +08:00
crypto
distance fix: fix cal_distance default implementation (#31245) 2024-03-15 15:37:11 +08:00
etcd enhance: Add WithBlock option for etcd client creation (#32641) 2024-04-28 14:45:25 +08:00
expr enhance: Support to get the param value in the runtime (#29297) 2023-12-22 18:36:44 +08:00
funcutil fix: Validate num of rows for insert field data with schema (#32770) 2024-05-07 10:07:29 +08:00
gc feat: [Sparse Float Vector] add sparse vector support to milvus components (#30630) 2024-03-13 14:32:54 -07:00
generic Optimize the generic zero value (#27102) 2023-09-14 19:05:20 +08:00
hardware enhance: [skip e2e] set logrus log level to reduce output error logs (#30479) 2024-02-12 08:32:51 +08:00
indexparamcheck enhance: Unify data type check APIs for go (#31887) 2024-04-07 14:27:22 +08:00
indexparams fix: compatibility for diskann cache param (#30119) 2024-02-26 16:54:55 +08:00
interceptor enhance: refine access log to support format access log by yaml and print name info. (#28319) 2023-11-28 15:32:31 +08:00
lifetime Refine state check (#27541) 2023-10-11 21:01:35 +08:00
lock Make KeyLock generic (#27854) 2023-10-23 17:40:11 +08:00
logutil enhance: changes to propagate traceid from client (#32264) 2024-04-17 01:13:20 +08:00
merr feat: LRU cache implementation (#32567) 2024-05-06 20:29:30 +08:00
metautil enhance: Add metautil.Channel to convert string compare to int (#32749) 2024-05-07 19:13:35 +08:00
metric Add binary metric types SUBSTRUCTURE/SUPERSTRUCTURE back (#26766) 2023-08-31 20:07:00 +08:00
metricsinfo feat: support rate limiter based on db and partition levels (#31070) 2024-04-12 16:01:19 +08:00
parameterutil fix: Rename invalid parameterutil package path (#29334) 2023-12-21 11:40:42 +08:00
paramtable enhance: Decrease bloom filter fp rate to reduce delete impact (#33301) (#33329) 2024-05-24 10:27:41 +08:00
ratelimitutil enhance: avoid the repeated metric info in the proxy (#32380) 2024-04-19 10:21:20 +08:00
requestutil enhance: Support to trace restful request and request error (#28685) 2023-11-27 20:14:26 +08:00
resource Fix the unstable resource manager testcase (#28033) 2023-11-03 11:00:17 +08:00
retry fix: Grpcclient return unrecoverable error (#31256) 2024-03-15 10:03:05 +08:00
symbolizer
syncutil fix: lru related issue fixup patch (#32916) 2024-05-10 19:17:30 +08:00
testutils enhance: unify data generation test APIs (#32955) 2024-05-14 14:33:33 +08:00
tikv Format the code (#27275) 2023-09-21 09:45:27 +08:00
timerecord chore: remove repetitive words (#31153) 2024-03-20 10:17:07 +08:00
tsoutil Format the code (#27275) 2023-09-21 09:45:27 +08:00
typeutil enhance: add helpers to parse sparse float vector in JSON (#32543) 2024-04-25 14:47:24 +08:00
uniquegenerator
constant.go enhance: [2.4] the panic when db isn't existed in the rate limit interceptor (#33308) 2024-05-23 17:25:41 +08:00
OWNERS