> ## 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.

> トランザクションとその状態の一覧を含みます。

# system.transactions

<div id="description">
  ## 説明
</div>

トランザクションとその状態の一覧が含まれています。

<div id="columns">
  ## カラム
</div>

* `tid` ([Tuple(UInt64, UInt64, UUID)](/ja/reference/data-types/tuple)) — トランザクションの識別子。
* `tid_hash` ([UInt64](/ja/reference/data-types/int-uint)) — 識別子のハッシュ値。
* `elapsed` ([Float64](/ja/reference/data-types/float)) — トランザクションの処理にかかる時間。
* `is_readonly` ([UInt8](/ja/reference/data-types/int-uint)) — トランザクションで書き込み操作が実行されていないかどうかを示すフラグ。
* `state` ([Enum8('RUNNING' = 0, 'COMMITTING' = 1, 'COMMITTED' = 2, 'ROLLED\_BACK' = 3)](/ja/reference/data-types/enum)) — トランザクションの状態。設定可能な値: RUNNING, COMMITTING, COMMITTED, ROLLED\_BACK.
