←back to thread

134 points samuel246 | 1 comments | | HN request time: 0.209s | source
Show context
scrubs ◴[] No.44463424[source]
Ousterhout's grad students did work on ramcloud with some research at facebook and Amazon on cache use at scale in complex organizations.

One bit of interesting trivia say for facebook (from memory): if you add all the RAM caches in redis/memcached/disk + db caches to make the thing work at scale, then for about 20-30% more memory you could've had the whole thing in memory 100% of the time.

replies(1): >>44463850 #
chrisjj ◴[] No.44463850[source]
The problem there is /the whole thing/ grows - often faster than your memory.
replies(1): >>44468129 #
1. scrubs ◴[] No.44468129[source]
I think you need to read the papers.

Obviously things grow - look who i mentioned afterall.

The focus is on how you handle growth.