You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by Liang Chen <ch...@gmail.com> on 2018/02/10 07:24:06 UTC

[ANNOUNCE] Apache CarbonData 1.3.0 release

Hi

The Apache CarbonData PMC team is happy to announce the release of Apache
CarbonData version 1.3.0.

What’s New in Version 1.3.0?

In this version of CarbonData, following are the new features added for
performance improvements, compatibility, and usability of CarbonData.
Support Spark 2.2.1

Spark 2.2.1 is the latest stable version and has added new features and
improved the performance. CarbonData 1.3.0 integrate with it for getting
the advantage of it after upgrading.
Support Streaming

Supports streaming ingestion for real-time data. After the real-time data
is ingested into carbon store, it can be queried from compute engine like
SparkSQL.
Pre Aggregate Support

Supports pre aggregating of data so that "group by" kind of queries can
fetch data much faster(around 10X performance faster). You can create as
many aggregate tables as require as datamaps to improve their query
performance.
Support Time Series (Alpha feature)

Supports to create multiple pre-aggregate tables for the time hierarchy and
CarbonData can do automatic roll-up for the queries on these
hierarchies.Note, this feature is alpha feature
CTAS (CREATE TABLE AS SELECT)

Supports to create a CarbonData table from any of the Parquet/Hive/Carbon
table. This is beneficial when you want to create CarbonData table from any
other Parquet/Hive table and use the Carbon query engine to query and
achieve better query results. This can be also used for backing up the data.
Standard Partitioning

Supports standard partition, similar to spark and hive partition, this
allows you to use any columns to create a partition for improving query
performance significantly.
Support External DB & Table Path

Supports external DB and Table path. Now while creating DB or table, you
can specify the location where the DB or table needs to be stored.
Support Query Data with Specified Dataload

Support query data with specified segments (one dataload generates one
segment), users can query data as per the real required data, this would be
very helpful to improve query performance.
Support Boolean Data Type



You can follow this document to use these artifacts:

https://github.com/apache/carbondata/blob/master/docs/quick-start-guide.md
<https://github.com/apache/incubator-carbondata/blob/master/docs/quick-start-guide.md>

You can find the latest CarbonData document and learn more at:
http://carbondata.apache.org <http://carbondata.incubator.apache.org/>


Please find the detailed JIRA list:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320220&version=12341004

Regards
Liang