2Q Caching: Optimizing Performance for Skewed Data Distributions
If you use an in-memory data store for caching, like Redis or Memcached, a famous cache eviction technique is LRU (Least Recently Used). LRU does…
Read more →If you use an in-memory data store for caching, like Redis or Memcached, a famous cache eviction technique is LRU (Least Recently Used). LRU does…
Read more →When you hear the term Hyperloglog, if you don't know it and you are like me, you are likely to think that it's an open-source…
Read more →