You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "kumar vishal (JIRA)" <ji...@apache.org> on 2018/03/21 01:54:00 UTC

[jira] [Assigned] (CARBONDATA-1522) 6. Loading aggregation tables for streaming data tables.

     [ https://issues.apache.org/jira/browse/CARBONDATA-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

kumar vishal reassigned CARBONDATA-1522:
----------------------------------------

    Assignee: Kunal Kapoor

> 6. Loading aggregation tables for streaming data tables.
> --------------------------------------------------------
>
>                 Key: CARBONDATA-1522
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1522
>             Project: CarbonData
>          Issue Type: Sub-task
>            Reporter: Ravindra Pesala
>            Assignee: Kunal Kapoor
>            Priority: Major
>
>  we can finish the segment load after receives configurable amount of data and create a new segment to load new streaming data. While finishing the segment we can trigger the agg tables on it. So there would not be any agg tables on ongoing streaming segment but querying can be done on the streaming segment of actual table.
> For example user configures stream_segment size as 1 GB, so for every 1 GB of stream data it receives it creates a new segment and finishes the current segment. While finishing the current segment we can trigger agg table loading and compaction of segments.
> While querying of data we change the query plan to apply union of agg table and streaming segment of actual table to get the current data.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)