High performance data store solution

Clone this repo:
  1. c1b0e9c Use HTTPS protocol for the official website (#4348) by hulk · 2 days ago master
  2. dee20b8 Bump pyarrow from 0.11.1 to 14.0.1 in /python (#4341) by dependabot[bot] · 3 months ago
  3. bcc7137 Create maven-publish.yml by Liang Chen · 4 months ago
  4. a6e9e37 [maven-release-plugin] prepare for next development iteration by chenliang613 · 4 months ago
  5. d326118 [maven-release-plugin] prepare release carbondata-parent-apache-carbondata-2.3.1-rc1 by chenliang613 · 4 months ago carbondata-parent-apache-carbondata-2.3.1-rc1

Apache CarbonData is an indexed columnar data store solution for fast analytics on big data platform, e.g. Apache Hadoop, Apache Spark, etc.

You can find the latest CarbonData document and learn more at: https://carbondata.apache.org

CarbonData cwiki

Status

Spark2.4: Coverage Status

Features

CarbonData file format is a columnar store in HDFS, it has many features that a modern columnar format has, such as splittable, compression schema, complex data type etc, and CarbonData has following unique features:

  • Stores data along with index: it can significantly accelerate query performance and reduces the I/O scans and CPU resources, where there are filters in the query. CarbonData index consists of multiple level of indices, a processing framework can leverage this index to reduce the task it needs to schedule and process, and it can also do skip scan in more finer grain unit (called blocklet) in task side scanning instead of scanning the whole file.
  • Operable encoded data: through supporting efficient compression and global encoding schemes, can query on compressed/encoded data, the data can be converted just before returning the results to the users, which is “late materialized”.
  • Supports for various use cases with one single Data format : like interactive OLAP-style query, Sequential Access (big scan), Random Access (narrow scan).

Building CarbonData

CarbonData is built using Apache Maven, to build CarbonData

Online Documentation

Experimental Features

Some features are marked as experimental because the syntax/implementation might change in the future.

  1. Hybrid format table using Add Segment.
  2. Accelerating performance using MV on parquet/orc.
  3. Merge API for Spark DataFrame.
  4. Hive write for non-transactional table.
  5. Secondary Index as a Coarse Grain Index in query processing.

Integration

Other Technical Material

Fork and Contribute

This is an active open source project for everyone, and we are always open to people who want to use this system or contribute to it. This guide document introduces how to contribute to CarbonData.

Contact us

To get involved in CarbonData:

About

Apache CarbonData is an open source project of The Apache Software Foundation (ASF).