The retrieval speed of v2.6.2 is much slower than v2.6.0 #44539
Replies: 4 comments 11 replies
-
this might be expected, if you json shredding happened and split data into multiple field instead of store it in field in 2.6. can you share your schema and your query? |
Beta Was this translation helpful? Give feedback.
-
common.enabledJSONKeyStats Did you change this param from false to true ? The json index building is async process, so the query is keep slow or become normal after? |
Beta Was this translation helpful? Give feedback.
-
waht is your query looks like? can you share the code? I don't think any query should cost that long, no matter 2.6.0 or 2.6.2 |
Beta Was this translation helpful? Give feedback.
-
please help to verify the retrieve performance of 2.6.0 versus 2.6.2 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
environment:
NAME READY STATUS RESTARTS AGE
milvus-release-etcd-0 1/1 Running 1 (4h47m ago) 25h
milvus-release-etcd-1 1/1 Running 1 (4h47m ago) 25h
milvus-release-etcd-2 1/1 Running 1 (4h47m ago) 25h
milvus-release-milvus-datanode-86d9d96b99-fks4j 1/1 Running 0 72m
milvus-release-milvus-mixcoord-57c7c7d945-pblr7 1/1 Running 0 72m
milvus-release-milvus-proxy-7f59c984c6-lr9vb 1/1 Running 0 72m
milvus-release-milvus-querynode-0-85695ff9f7-clb4n 1/1 Running 0 112s
milvus-release-milvus-querynode-0-85695ff9f7-nd5s7 1/1 Running 0 64m
milvus-release-milvus-streamingnode-6bf9f77fc7-t9g9w 1/1 Running 0 72m
INDEX: IVF-FLAT
JSON INDEX: file_indo_width_idx, file_info_height_idx
After upgrading from version 2.6.0 to version 2.6.2 with the same configuration, the retrieval speed is 6 times slower!
Beta Was this translation helpful? Give feedback.
All reactions