Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Database \ Why HBase need to build SQL engine layer     - Oracle set and remove columns unavailable (Database)

- Autojump: an advanced cd command in the Linux file system fast navigation (Linux)

- Du and df show disk space usage inconsistent Causes and Treatment (Linux)

- Python virtual environment: Virtualenv (Linux)

- No password on Oracle and MySQL login (Database)

- Linux environmental performance data acquisition system (Linux)

- Linux terminal interface font color settings (Linux)

- Quick Install software RAID on Linux (Linux)

- Use regular expressions to check whether the input box to enter a URL (Programming)

- Linux kernel network subsystem analysis (Programming)

- JSON data normalization (normalize) (Programming)

- Linux system on a virtual machine to access the Internet (Linux)

- AngularJS (Programming)

- Oracle RMAN repair logical bad blocks (Database)

- Deploy Apache Spark cluster environment in Ubuntu (Server)

- Using shell users or virtual users to login to pureftpd (Linux)

- Ubuntu 14.04 kernel after the restart boot black screen to solve (Linux)

- Introduction and MongoDB CRUD (Database)

- Use top to monitor the remote server (Server)

- Ubuntu install the camera driver (Linux)

 
         
  Why HBase need to build SQL engine layer
     
  Add Date : 2018-11-21      
         
         
         
 

Existing SQL level solutions are usually not scalable, so when the data becomes large when there may be obstacles. But this case, as has been the emergence of NoSQL great degree of ease, and with NoSQL technology improvement and maturity, this situation will be solved fundamentally.

We know that different from the relational database NoSQL thing is NoSQL does not use SQL as a query language, SQL interface provided as to why the NoSQL data storage HBase, the following reasons:

1. Use language such as SQL so easy to understand, so that people can more easily use HBase.

2. Use SQL such as a higher level language to write, reducing the amount of code written.

3. When the query is executed, data access and SQL runtime plus a layer of abstraction can be so heavily optimized between execution. For example, for the GROUP BY query, use HBase in co-processor, the polymerization can be carried out on the server, rather than on the client side, doing so would greatly reduce the amount of data transferred between the client and the server. Alternatively, you can execute in parallel GROUP BY client, which is based on the scope of Xingjian to truncate scanning achieved. The results will be returned via the parallel execution faster. All of these optimization without user involvement, you can simply execute the query.

Based on HBase SQL engine to achieve

There are some in the industry at this stage to try on HBase SQL engine layer, there are already some of the more stable and realistic solutions.

1.Hive integration HBase

Hive and HBase integration feature from Hive0.6.0 version has begun to appear, the use of both external API interface to communicate with each other, communication is mainly rely hive_hbase-handler.jar Kit (Hive Storage Handlers). Because there is a relatively large HBase version changes, so not every version of the existing HBase and Hive can integrate version, so in the course special attention is consistency between the two versions.

2.Phoenix

Phoenix Salesforce.com by the open source Apache HBase is built on top of a SQL intermediate layer that allows developers to execute SQL queries on HBase. Phoenix is completely written in Java code is on Github, and provides a client can be embedded JDBC driver. For simple queries 10w to 100w line is, Phoenix be better than Hive.

3.Kundera

Kundera is a JPA2.0 object mapping framework compatible with NoSQL data stores. Kundera build on existing library, package the simple API, its main characteristics are:

1) support cross persistent data storage, which means that different users can use a single method of data storage to store and retrieve related entities.

2) can be well-managed affairs, while supporting EntityTransaction and Java Transaction API (JPA).

3) Compatible JPA2.0, strictly use JPA annotation object to the map data storage table.

4) currently supports NoSQL servers include: HBase, MongoDB, Redis, Neo4j like.

There are other solutions, such as: Lealone, hbase-sql, Impala, etc., or immature, or stop updating it, or has limitations. The readers are interested in, you can get to know yourself.

     
         
         
         
  More:      
 
- 5 fast Node.js application performance tips (Programming)
- Gentoo: existing preserved libs problem solving (Linux)
- To achieve a two-way static NAT stateless available modules on Linux (Linux)
- rsync server set up (Server)
- Installation Atom text editor on Mint Ubuntu / Linux (Linux)
- Java NIO in the world (Programming)
- Oracle 11g user rights management study notes (Database)
- Linux configuration Samba server (Server)
- Linux Network Programming - raw socket Example: sending a UDP packet (Programming)
- SME Linux network security policy server security (Linux)
- How to build Mono 3.4.0 / 3.4.1 on Windows (Linux)
- How Vim playing a mature IDE (Linux)
- How to use the beta / unstable version of the software in Debian library (Linux)
- OpenvSwitch 2.1.2 shell script to start and stop (Linux)
- CentOS 6/7 Series Docker Installation (Linux)
- Struts2 study notes -Valuestack (value stack) and OGNL expression (Programming)
- MongoDB fragmentation (Cluster) (Database)
- Android Studio utility plug organize, create sharp artifact (Programming)
- YUM install desktop environment in CentOS (Linux)
- Nginx Proxy timeout Troubleshooting (Server)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.