You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`FollowerId` | ID of the partition tablet [follower](../concepts/glossary.md#tablet-follower). A value of 0 means the leader.<br/>Key: `3`.| `Uint32` | Instant
`RowCount` | Approximate number of rows. | `Uint64` | Instant
31
32
`IndexSize` | Partition index size in bytes. | `Uint64` | Instant
32
33
`CPUCores` | Instantaneous value of the load on the partition (the share of the CPU core time spent by the actor of the partition). | `Double` | Instant
33
34
`TabletId` | ID of the partition tablet. | `Uint64` | Instant
34
-
`FollowerId` | ID of the partition tablet [follower](../concepts/glossary.md#tablet-follower). A value of 0 means the leader. | `Uint32` | Instant
35
35
`Path` | Full path to the table. | `Utf8` | Instant
36
36
`NodeId` | ID of the partition node. | `Uint32` | Instant
37
37
`StartTime` | Last time of the launch of the partition tablet. | `Timestamp` | Instant
@@ -43,10 +43,13 @@ Column | Description | Data type | Instant/Cumulative
43
43
`RangeReads` | Number of range reads. | `Uint64` | Cumulative
44
44
`RangeReadRows` | Number of rows read in ranges. | `Uint64` | Cumulative
45
45
`InFlightTxCount` | Number of in-flight transactions. | `Uint64` | Instant
46
-
`ImmediateTxCompleted` | Number of completed [single-shard transactions](../concepts/glossary.md#transactions). | `Uint64` | Cumulative
46
+
`ImmediateTxCompleted` | Number of completed [single-shard transactions](../concepts/glossary.md#transactions). | `Uint32` | Cumulative
47
47
`CoordinatedTxCompleted` | Number of completed [distributed transactions](../concepts/glossary.md#transactions). | `Uint64` | Cumulative
48
48
`TxRejectedByOverload` | Number of transactions cancelled due to [overload](../troubleshooting/performance/queries/overloaded-errors.md). | `Uint64` | Cumulative
49
49
`TxRejectedByOutOfStorage` | Number of transactions cancelled due to lack of storage space. | `Uint64` | Cumulative
50
+
`LastTtlRunTime` | Launch time of the last TTL erasure procedure | `Timestamp` | Instant
51
+
`LastTtlRowsProcessed` | Number of rows checked during the last TTL erasure procedure | `Uint64` | Instant
52
+
`LastTtlRowsErased` | Number of rows deleted during the last TTL erasure procedure | `Uint64` | Instant
50
53
`LocksAcquired` | Number of [locks](../contributor/datashard-locks-and-change-visibility.md) acquired. | `Uint64` | Cumulative
51
54
`LocksWholeShard` | The number of ["whole shard" locks](../contributor/datashard-locks-and-change-visibility.md#limitations) taken. | `Uint64` | Cumulative
52
55
`LocksBroken` | Number of [broken locks](../contributor/datashard-locks-and-change-visibility.md#high-level-overview). | `Uint64` | Cumulative
`FollowerId` | Идентификатор [подписчика](../concepts/glossary.md#tablet-follower) таблетки партиции. Значение 0 означает лидера. | `Uint32` | Моментальная
35
35
`Path` | Полный путь к таблице. | `Utf8` | Моментальная
36
36
`NodeId` | Идентификатор ноды, на которой в данный момент обслуживается партиция. | `Uint32` | Моментальная
37
37
`StartTime` | Последний момент запуска таблетки партиции. | `Timestamp` | Моментальная
@@ -43,10 +43,13 @@
43
43
`RangeReads` | Количество чтений по диапазону ключей. | `Uint64` | Кумулятивная
44
44
`RangeReadRows` | Количество строк, прочитанных в диапазонах. | `Uint64` | Кумулятивная
45
45
`InFlightTxCount` | Количество исполняющихся транзакций. | `Uint64` | Моментальная
46
-
`ImmediateTxCompleted` | Количество завершившихся [одношардовых транзакций](../concepts/glossary.md#transactions). | `Uint64` | Кумулятивная
46
+
`ImmediateTxCompleted` | Количество завершившихся [одношардовых транзакций](../concepts/glossary.md#transactions). | `Uint32` | Кумулятивная
47
47
`CoordinatedTxCompleted` | Количество завершившихся [распределенных транзакций](../concepts/glossary.md#transactions). | `Uint64` | Кумулятивная
48
48
`TxRejectedByOverload` | Количество транзакций, отменённых по причине [высокой нагрузки](../troubleshooting/performance/queries/overloaded-errors.md). | `Uint64` | Кумулятивная
49
49
`TxRejectedByOutOfStorage` | Количество транзакций, отменённых из-за нехватки места в хранилище. | `Uint64` | Кумулятивная
50
+
`LastTtlRunTime` | Последний момент запуска очистки партиции по TTL | `Timestamp` | Моментальная
51
+
`LastTtlRowsProcessed` | Количество проверенных строк партиции при последней очистке по TTL | `Uint64` | Моментальная
52
+
`LastTtlRowsErased` | Количество удалённых строк партиции при последней очистке по TTL | `Uint64` | Моментальная
50
53
`LocksAcquired` | Количество установленных [блокировок](../contributor/datashard-locks-and-change-visibility.md) . | `Uint64` | Кумулятивная
0 commit comments