Is DiskANN also Memory Intensive? #37964
Replies: 3 comments 10 replies
-
PQCodeBudgetGBRatio |
Beta Was this translation helpful? Give feedback.
-
If I decrease PQCodeBudgetGBRatio causing a lower recall. Can I increase the following parameters to increase recall without causing a memory usage increase? |
Beta Was this translation helpful? Give feedback.
-
I have tuned the diskANN parameters, in the end, the diskANN takes memory which is about 16.9% of raw data, which is good. |
Beta Was this translation helpful? Give feedback.
-
Hello, I'm exploring DiskANN using Milvus. I was assuming that the DiskANN index takes no memory or very little memory.
But after ingesting about 10million 1536-dim vectors, the disk usage comes to ~80GB. And the memory usage comes to ~40GB.
The memory usage is far more than I expected. Is this normal?
Beta Was this translation helpful? Give feedback.
All reactions