Can we create pre-aggregation for non-carbon format tables?

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Can we create pre-aggregation for non-carbon format tables?

冉明轩
Hello guys,


Recently I came up with an idea: can we create pre-aggregation for non-carbon format tables?


For example, someone is suffering from disk space shortage or for some other reason he must use other file format other than carbondata.
In these cases he may also want quick query on some statistic queries like "count" and "sum".
If in these cases carbon can support him in the way of redirecting query to the pre-agg table just like what it is done for its own data, he can also enjoy the fast performance of carbon.


This kind of pre-agg can be triggered by a metadata update happened in hive so both managed-table and external-table can take benefit from it.


Ran

Reply | Threaded
Open this post in threaded view
|

Re: Can we create pre-aggregation for non-carbon format tables?

ravipesala
Hi,

In the current pr-aggregate design we cannot create on non carbon format
tables. But we have another module called MV, there we will add the
functionality to allow other format tables also as Materialized Views(MV) .
But it may take some more time to get stabilized this feature.

Ravindra



--
Sent from: http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/
Reply | Threaded
Open this post in threaded view
|

Re: Can we create pre-aggregation for non-carbon format tables?

冉明轩
Hi Ravindra,


Thank you for the information. I checked the ticket about MV supporting. https://issues.apache.org/jira/browse/CARBONDATA-2473
I got the idea. At this point the things I want should be the MV itself.


I will take some time to check this topic later.


Thank you
Ran





At 2018-08-06 18:50:24, "ravipesala" <[hidden email]> wrote:

>Hi,
>
>In the current pr-aggregate design we cannot create on non carbon format
>tables. But we have another module called MV, there we will add the
>functionality to allow other format tables also as Materialized Views(MV) .
>But it may take some more time to get stabilized this feature.
>
>Ravindra
>
>
>
>--
>Sent from: http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/