Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gabrywu/xphoenix
- Owner: gabrywu
- License: apache-2.0
- Created: 2019-12-20T07:28:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-04T23:58:49.000Z (about 2 years ago)
- Last Synced: 2023-05-20T07:20:06.025Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 4.49 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 版本扩展