Skip to content

What's the best practice for loading multi collections into memory #33251

Discussion options

You must be logged in to vote

Loading process is time-consuming, keeping all collections in memory is for the best search performance.
If you want to swap collections between storage and memory, you can create an upper layer on SDK to manage all the search requests, and apply LRU or LFU logic to swap collections.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@iFurySt
Comment options

Answer selected by iFurySt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants