본문으로 바로가기

MongoDB, Cassandra, HBase - summary

category Coding 10년 전

[References]



<image courtesy of 451Research>


<MongoDB>

 - development simplicity

 - designed for OLTP workloads (can do complex queries, but not good for reporting-style workloads)

 - not good for complex transactions


<Cassandra>

 - operational simplicity

 - ease of scaling

 - CQL


<HBase>

 - ease of scaling (automatic sharding)

 - SQL queries (using Cloudera Impala, Apache Phoenix, Apache Hive)

 - free-text search (using Cloudera Search)


Coding카테고리의 다른글

How to change ${USER} in IntelliJ IDEA  (1) 2015.06.02
Swagger vs RAML  (0) 2015.06.02
소프트웨어 개발 Workflow  (0) 2015.04.09
ngBindHtml error 숨기기  (0) 2015.04.09
CSS를 이용한 Button customizing  (0) 2009.09.20