Skip to content

Releases: shunfei/indexr

indexr-0.2.1-bugfix

21 Feb 14:59
Compare
Choose a tag to compare
  • 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

16 Feb 08:41
Compare
Choose a tag to compare
  • 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

22 Jan 04:25
Compare
Choose a tag to compare
  • 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

06 Jan 15:29
Compare
Choose a tag to compare
  • 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

29 Dec 07:36
Compare
Choose a tag to compare
  • 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.