Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-31767

Improve the implementation for "analyze table" execution on partitioned table

    XMLWordPrintableJSON

Details

    Description

      Currently, for partitioned table, the "analyze table" command will generate a separate SQL statement for each partition. When there are too many partitions, the compilation/submission/execution time will be very long. This issue aims to improve it: we can combine the sql statements for each partition into one with "union all", and just need to execution one sql.

      Attachments

        Issue Links

          Activity

            People

              godfrey Godfrey He
              godfrey Godfrey He
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: