You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "yiming.xu (Jira)" <ji...@apache.org> on 2019/10/29 13:55:00 UTC

[jira] [Updated] (KYLIN-4214) Distributed query engine

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

yiming.xu updated KYLIN-4214:
-----------------------------
        Parent:     (was: KYLIN-4188)
    Issue Type: New Feature  (was: Sub-task)

> Distributed query engine
> ------------------------
>
>                 Key: KYLIN-4214
>                 URL: https://issues.apache.org/jira/browse/KYLIN-4214
>             Project: Kylin
>          Issue Type: New Feature
>          Components: Query Engine
>            Reporter: yiming.xu
>            Assignee: yiming.xu
>            Priority: Major
>
> Sql through calcite analysis optimization will generate a tree of OLAP rel,
> and spark's catalyst is also generated by parsing SQL after a tree,
> automatically optimized to become a dataframe to calculate, if the plan of
> calcite can be converted into a spark plan, then we will achieve
> distributed computing, calcite is only responsible for parsing SQL and
> returning result sets, reducing the pressure on the kylin server side.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)