当前位置:首页 > PHP教程 > PHP总结归纳

SQLonHBase

my salesforce colleague and cubicle neighbor, james taylor, just released phoenix a sql layer on top of hbase to the open source world. phoenix is implemented as a jdbc driver. it makes use of various hbase features such as coprocessors an

my salesforce colleague and cubicle neighbor, james taylor, just released phoenix a sql layer on top of hbase to the open source world.

phoenix is implemented as a jdbc driver. it makes use of various hbase features such as coprocessors and filters to push predicates into the server as much as possible. queries are parallelized across regionservers.

phoenix has a formal data model that includes making use of the row key structure for optimization.

currently phoenix is limited to single table operations.

here's james' blog entry announcing phoenix.



【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:)!