What are the algorithms that are used for working with large data in popular web applications

Posted by Moss Farmer on Programmers See other posts from Programmers or by Moss Farmer
Published on 2012-07-06T14:06:25Z Indexed on 2012/07/06 15:22 UTC
Read the original article Hit count: 265

I am looking for some well known algorithms that can be considered while handling very large amount of data.(Edit- By large amount of data I refer to records in a database excluding blobs). These algorithms if not in totality but in parts may be used in big web applications like Twitter, Last.fm , Amazon ,etc.

Specifically, I'm looking for names or links to such algorithms. My primary interest lies in developing a very deep understanding on working with large database records and writing efficient code for working with the same.

© Programmers or respective owner

Related posts about algorithms

Related posts about web-applications