Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gabrywu/xphoenix

1.增加ROW_TS字段类型,映射hbase表的rowtimestamp;2.实现external_index,即ES全文索引;3.修复索引写入失败时RegionServer挂掉的bug
https://github.com/gabrywu/xphoenix

Last synced: 26 days ago
JSON representation

1.增加ROW_TS字段类型,映射hbase表的rowtimestamp;2.实现external_index,即ES全文索引;3.修复索引写入失败时RegionServer挂掉的bug

Awesome Lists containing this project

README

        

![logo](https://images.gitee.com/uploads/images/2019/1220/152427_0f6f839f_623111.png)

[Apache Phoenix](http://phoenix.apache.org/) is a SQL skin over HBase delivered as a client-embedded JDBC driver targeting low latency queries over HBase data. Visit the Apache Phoenix website [here](http://phoenix.apache.org/).

Copyright ©2014 [Apache Software Foundation](http://www.apache.org/). All Rights Reserved.

# 功能扩展
1. 增加ROW_TS字段类型,映射hbase表的rowtimestamp
2. 实现external_index,即ES全文索引
3. 修复索引写入失败时RegionServer挂掉的bug
> 基于 4.14.0-cdh5.14.2 版本扩展