Facebook | Engineering @ Facebook's NotesFirst Faved : Aug 21 2008 by derekFaved : 1 time with noteViewed : 25 timesFave It!
Faves for this Web page
Interesting writeup of hacking MySQL to dirty memcached entries after replication sync.
Quoted: REPLACE INTO profile (`first_name`) VALUES ('Monkey') WHERE `user_id`='jsobel' MEMCACHE_DIRTY 'jsobel:first_name'
Already a user? Sign In
Add a Fave for this Web page
- What happens when I press Publish?
- Your Fave for this Web page gets shared with the Faves community. You can access it at any time by selecting "My Faves" from the menu above.
- Why do you ask for my email address?
- We use your email address to create an account, so you can easily find your Fave again at a later time.
Related Content from Around Faves
scale
-
Rightscale provides tools to provision and automatically adapt the size of your AWS server instances to meet changes in demand. They got a couple of recommendations from the attendees at our Startpad Countdown lecture with Jeff Barr this week.
2 FaversQuoted: RightScale provides a platform and consulting services that enable companies to create scalable web solutions running on Amazon Web Services (AWS) that are reliable, easy to manage, and cost less. Try it FREE!
- mike - Jan 19 20091 FaverViewed: 2 Times
- roberthd - Sep 27 20081 FaverViewed: 5 Times

i also found it interesting that all their write operations happen in one location. adding this constraint does make it easier to build out a distributed data center so long as you are disciplined about minimizing writes in 'normal' conditions.
Yeah -- well, database writes anyways ... I'm sure many gigabytes of log files are generated in the replicated environment with all sorts of interesting information.