Skip to content
flow edited this page Jun 5, 2017 · 17 revisions

IndexR

IndexR is a super fast columnar data formate on HDFS, which focus on fast analytic, both for massive static(historical) data and rapidly ingesting realtime data. IndexR is designed for OLAP. IndexR is greatly suitable for building data warehouse based on Hadoop ecosystem.

  • Super fast, 2~4x read speed of Parquet.
  • 3 levels indices supported. Say goodbye to full scan.
  • Support realtime ingestion. No more wait, analyse anything right after they happen.
  • Hardware efficiency, anyone can use.
  • Realtime and off-line pre-aggregation, online schema update, 100% accurate.
  • Deep integration with Hadoop ecosystem. Adapted with popular query engines like Apache Drill, Apache Hive, etc.

Contact

Commercial Services

Articles

Getting started

You can start from Compile from source and then Set up a cluster.