发布于 2017-07-07 23:57:36 | 134 次阅读 | 评论: 0 | 来源: 网友投递
Apache Phoenix HBase 的 SQL 驱动
Apache Phoenix 是 HBase 的 SQL 驱动。Phoenix 使得 HBase 支持通过 JDBC 的方式进行访问,并将你的 SQL 查询转成 HBase 的扫描和相应的动作。
Apache Phoenix 4.11 发布了,
更新内容:
Support for HBase 1.3.1 and above
Local index hardening and performance improvements [1]
Atomic update of data and local index rows (HBase 1.3 only) [2]
Use of snapshots for MR-based queries and async index building [3][4]
Support for forward moving cursors [5]
Chunk commit data from client based on byte size and row count [6]
Reduce load on region server hosting SYSTEM.CATALOG [7]
50+ bug fixes [8]
下载地址: