Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Scalable Web Architectures and Application State (bytepawn.com)
28 points by Maro on July 16, 2009 | hide | past | favorite | 2 comments


I'm not too sure how in this pattern he suggests someone would replace mysql with a distributed key value store? how would that handle foreign keys?


Volumes have been written about that question; you can find plenty on this very site, e.g.: http://searchyc.com/nosql

Without rehashing all that, I'll just assure you from my own experience using distributed key/value stores in production as an Amazon.com engineer, that the tradeoff (less expressive data storage engine but simpler scaling/operations/reliability) is often worth it. And many applications are actually simpler to express in a non-relational model.

(And before anyone asks: Yes, for other applications a relational database is a better solution, despite the pain of scaling it and operating it reliably. And I've worked on production systems that used both DHTs and SQL.)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: