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

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -