mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
When there are too many key-value pairs, the etcd list operation may times out. This PR replaces `LoadWithPrefix` in list operations, which could involve many keys, with `WalkWithPrefix`. issue: https://github.com/milvus-io/milvus/issues/37917 Signed-off-by: bigsheeper <yihao.dai@zilliz.com>