> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-fix-nav-issues.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Contains information about parts which are currently in a process of moving between shards and their progress.

# system.part_moves_between_shards

<h2 id="description">
  Description
</h2>

Contains information about parts which are currently in a process of moving between shards and their progress.

<h2 id="columns">
  Columns
</h2>

* `database` ([String](/reference/data-types/index)) — The name of the database where move is performed.
* `table` ([String](/reference/data-types/index)) — The name of the table where move is performed.
* `task_name` ([String](/reference/data-types/index)) — The name of the moving task.
* `task_uuid` ([UUID](/reference/data-types/index)) — The identifier of the moving task.
* `create_time` ([DateTime](/reference/data-types/index)) — The time when the task was created.
* `part_name` ([String](/reference/data-types/index)) — The name of the part which is in a process of moving.
* `part_uuid` ([UUID](/reference/data-types/index)) — The UUID of the part which is in a process of moving.
* `to_shard` ([String](/reference/data-types/index)) — The name of the destination shard.
* `dst_part_name` ([String](/reference/data-types/index)) — The result part name.
* `update_time` ([DateTime](/reference/data-types/index)) — The last time update was performed.
* `state` ([String](/reference/data-types/index)) — The current state of the move.
* `rollback` ([UInt8](/reference/data-types/index)) — The flag which indicated whether the operation was rolled back.
* `num_tries` ([UInt32](/reference/data-types/index)) — The number of tries to complete the operation.
* `last_exception` ([String](/reference/data-types/index)) — The last exception name if any.
