milvus/pkg/util
chyezh 2586c2f1b3
enhance: use WalkWithPrefix api for oss, enable piplined file gc (#31740)
issue: #19095,#29655,#31718

- Change `ListWithPrefix` to `WalkWithPrefix` of OOS into a pipeline
mode.

- File garbage collection is performed in other goroutine.

- Segment Index Recycle clean index file too.

---------

Signed-off-by: chyezh <chyezh@outlook.com>
2024-04-25 20:41:27 +08:00
..
cache feat: adding cache stats support (#32068) 2024-04-11 19:19:18 +08:00
commonpbutil
compressor Fix getting incorrect CPU num (#28146) 2023-11-06 06:02:16 +08:00
conc enhance: use WalkWithPrefix api for oss, enable piplined file gc (#31740) 2024-04-25 20:41:27 +08:00
contextutil enhance: make the auth error message more suitable (#32253) 2024-04-16 16:47:19 +08:00
crypto
distance fix: fix cal_distance default implementation (#31245) 2024-03-15 15:37:11 +08:00
etcd fix: etcd not connectable when auth enabled (#31633) 2024-04-01 15:23:19 +08:00
expr enhance: Support to get the param value in the runtime (#29297) 2023-12-22 18:36:44 +08:00
funcutil enhance: use the rate log in the privilege interceptor (#32037) 2024-04-09 16:19:17 +08:00
gc feat: [Sparse Float Vector] add sparse vector support to milvus components (#30630) 2024-03-13 14:32:54 -07:00
generic
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
lock
logutil enhance: changes to propagate traceid from client (#32264) 2024-04-17 01:13:20 +08:00
merr fix: return collection on recovering but not collection not loaded when target is not recovered (#32447) 2024-04-25 11:21:26 +08:00
metautil enhance: adding a streaming deserialize reader for binlogs (#30860) 2024-03-04 19:31:09 +08:00
metric
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: use WalkWithPrefix api for oss, enable piplined file gc (#31740) 2024-04-25 20:41:27 +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
retry fix: Grpcclient return unrecoverable error (#31256) 2024-03-15 10:03:05 +08:00
symbolizer
syncutil enhance: add syncutil type ContextCond and VersionedNotifier (#30648) 2024-03-15 15:41:04 +08:00
testutils enhance: add helpers to parse sparse float vector in JSON (#32543) 2024-04-25 14:47:24 +08:00
tikv
timerecord chore: remove repetitive words (#31153) 2024-03-20 10:17:07 +08:00
tsoutil
typeutil enhance: add helpers to parse sparse float vector in JSON (#32543) 2024-04-25 14:47:24 +08:00
uniquegenerator
constant.go enhance: make the auth error message more suitable (#32253) 2024-04-16 16:47:19 +08:00
OWNERS