How to manage large amount of data



While browsing, I got a question "How yahoo news or google news are managing a huge amount of data".



  1. Storing in Database is not a right approach I think as it will be huge than expected in some conditions.

  2. Storing in xml will be a problem for inserting and getting the data, if the data is going on increasing.

  3. Not sure about using mongodb, H2, ...


Please give me some ideas on how can we access data faster and easier maintenance.


Regards Sai


No comments:

Post a Comment