I have set up Qdrant docker on a server with 30 GB RAM and 16 cores CPU. I imported 10 million points with a vector dimension of 7 and a payload size 6. I now run 100 queries on it every second with a limit of 3000. The results I have observed are as follows:
When I set with_payload to true, the query time is 8s
When I set with_payload to false, the query time is 1.2s
I have tried setting on_disk_payload to false, but it did not improve the query estimated time with payload. Why is the estimated time longer when the payload is set to true compared to false?
I apologize for my misunderstanding of the nature of this forum, and I now comprehend the purpose of n8n and the reason why questions are being asked here.