Konstantin Orlov created IGNITE-25454:
-----------------------------------------

             Summary: Sql. Improve printout of distribution in EXPLAIN output
                 Key: IGNITE-25454
                 URL: https://issues.apache.org/jira/browse/IGNITE-25454
             Project: Ignite
          Issue Type: Improvement
          Components: sql ai3
            Reporter: Konstantin Orlov


At the moment, printout of distribution in the EXPLAIN output contains table id 
and zone id:
{code}
          Exchange
              distribution: affinity[tableId=18, zoneId=18][0]
              est: (rows=1)
{code}

It would be better to resolve ids and indexes of columns into a names:
{code}
          Exchange
              distribution: table PUBLIC.MY_TABLE in zone MY_ZONE by [COL_1, 
COL_2]
              est: (rows=1)
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to