Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Re-insert later hot data to memory #35

Open
lanlou1554 opened this issue Apr 3, 2024 · 0 comments
Open

Re-insert later hot data to memory #35

lanlou1554 opened this issue Apr 3, 2024 · 0 comments
Assignees

Comments

@lanlou1554
Copy link
Collaborator

When some small data gets evicted from mem_cache, then it becomes hot (frequent access). But in the current implementation, there is no chance for this data to go back to the memory cache.
(Maybe we when get_data_from_cache, we can identify this kind of data, delete it from disk cache, and re-add it into memory cache. But how to identify it?)

@lanlou1554 lanlou1554 self-assigned this Apr 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant