Hacker News new | ask | show | jobs
by guybrush0 6108 days ago
From the article it sounds like Facebook made a huge investment in people to build the bespoke (software) infrastructure that they needed. eg. A bespoke in-memory database, their "own storage system called Haystack that's completely built on top of commodity hardware", etc.

Facebook have an order of magnitude more employees than Twitter which probably makes those kind of bespoke uber-scaling advancements feasible.

1 comments

A bespoke in-memory database,

They use memcached with some nasty kernel hacks.

(Caused some friction when they forked an old version, added new code which was then suddenly unleashed on the community without warning. Each new feature then had to be manually added to the current version)