-
Notifications
You must be signed in to change notification settings - Fork 75
Dev memory config vector indexes #2289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Dev memory config vector indexes #2289
Conversation
|
I think this is clearer, that we're agreeing with the memory config section, not contradicting it.
|
However, you can also warm up the index by running a few random queries to help the OS load the index into memory. | ||
The number of queries required to warm up the index depends on the size of the index and the amount of memory available. | ||
For a smaller index (up to 1M entries), five queries should be sufficient to load the index into memory. | ||
For a larger index, you may need to run a hundred queries. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can remove the last two lines here, they feel a little imprecise.
For a larger index, you may need to run a hundred queries. It is also recommended to test the index.
For a larger index, you may need to run a hundred queries. | ||
It is also recommended to test the index. | ||
|
||
[NOTE] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I'd cut out this Note. People who run into this situation will probably figure it out, and otherwise it just adds complexity without contributing a clear solution.
I think we mean that the machine must have sufficient memory. Saying OS could be confused with the OS memory we say Lucene requires.
This PR includes documentation updates New pages: Updated pages: |
No description provided.