-
Notifications
You must be signed in to change notification settings - Fork 132
Home
flow edited this page Jun 5, 2017
·
17 revisions
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.
- Email: 519178957@qq.com
- QQ Group: 606666586 (IndexR讨论组)
You can start from Compile from source and then Set up a cluster.