Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What's the difference between Hbase and hive?

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces what is the difference between Hbase and hive. It is very detailed and has certain reference value. Friends who are interested must finish reading it.

Both 1.hbase and hive are built on top of hadoop. Hadoop is used as the underlying storage difference:

2.Hive is a batch processing system based on Hadoop to reduce the writing work of MapReducejobs, and HBase is a project to support a project to make up for Hadoop's shortcomings in real-time operation.

3. Imagine you are operating a RMDB database. If it is a full table scan, use Hive+Hadoop, and if it is an index access, use HBase+Hadoop.

4.Hive query is that MapReduce jobs can run from 5 minutes to more than a few hours. HBase is very efficient and certainly much more efficient than Hive.

5.Hive itself does not store and calculate data, and it relies entirely on table-pure logic in HDFS and MapReduce,Hive.

6.hive borrows MapReduce from hadoop to execute some commands in hive.

7.hbase is a physical table, not a logical table. It provides a super-large memory hash table, through which search engines store indexes to facilitate query operations.

8.hbase is a column store.

9.hdfs is the underlying storage, hdfs is the system for storing files, and Hbase is responsible for organizing files.

10.hive needs to use hdfs storage files and the MapReduce computing framework. Explain the principle of hbase real-time query

These are all the contents of this article entitled "what's the difference between Hbase and hive". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report