Cassandra vs Hbase for real-time data -


i'm looking distributed, real-time data access tool. i've read hbase hadoopsql solution java clone of google big table, more suited batch jobs real time access (and slow because of read-write). i've read cassandra "high availability".

is understanding of correct? cassandra better suited real-time database (that's distributed) hbase or bigtable?

is cassandra better suited real-time database (that's distributed) hbase or bigtable?

yes, cassandra more suited oltp workload whereas hbase more suitable olap workload, in general


Comments

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -