Apache Phoenix 4.11 发布了,Apache Phoenix 是 HBase 的 SQL 驱动。Phoenix 使得 HBase 支持通过 JDBC 的方式进行访问,并将你的 SQL 查询转成 HBase 的扫描和相应的动作。
更新内容:
Support for HBase 1.3.1 and above
Local index hardening and performance improvements
Atomic update of data and local index rows (HBase 1.3 only)
Use of snapshots for MR-based queries and async index building
Support for forward moving cursors
Chunk commit data from client based on byte size and row count
Reduce load on region server hosting SYSTEM.CATALOG
50+ bug fixes
下载地址:
http://phoenix.apache.org/download.html
来自:开源中国社区

