Skip to content

Releases: shunfei/indexr

indexr-0.6.1

25 Sep 08:08
Compare
Choose a tag to compare
  • Add FragmentMerger
  • Stop future fastRead after error happen
  • bug fix: indexr-spark null pointer exception with illegal segment file
  • bug fix: DFSByteBufferReader fastRead could throw exception when replica is moved from local host

indexr-0.6.0-bugfix1

09 Aug 14:38
Compare
Choose a tag to compare
  • Bug fix: mode setting issue in realtime ingestion.
  • Bug fix: indexr-spark null pointer exception with illegal segment file
  • Adapt spark 2.2 Reader API.

indexr-0.6.0

17 Jul 07:44
Compare
Choose a tag to compare
  • Add Spark support, see here
  • Parallel outer index reads in large data.
  • Support customize table location in IndexR table Schema. See here
  • Only open segments when IO happen.
  • Other bug fixes.

indexr-0.6.0-rc2

06 Jul 08:57
Compare
Choose a tag to compare
indexr-0.6.0-rc2 Pre-release
Pre-release
  • bug fix: Attr column not found exception failed
  • bug fix: Could not resolve sub Fectcher types in tools
  • bug fix: catch all throwables in refresh thread
  • bug fix: add VERSION to env.sh

indexr-0.6.0-rc1

26 Jun 08:57
Compare
Choose a tag to compare
indexr-0.6.0-rc1 Pre-release
Pre-release
  • Add Spark support, see here
  • Parallel outer index reads in large data.
  • Support customize table location in IndexR table Schema. See here
  • Only open segments when IO happen.
  • Other bug fixes.

indexr-0.5.0-bugfix2

09 Jun 03:25
Compare
Choose a tag to compare
  • Bug fix: Decoder in vlt mode could fail, and crash the process without any error log.
  • Bug fix: Drill error: Can not parallelize fragment.

You will also need to pull the latest drill plugin to fix those issues from project

indexr-0.5.0-bugfix1

06 Jun 02:51
Compare
Choose a tag to compare
  • bug fix: include fastutil-6.5.9.jar in distribution

indexr-0.5.0

05 Jun 03:11
Compare
Choose a tag to compare
  • Import outer index. Check here for detail.

Outer Index currently use inverted index to quickly locate those relevant packs, it can reduce query duration to milliseconds in some scenarios. It is turn off by default, you can add it to individual columns.

  • Other bug fixes.

indexr-0.5.0-rc2

29 May 10:45
Compare
Choose a tag to compare
indexr-0.5.0-rc2 Pre-release
Pre-release

This is a rc2 release of indexr-0.5.0.

indexr-0.5.0-rc1

29 May 10:22
Compare
Choose a tag to compare
indexr-0.5.0-rc1 Pre-release
Pre-release

This is a rc release of indexr-0.5.0.

This version mainly import outer index. See here.