Ask HN: Memory+Disk Cache?

1 points by jotto ↗ HN
Like a Redis that also uses disk to bring down the cost of a memory-only cache.

In other words, I want a key/val lookup that keeps most recently used in memory, other stuff on disk.

Postgres works except it doesn't reclaim space without a vacuum full (which requires a lock)

0 comments

[ 3.5 ms ] story [ 6.9 ms ] thread

No comments yet.