Evgeny Stanilovsky created IGNITE-24595: -------------------------------------------
Summary: CPCC. System views. Key: IGNITE-24595 URL: https://issues.apache.org/jira/browse/IGNITE-24595 Project: Ignite Issue Type: Task Components: sql Affects Versions: 3.0 Reporter: Evgeny Stanilovsky Need to have a system view for cpcc operations: It can named like: system.partition_size_alteration and contain info per partition: {noformat} zone (String) - zone name. zoneId (Numeric) - system internal id. partNum (Numeric) - partition number, ranged [0, oldZone max partitions) node (String) - node name processed current partition state (String) - current state representation startTime (DateTime) - start to process with current partition finishTime (DateTime) - complete time, if current partition transfer is completed. totalRows (Numeric) - total rows to be processed. {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)