How does Hive compare to HBase?

2019-01-30 01:45发布

I'm interested in finding out how the recently-released (http://mirror.facebook.com/facebook/hive/hadoop-0.17/) Hive compares to HBase in terms of performance. The SQL-like interface used by Hive is very much preferable to the HBase API we have implemented.

7条回答
Ridiculous、
2楼-- · 2019-01-30 02:11

To compare Hive with Hbase, I'd like to recall the definition below:

A database designed to handle transactions isn’t designed to handle analytics. It isn’t structured to do analytics well. A data warehouse, on the other hand, is structured to make analytics fast and easy.

Hive is a data warehouse infrastructure built on top of Hadoop which is suitable for long running ETL jobs. Hbase is a database designed to handle real time transactions

查看更多
登录 后发表回答