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
Explore sieve algorithm as a an addition to the list of eviction algorithms
Considering that valkey is a forward looking project, considering better eviction algorithms as a default and also giving the possibility to clients to use active eviction algorithms for efficient memory management.
Use configurable options for evictions like the current LRU/LFU options Sieve algorithm website adding the sieve website here with relevant performance benchmarks.
Alternatives you've considered
Alternatives considered are mostly heavily discussed and debated on, with respect to redis and probably valkey as well. The best alternatives seemingly in the direction of the various lru and lfu solutions.
Additional information
Adding some relevant blogs demonstrating the working of this particular algorithm
Explore sieve algorithm as a an addition to the list of eviction algorithms
Considering that valkey is a forward looking project, considering better eviction algorithms as a default and also giving the possibility to clients to use active eviction algorithms for efficient memory management.
Use configurable options for evictions like the current LRU/LFU options
Sieve algorithm website adding the sieve website here with relevant performance benchmarks.
Alternatives you've considered
Alternatives considered are mostly heavily discussed and debated on, with respect to redis and probably valkey as well. The best alternatives seemingly in the direction of the various lru and lfu solutions.
Additional information
Adding some relevant blogs demonstrating the working of this particular algorithm
A high level comparison of lru vs SIEVE
Published research paper on sieve
The text was updated successfully, but these errors were encountered: