hydro-project / fluent

A data-driven compute platform
Apache License 2.0
1.22k stars 173 forks source link

Gossip keys based on access frequency #34

Open cw75 opened 6 years ago

cw75 commented 6 years ago

Currently, all keys are gossipped under the same gossip period. Ideally, we should adjust the gossip frequency based on the access frequency. Hot keys will be gossipped more often and cold keys less often.