You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the index is in memory only, so when the indexer is restarted, it must be built from scratch again.
It would be better to use an on disk index, and then use a lru ejection mechanism for the in-memory portion so that only hot items stay in memory and so we can configure the size of the in memory cache.
The text was updated successfully, but these errors were encountered:
Currently the index is in memory only, so when the indexer is restarted, it must be built from scratch again.
It would be better to use an on disk index, and then use a lru ejection mechanism for the in-memory portion so that only hot items stay in memory and so we can configure the size of the in memory cache.
The text was updated successfully, but these errors were encountered: