Andre- Thursday, May 20, 2010, 9:49:57 AM, you wrote:
> David, > I don't think you'll reach problems of scalability that easily. Twitter and > Facebook have scalability issues, you'll probably be fine for months before > reaching scaling issues even if you're really successful. Twitter, Digg, Reddit, etc are indeed reaching the scalability limits of their databases, and are moving into the NOSQL world of Cassandra, Hadoop, CouchDB... but you need to up at the level of shoveling around petabytes of data before you need to start dealing with those issues. And dealing with NOSQL databases means you need to know your data formats and how you're going to be using them before you start, because once you slice and denormalize your data into various storage compartments you lose things like the ability to do adhoc searching. -- -Mark Wieder [email protected] _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
