couchdb « hbase « Java Database Q&A





1. Which is the most suitable Key-Value Store for a RDBMS background person?    stackoverflow.com

Is there a distinct winner among all the key-value stores? Cassandra, MongoDB, CouchDB? and do they all follow some central guidelines? or they all have their own say in defining their ...

2. Scalable Image Storage    stackoverflow.com

I'm currently designing an architecture for a web-based application that should also provide some kind of image storage. Users will be able to upload photos as one of the key feature ...

3. Difference between Document-oriented-DB and Bigtable clones    stackoverflow.com

Can someone give a head-to-head comparison between them? We are looking for a suitable storage engine for our weblog history data. We looked at Bigtable's paper and understand it is suitable to ...

4. CouchDB, HDFS, HBase or which is right for my situation?    stackoverflow.com

This question is regarding data storage systems such as CouchDB, HDFS and HBase, specifically, which is right. I am looking at making a simple and customized Document Management System for my organization. ...

5. HBase cassandra couchdb mongodb..any fundamental difference?    stackoverflow.com

I just wanted to know if there is a fundamental difference between hbase, cassandra, couchdb and monogodb ? In other words, are they all competing in the exact same market and ...

6. CouchDB vs HBase    stackoverflow.com

Are there any similarities between these two ?

7. Database to handle huge amount of data    stackoverflow.com

I'm evaluating a database for my next project. I want to store all the cities in the world (2,5 million) and save weather forecast for every city every day. So you ...