SQL on HBase
程序员文章站
2022-05-28 09:57:38
...
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.
原文地址:SQL on HBase, 感谢原作者分享。
上一篇: Access使用宏控制程序
下一篇: Oracle控制文件的多路复用