Releases: shunfei/indexr
Releases · shunfei/indexr
indexr-0.2.1-bugfix
- bug fix: string index may ignore good packs. This bug affects 0.2.0 and 0.2.1.
Note: If you already generated some segments with buggy version, you can upgrade to this version and then regenerate those segments with Hive. Contact us if you find any difficulties.
indexr-0.2.1
- Add data types: DATE, DATETIME
- Intern strings to save memory.
- Other bug fixes: column name case issues, log level issues, etc.
release-0.2.0
- More efficient index for short length strings
- Better sorting algorithm for string values in Realtime Ingestion
- Bug fix: realtime segment fd leak when saving process being interrupted
- Warning for native libs when compression class failed
release-0.1.0-bugfix
- Fix build scripts about the local maven repo path
- Fix IndexR node may disappear in Zookeeper after running a period of time.
release-0.1.0
- Support data types:
int
,long
,float
,double
,string
- Rough Set Index
- Apache Drill, Apache Hive adapted
- Cluster support
- High ratio compression
- Realtime Ingestion
- Table manage tool set, rt2his tool, csv_loade/exporter
- Production ready!
- etc.