Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-21809

Sql. Improve intra-query parallelism

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • sql

    Description

      At the moment, intra-query parallelism is achieved by splitting the query on several fragments in the place where distribution conversion is required, but the fragment itself is tied up to a single thread. Such a parallelization results in a low resource utilization by a single query, especially in case of huge fragments like the ones containing aggregation or colocated joins.

      Let's investigate possible solutions and make a POC

      Attachments

        Issue Links

          Activity

            People

              korlov Konstantin Orlov
              korlov Konstantin Orlov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: