milvus2.5.23 resource group不同query node的内存使用率差异大 #47522
Unanswered
zhu3359
asked this question in
Q&A and General discussion
Replies: 2 comments 17 replies
-
|
观察QueryNode的Segment Loaded Num, Collection Loaded Num, Queryable Entity Num这几个指标。其中Queryable Entity Num里分别列举了各个querynode的growing和sealed数量,把这几个指标截图看一下 |
Beta Was this translation helpful? Give feedback.
16 replies
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
-
使用milvus2.5.23部署了分布式集群,从所有querynode中圈出4个生成一个resource group,在这个resource group中写入了8个collection,有一个最大的collection大概450w数据,其他的基本都是几十万级别,在这个resource group load 这8个collection并且指定replica_number = 3,加载完成后发现有两个node内存使用率很高,快是另外两个的2倍了(83.8G vs 46.6G),想问下为什么内存使用率差别这么大,有没有memory load balance 的方法
Beta Was this translation helpful? Give feedback.
All reactions