Update Hbase的SQL层——Phoenix.md

This commit is contained in:
heibaiying
2019-04-04 16:07:58 +08:00
committed by GitHub
parent 381df6e91d
commit 137a8970c5

View File

@ -1,4 +1,5 @@
# Hbase的SQL中间层——Phoenix
<nav>
<a href="#一Phoenix简介">一、Phoenix简介</a><br/>
<a href="#二Phoenix安装">二、Phoenix安装</a><br/>
@ -26,7 +27,7 @@ Phoenix是HBase的开源SQL层。使得您可以使用标准JDBC API而不是常
Phoenix完全使用Java编写作为HBase内嵌的JDBC驱动。Phoenix查询引擎会将SQL查询转换为一个或多个HBase scan并编排并行执行以生成标准的JDBC结果集同时Phoenix还拥有二级索引等Hbase不具备的特性这使得Phoenix具有极好的性能表现。
<div align="center"> <img width="600px" src="https://github.com/heibaiying/BigData-Notes/blob/master/pictures/Phoenix-hadoop.png"/> </div>