Skip to content

Conversation

gloomy-7164
Copy link

In current setup, with flash enabled, each eviction evicts 5% of memory in a blocking and no-bail-out way. For large datasets the eviction will saturate the main thread for seconds and the server is unavailable for both reads and writes.

In my understanding, eviction works very similar with or without flash enabled, since eviction doesn't require any flash db deletions, only in memory data free-up. Therefore it should be fine to evict data just like pure in-memory mode.

#814

@gloomy-7164 gloomy-7164 marked this pull request as draft April 17, 2024 06:51
@gloomy-7164 gloomy-7164 marked this pull request as ready for review April 17, 2024 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant