You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jingsong Lee (Jira)" <ji...@apache.org> on 2019/12/30 08:11:01 UTC

[jira] [Closed] (FLINK-14249) Complete partition support for batch sql

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

Jingsong Lee closed FLINK-14249.
--------------------------------

> Complete partition support for batch sql
> ----------------------------------------
>
>                 Key: FLINK-14249
>                 URL: https://issues.apache.org/jira/browse/FLINK-14249
>             Project: Flink
>          Issue Type: Improvement
>          Components: Table SQL / Planner
>            Reporter: Jingsong Lee
>            Assignee: Jingsong Lee
>            Priority: Major
>             Fix For: 1.10.0
>
>
> A partition is a division of a logical database or its constituent elements into distinct independent parts. Database partitioning is normally done for manageability, performance or availability reasons, or for load balancing.
> Partition is widely used in hive. Especially in the ETL domain, most tables have partition attributes, which allow users to continue processing. Partition is more convenient for data management, time partitioning and business partitioning are common.
> We have supported a basic version forĀ Flink table partitioning at 1.9 release, and this JIRA aims to improve partitioning support.
> See [https://cwiki.apache.org/confluence/display/FLINK/FLIP-63%3A+Rework+table+partition+support]



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