Why does the performance of the existing collection degrade when large data are inserted into a new collection? #38174
-
Hi. I installed Milvus on kubernets using helm chart. (v2.5.15) While inserting data into Collection B using Bulk Insert, the QPS for Collection A drops. I thought the reason is that the query node's growing segments have increased due to subscribe kafka. I created a new resource group and deployed Collection A. What is the reason for this, and how can it be resolved? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Theoretically, bulkinsert doesn't affect search performance in cluster mode. Bulkinsert doesn't generate growing segments, data is read and sealed segment is generated, the new segment is loaded only after it is fully indexed. Your milvus is a cluster, not standalone? |
Beta Was this translation helpful? Give feedback.
How much querynode and indexnode do youn have?
Could it possible that indexnode and querynode actually on the same physical machine?