carbondata

High performance data store solution

Github星跟蹤圖

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:
http://carbondata.apache.org

CarbonData cwiki

Status

Spark2.4:
Build Status
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 introduce 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).

主要指標

概覽
名稱與所有者apache/carbondata
主編程語言Scala
編程語言Shell (語言數: 11)
平台
許可證Apache License 2.0
所有者活动
創建於2016-06-28 07:00:06
推送於2025-03-31 23:27:30
最后一次提交2025-04-01 07:27:30
發布數40
最新版本名稱carbondata-parent-apache-carbondata-2.3.1-rc1 (發布於 2023-11-20 00:34:57)
第一版名稱apache-carbondata-0.1.0-incubating (發布於 2016-08-19 15:18:22)
用户参与
星數1.4k
關注者數123
派生數705
提交數5k
已啟用問題?
問題數43
打開的問題數30
拉請求數214
打開的拉請求數111
關閉的拉請求數3985
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?