Is scalar index (e.g. Inverted Index) loaded in memory? #35906
Answered
by
yhmo
pycui
asked this question in
Q&A and General discussion
-
When calculating the memory requirement of query nodes, how to properly consider the scalar indexes? Can we add more documentation on this? thanks |
Beta Was this translation helpful? Give feedback.
Answered by
yhmo
Sep 2, 2024
Replies: 2 comments
-
Scalar index is loaded into memory. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pycui
-
with latest 2.4.10, you can enable mmap for some of the inverted index. @SimFG |
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
Scalar index is loaded into memory.
The document already shows how to estimate scalar index size: https://milvus.io/docs/scalar_index.md