Ted

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

Redis (V2.4)

Best used: For rapidly changing data with a foreseeable database size (should fit mostly in memory).

For example: Stock prices. Analytics. Real-time data collection. Real-time communication.


HBase

Best used: If you're in love with BigTable. :) And when you need random, realtime read/write access to your Big Data.

For example: Facebook Messaging Database (more general example coming soon)

 

For other database's comments, please refer to:

http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis

posted on 2011-12-15 19:36  wufawei  阅读(210)  评论(0编辑  收藏  举报