Scalability

TwitterFacebook
Get flash to fully experience Pearltrees
I just submitted the final (photo-ready) version of a new paper called "Building on Quicksand" to the Conference on Innovative Database Research . This is a paper I coauthored with my friend, Dave Campbell. We submitted an earlier version (to try to get into the conference) in October, I wrote a presentation on this for TechEd EMEA, and now we have a new and longer full paper complete. http://blogs.msdn.com/b/pathelland/archive/2008/12/12/building-on-quicksand-paper-for-cidr-conference-on-innovative-database-research.aspx

"Building on Quicksand" Paper for CIDR (Conference on ...

http://www.infoq.com/news/2008/03/ebaybase One of the key aspects of the system architect's role is to weigh up conflicting requirements and decide on a solution, often by trading off one aspect against another. As systems become larger and more complex so more and more of the conventional wisdom about how applications should be built is being challenged. At last year's QCon conference in London in March, for example, Dan Pritchard gave a talk about eBay's architecture.

Trading Consistency for Scalability in Distributed Architectures

One of the most important architectural decisions that must be done early on in a scalable web site project is splitting the data flow into two streams: one that is user specific and one that is generic. If this is done properly, the system will be able to grow easily. On the other hand, if the data streams are not separated from the start, then the growth options will be severely limited. http://gojko.net/2008/03/03/two-data-streams-for-a-happy-website/

Two data streams for a happy website

Asynchronous Architectures

All computers wait at the same speed http://www.webperformancematters.com/journal/2007/8/13/asynchronous-architectures-1.html
http://www.webperformancematters.com/journal/2007/8/10/five-scalability-principles.html Don’t think synchronously, ... ... don’t think vertically, don’t mix transactions with business intelligence, avoid mixing hot and cold data, and don’t forget the power of memory. -- MySQL site, 2007

Five Scalability Principles

Eventually Consistent

http://www.allthingsdistributed.com/2007/12/eventually_consistent.html I wrote a first version of this posting on consistency models in December 2007, but I was never happy with it as it was written in haste and the topic is important enough to receive a more thorough treatment. ACM Queue asked me to revise it for use in their magazine and I took the opportunity to improve the article. I posted an update to this article in December 2008 under the tile Eventually Consistent - Revisted . - please read that article instead of this one. I am leaving this one here for transparency/historical reasons and because the comments helped me improve the article.

Building a Non-blocking TCP server using OTP principles

From Erlang Community [ edit ] Author Serge Aleynikov <saleyn at gmail.com> http://www.trapexit.org/Building_a_Non-blocking_TCP_server_using_OTP_principles