Replies: 1 comment
-
|
Please consider to upgrade to Qdrant 1.14.0 first. We've made a lot of improvements along the way which can have a significant effect on your results. Also make sure that all data is fully indexed. To check this, ensure that each node reports a green collection status. If you're using any kind of payload filtering, you must set up the appropriate payload index. In Qdrant 1.14 we now have the 'query' API. I recommend to switch to that instead, it should require minimal changes. Coul you also share the following:
Would you mind to rerun your tests with the above suggestions. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi, I am new in Qdrant.
I have created Qdrant cluster and doing stress test on it. Details as following:
replication_factor1./collections/{name}/points/searchAPI.Now I tried to scale out of replication as following steps:
replication_factorof the collection as 2 with the API:Now I see that something worse, I don't see some performance improvement:
Did I something wrong? Please, tell me what I missed.
Beta Was this translation helpful? Give feedback.
All reactions