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

> `system.metrics` および `system.events` テーブルのメトリクス値の履歴を保持し、定期的にディスクへフラッシュされるシステムテーブル。

# system.metric_log

<Info>
  **ClickHouse Cloud でのクエリ**

  このシステムテーブルのデータは、ClickHouse Cloud の各ノードにローカルに保持されています。したがって、すべてのデータを完全に把握するには、`clusterAllReplicas` 関数を使用する必要があります。詳細については、[こちら](/ja/reference/system-tables/overview#system-tables-in-clickhouse-cloud)を参照してください。
</Info>

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

テーブル `system.metrics` および `system.events` のメトリクス値の履歴が格納されます。これらは定期的にディスクにフラッシュされます。

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

* `hostname` ([LowCardinality(String)](/ja/reference/data-types/lowcardinality)) — クエリを実行するサーバーのホスト名。
* `event_date` ([Date](/ja/reference/data-types/date)) — イベントの日付。
* `event_time` ([DateTime](/ja/reference/data-types/datetime)) — イベント時刻。
* `event_time_microseconds` ([DateTime64(6)](/ja/reference/data-types/datetime64)) — マイクロ秒精度のイベント時刻。
* `ProfileEvent_Query` ([UInt64](/ja/reference/data-types/int-uint)) — 解釈され、実行される可能性のあるクエリ数。構文解析に失敗したクエリ、AST サイズ制限、クォータ制限、または同時実行クエリ数の制限によって拒否されたクエリは含みません。ClickHouse 自身によって開始された内部クエリを含む場合があります。サブクエリはカウントしません。
* `ProfileEvent_SelectQuery` ([UInt64](/ja/reference/data-types/int-uint)) — Query と同じですが、SELECT クエリのみが対象です。
* `ProfileEvent_InsertQuery` ([UInt64](/ja/reference/data-types/int-uint)) — Query と同じですが、INSERT クエリのみが対象です。
* `ProfileEvent_InitialQuery` ([UInt64](/ja/reference/data-types/int-uint)) — Query と同じですが、初期クエリのみをカウントします (is\_initial\_query を参照) 。
* `ProfileEvent_InitialSelectQuery` ([UInt64](/ja/reference/data-types/int-uint)) — InitialQuery と同じですが、SELECT クエリのみが対象です。
* `ProfileEvent_QueriesWithSubqueries` ([UInt64](/ja/reference/data-types/int-uint)) — すべてのサブクエリを含むクエリ数。
* `ProfileEvent_SelectQueriesWithSubqueries` ([UInt64](/ja/reference/data-types/int-uint)) — すべてのサブクエリを含む SELECT クエリ数。
* `ProfileEvent_InsertQueriesWithSubqueries` ([UInt64](/ja/reference/data-types/int-uint)) — すべてのサブクエリを含む INSERT クエリ数。
* `ProfileEvent_SelectQueriesWithPrimaryKeyUsage` ([UInt64](/ja/reference/data-types/int-uint)) — WHERE 条件の評価に主キーを使用する SELECT クエリ数。
* `ProfileEvent_AsyncInsertQuery` ([UInt64](/ja/reference/data-types/int-uint)) — InsertQuery と同じですが、非同期 INSERT クエリのみが対象です。
* `ProfileEvent_AsyncInsertBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 非同期 INSERT クエリのデータサイズ (バイト) 。
* `ProfileEvent_AsyncInsertRows` ([UInt64](/ja/reference/data-types/int-uint)) — 非同期 INSERT クエリによって挿入された行数。
* `ProfileEvent_AsyncInsertCacheHits` ([UInt64](/ja/reference/data-types/int-uint)) — 非同期 INSERT の hash id cache で重複する hash id が見つかった回数。
* `ProfileEvent_FailedInternalQuery` ([UInt64](/ja/reference/data-types/int-uint)) — 失敗した内部クエリ数。
* `ProfileEvent_FailedInternalSelectQuery` ([UInt64](/ja/reference/data-types/int-uint)) — FailedInternalQuery と同じですが、SELECT クエリのみが対象です。
* `ProfileEvent_FailedInternalInsertQuery` ([UInt64](/ja/reference/data-types/int-uint)) — FailedInternalQuery と同じですが、INSERT クエリのみが対象です。
* `ProfileEvent_FailedInitialQuery` ([UInt64](/ja/reference/data-types/int-uint)) — 失敗した初期クエリ数。
* `ProfileEvent_FailedInitialSelectQuery` ([UInt64](/ja/reference/data-types/int-uint)) — FailedInitialQuery と同じですが、SELECT クエリのみが対象です。
* `ProfileEvent_FailedQuery` ([UInt64](/ja/reference/data-types/int-uint)) — 内部クエリとユーザークエリの両方を含む、失敗したクエリの総数。
* `ProfileEvent_FailedSelectQuery` ([UInt64](/ja/reference/data-types/int-uint)) — FailedQuery と同じですが、SELECT クエリのみが対象です。
* `ProfileEvent_FailedInsertQuery` ([UInt64](/ja/reference/data-types/int-uint)) — FailedQuery と同じですが、INSERT クエリのみが対象です。
* `ProfileEvent_FailedAsyncInsertQuery` ([UInt64](/ja/reference/data-types/int-uint)) — 失敗した非同期 INSERT クエリの数。
* `ProfileEvent_ASTFuzzerQueries` ([UInt64](/ja/reference/data-types/int-uint)) — サーバー側 AST fuzzer によって試行されたファズ化クエリの数。
* `ProfileEvent_QueryTimeMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — すべてのクエリの合計時間。
* `ProfileEvent_SelectQueryTimeMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — SELECT クエリの合計時間。
* `ProfileEvent_InsertQueryTimeMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — INSERT クエリの合計時間。
* `ProfileEvent_OtherQueryTimeMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — SELECT または INSERT 以外のクエリの合計時間。
* `ProfileEvent_FileOpen` ([UInt64](/ja/reference/data-types/int-uint)) — 開かれたファイルの数。
* `ProfileEvent_Seek` ([UInt64](/ja/reference/data-types/int-uint)) — 'lseek' 関数が呼び出された回数。
* `ProfileEvent_ReadBufferFromFileDescriptorRead` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルディスクリプタからの読み取り (read/pread) の回数。ソケットは含みません。
* `ProfileEvent_ReadBufferFromFileDescriptorReadFailed` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルディスクリプタからの読み取り (read/pread) が失敗した回数。
* `ProfileEvent_ReadBufferFromFileDescriptorReadBytes` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルディスクリプタから読み取られたバイト数。ファイルが圧縮されている場合は、圧縮後のデータサイズが表示されます。
* `ProfileEvent_WriteBufferFromFileDescriptorWrite` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルディスクリプタへの書き込み (write/pwrite) の回数。ソケットは含みません。
* `ProfileEvent_WriteBufferFromFileDescriptorWriteFailed` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルディスクリプタへの書き込み (write/pwrite) が失敗した回数。
* `ProfileEvent_WriteBufferFromFileDescriptorWriteBytes` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルディスクリプタに書き込まれたバイト数。ファイルが圧縮されている場合は、圧縮後のデータサイズが表示されます。
* `ProfileEvent_FileSync` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルに対して F\_FULLFSYNC/fsync/fdatasync 関数が呼び出された回数。
* `ProfileEvent_DirectorySync` ([UInt64](/ja/reference/data-types/int-uint)) — ディレクトリに対して F\_FULLFSYNC/fsync/fdatasync 関数が呼び出された回数。
* `ProfileEvent_FileSyncElapsedMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルに対する F\_FULLFSYNC/fsync/fdatasync syscall の待機に費やされた合計時間。
* `ProfileEvent_DirectorySyncElapsedMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ディレクトリに対する F\_FULLFSYNC/fsync/fdatasync syscall の待機に費やされた合計時間。
* `ProfileEvent_ReadCompressedBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 圧縮ソース (ファイル、ネットワーク) から読み取られたバイト数 (圧縮解除前のバイト数) 。
* `ProfileEvent_CompressedReadBufferBlocks` ([UInt64](/ja/reference/data-types/int-uint)) — 圧縮ソース (ファイル、ネットワーク) から読み取られた圧縮ブロック数 (互いに独立して圧縮されるデータブロックの数) 。
* `ProfileEvent_CompressedReadBufferBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 圧縮ソース (ファイル、ネットワーク) から読み取られた非圧縮バイト数 (圧縮解除後のバイト数) 。
* `ProfileEvent_CompressedReadBufferChecksumDoesntMatch` ([UInt64](/ja/reference/data-types/int-uint)) — 圧縮ブロックのチェックサムが一致しなかった回数。
* `ProfileEvent_CompressedReadBufferChecksumDoesntMatchSingleBitMismatch` ([UInt64](/ja/reference/data-types/int-uint)) — 圧縮ブロックのチェックサム不一致が単一ビットの差異によって発生した回数。
* `ProfileEvent_CompressedReadBufferChecksumDoesntMatchMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 圧縮ブロックのチェックサム不一致によるビット反転の検出に費やされた合計時間。
* `ProfileEvent_UncompressedCacheHits` ([UInt64](/ja/reference/data-types/int-uint)) — 非圧縮 cache 内でデータブロックが見つかった回数 (その結果、圧縮解除は回避されました) 。
* `ProfileEvent_UncompressedCacheMisses` ([UInt64](/ja/reference/data-types/int-uint)) — データブロックが非圧縮 cache 内で見つからなかった (そのため展開が必要になった) 回数。
* `ProfileEvent_UncompressedCacheWeightLost` ([UInt64](/ja/reference/data-types/int-uint)) — 非圧縮 cache から追い出されたバイト数。
* `ProfileEvent_PageCacheHits` ([UInt64](/ja/reference/data-types/int-uint)) — データブロックがユーザー空間ページキャッシュ内で見つかった回数。
* `ProfileEvent_PageCacheMisses` ([UInt64](/ja/reference/data-types/int-uint)) — データブロックがユーザー空間ページキャッシュ内で見つからなかった回数。
* `ProfileEvent_PageCacheWeightLost` ([UInt64](/ja/reference/data-types/int-uint)) — ユーザー空間ページキャッシュから追い出されたバイト数
* `ProfileEvent_PageCacheResized` ([UInt64](/ja/reference/data-types/int-uint)) — ユーザー空間ページキャッシュが自動リサイズされた回数 (通常は 1 秒あたり数回発生し、memory\_worker\_period\_ms によって制御されます) 。
* `ProfileEvent_PageCacheOvercommitResize` ([UInt64](/ja/reference/data-types/int-uint)) — メモリ割り当て中にメモリを解放するため、ユーザー空間ページキャッシュが自動リサイズされた回数。
* `ProfileEvent_PageCacheReadBytes` ([UInt64](/ja/reference/data-types/int-uint)) — ユーザー空間ページキャッシュから読み取られたバイト数。
* `ProfileEvent_MMappedFileCacheHits` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルが MMap cache ('mmap' read\_method 用) 内で見つかった回数。これにより、再度 mmap する必要がありませんでした。
* `ProfileEvent_MMappedFileCacheMisses` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルが MMap cache ('mmap' read\_method 用) 内で見つからなかった回数。これにより、再度 mmap する必要がありました。
* `ProfileEvent_OpenedFileCacheHits` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルがオープン済みファイルキャッシュ内で見つかった回数。これにより、再度開く必要がありませんでした。
* `ProfileEvent_OpenedFileCacheMisses` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルがオープン済みファイルキャッシュ内で見つからなかった回数。これにより、再度開く必要がありました。
* `ProfileEvent_OpenedFileCacheMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — OpenedFileCache メソッドの実行に費やされた時間。
* `ProfileEvent_AIOWrite` ([UInt64](/ja/reference/data-types/int-uint)) — Linux または FreeBSD の AIO インターフェイスによる書き込み回数
* `ProfileEvent_AIOWriteBytes` ([UInt64](/ja/reference/data-types/int-uint)) — Linux または FreeBSD の AIO インターフェイスによって書き込まれたバイト数
* `ProfileEvent_AIORead` ([UInt64](/ja/reference/data-types/int-uint)) — Linux または FreeBSD の AIO インターフェイスによる読み取り回数
* `ProfileEvent_AIOReadBytes` ([UInt64](/ja/reference/data-types/int-uint)) — Linux または FreeBSD の AIO インターフェイスによって読み取られたバイト数
* `ProfileEvent_IOBufferAllocs` ([UInt64](/ja/reference/data-types/int-uint)) — I/O バッファ (ReadBuffer/WriteBuffer 用) の割り当て回数。
* `ProfileEvent_IOBufferAllocBytes` ([UInt64](/ja/reference/data-types/int-uint)) — I/O バッファ (ReadBuffer/WriteBuffer 用) に割り当てられたバイト数。
* `ProfileEvent_ArenaAllocChunks` ([UInt64](/ja/reference/data-types/int-uint)) — メモリアリーナ (GROUP BY などの操作で使用) に割り当てられた chunk 数
* `ProfileEvent_ArenaAllocBytes` ([UInt64](/ja/reference/data-types/int-uint)) — メモリアリーナ (GROUP BY などの操作で使用) に割り当てられたバイト数
* `ProfileEvent_FunctionExecute` ([UInt64](/ja/reference/data-types/int-uint)) — SQL の通常関数呼び出し回数 (SQL 関数はブロックごとに呼び出されるため、この数値はブロック数を表します) 。
* `ProfileEvent_TableFunctionExecute` ([UInt64](/ja/reference/data-types/int-uint)) — テーブル関数の呼び出し回数。
* `ProfileEvent_DefaultImplementationForNullsRows` ([UInt64](/ja/reference/data-types/int-uint)) — 関数実行時に、NULL 値用のデフォルト実装で処理された行数
* `ProfileEvent_DefaultImplementationForNullsRowsWithNulls` ([UInt64](/ja/reference/data-types/int-uint)) — 関数実行時に、NULL 値を含み、NULL 値用のデフォルト実装で処理された行数
* `ProfileEvent_MarkCacheHits` ([UInt64](/ja/reference/data-types/int-uint)) — エントリが mark cache で見つかり、mark file を読み込まずに済んだ回数。
* `ProfileEvent_MarkCacheMisses` ([UInt64](/ja/reference/data-types/int-uint)) — エントリが mark cache で見つからず、mark file をメモリに読み込む必要があった回数。この操作は高コストで、クエリのレイテンシ増加につながります。
* `ProfileEvent_PrimaryIndexCacheHits` ([UInt64](/ja/reference/data-types/int-uint)) — エントリがプライマリインデックスキャッシュで見つかり、index file を読み込まずに済んだ回数。
* `ProfileEvent_PrimaryIndexCacheMisses` ([UInt64](/ja/reference/data-types/int-uint)) — エントリがプライマリインデックスキャッシュで見つからず、index file をメモリに読み込む必要があった回数。この操作は高コストで、クエリのレイテンシ増加につながります。
* `ProfileEvent_IcebergMetadataFilesCacheHits` ([UInt64](/ja/reference/data-types/int-uint)) — Iceberg メタデータファイルが cache で見つかった回数。
* `ProfileEvent_IcebergMetadataFilesCacheMisses` ([UInt64](/ja/reference/data-types/int-uint)) — Iceberg メタデータファイルが Iceberg メタデータキャッシュで見つからず、 (リモート) ディスクから読み取る必要があった回数。
* `ProfileEvent_IcebergMetadataFilesCacheStaleMisses` ([UInt64](/ja/reference/data-types/int-uint)) — Iceberg メタデータファイルが cache で見つかったものの、古いと見なされ、 (リモート) ディスクから読み取る必要があった回数。
* `ProfileEvent_IcebergMetadataFilesCacheWeightLost` ([UInt64](/ja/reference/data-types/int-uint)) — Iceberg メタデータキャッシュから追い出されたおおよそのバイト数。
* `ProfileEvent_IcebergMetadataReadWaitTimeMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — データリーダーが Iceberg メタデータファイルの読み取りと解析の完了を待機した合計時間。すべてのリーダースレッドの合計です。
* `ProfileEvent_ParquetMetadataCacheHits` ([UInt64](/ja/reference/data-types/int-uint)) — Parquet メタデータが cache で見つかった回数。
* `ProfileEvent_ParquetMetadataCacheMisses` ([UInt64](/ja/reference/data-types/int-uint)) — Parquet メタデータが cache で見つからず、ディスクから読み取る必要があった回数。
* `ProfileEvent_ParquetMetadataCacheWeightLost` ([UInt64](/ja/reference/data-types/int-uint)) — Parquet メタデータキャッシュから追い出されたおおよそのバイト数。
* `ProfileEvent_IcebergIteratorInitializationMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Iceberg データイテレーターの同期初期化に費やされた合計時間。
* `ProfileEvent_IcebergMetadataUpdateMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Iceberg データイテレーターの同期初期化に費やされた合計時間。
* `ProfileEvent_IcebergMetadataReturnedObjectInfos` ([UInt64](/ja/reference/data-types/int-uint)) — Iceberg イテレーターから返されたオブジェクト情報の総数。
* `ProfileEvent_IcebergMinMaxNonPrunedDeleteFiles` ([UInt64](/ja/reference/data-types/int-uint)) — パーティション化と sequence number によって適合すると判断されたペアのうち、minmax 解析で除外されなかった data file-position delete file ペアの総数。
* `ProfileEvent_IcebergMinMaxPrunedDeleteFiles` ([UInt64](/ja/reference/data-types/int-uint)) — パーティション化と sequence number によって適合すると判断されたペアのうち、minmax 解析で除外された data file-position delete file ペアの総数。
* `ProfileEvent_VectorSimilarityIndexCacheHits` ([UInt64](/ja/reference/data-types/int-uint)) — インデックスグラニュールがベクトル索引キャッシュで見つかった回数。
* `ProfileEvent_VectorSimilarityIndexCacheMisses` ([UInt64](/ja/reference/data-types/int-uint)) — インデックスグラニュールがベクトル索引キャッシュで見つからず、ディスクから読み取る必要があった回数。
* `ProfileEvent_VectorSimilarityIndexCacheWeightLost` ([UInt64](/ja/reference/data-types/int-uint)) — ベクトル索引キャッシュから追い出されたおおよそのバイト数。
* `ProfileEvent_TextIndexReadDictionaryBlocks` ([UInt64](/ja/reference/data-types/int-uint)) — テキスト索引の Dictionary block がディスクから読み取られた回数。
* `ProfileEvent_TextIndexTokensCacheHits` ([UInt64](/ja/reference/data-types/int-uint)) — テキスト索引の token info が cache で見つかった回数。
* `ProfileEvent_TextIndexTokensCacheMisses` ([UInt64](/ja/reference/data-types/int-uint)) — テキスト索引の token info が cache で見つからなかった回数。
* `ProfileEvent_TextIndexHeaderCacheHits` ([UInt64](/ja/reference/data-types/int-uint)) — ヘッダーが cache 内で見つかった回数。
* `ProfileEvent_TextIndexHeaderCacheMisses` ([UInt64](/ja/reference/data-types/int-uint)) — ヘッダーが cache 内で見つからなかった回数。
* `ProfileEvent_TextIndexPostingsCacheHits` ([UInt64](/ja/reference/data-types/int-uint)) — テキスト索引の posting list が cache 内で見つかった回数。
* `ProfileEvent_TextIndexPostingsCacheMisses` ([UInt64](/ja/reference/data-types/int-uint)) — テキスト索引の posting list が cache 内で見つからなかった回数。
* `ProfileEvent_TextIndexReadSparseIndexBlocks` ([UInt64](/ja/reference/data-types/int-uint)) — スパースインデックスの block がテキスト索引から読み取られた回数。
* `ProfileEvent_TextIndexReaderTotalMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — テキスト索引の読み取りに費やした合計時間。
* `ProfileEvent_TextIndexReadGranulesMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — テキスト索引のグラニュールの読み取りと解析に費やした合計時間。
* `ProfileEvent_TextIndexReadPostings` ([UInt64](/ja/reference/data-types/int-uint)) — posting list がテキスト索引から読み取られた回数。
* `ProfileEvent_TextIndexUsedEmbeddedPostings` ([UInt64](/ja/reference/data-types/int-uint)) — Dictionary に埋め込まれた posting list が使用された回数。
* `ProfileEvent_TextIndexUseHint` ([UInt64](/ja/reference/data-types/int-uint)) — テキスト索引からの直接読み取りがヒントとして追加され、実際に使用されたインデックスグラニュールの数。
* `ProfileEvent_TextIndexDiscardHint` ([UInt64](/ja/reference/data-types/int-uint)) — テキスト索引からの直接読み取りがヒントとして追加されたものの、選択性が低いため破棄されたインデックスグラニュールの数。
* `ProfileEvent_TextIndexDiscardPatternScan` ([UInt64](/ja/reference/data-types/int-uint)) — 読み取る posting list の数がしきい値を超えたため、テキスト索引でのパターンベースの辞書スキャンが破棄された回数。
* `ProfileEvent_QueryConditionCacheHits` ([UInt64](/ja/reference/data-types/int-uint)) — クエリ条件 cache 内でエントリが見つかった回数 (その場合、mark の読み取りをスキップできます) 。SETTING `use_query_condition_cache = 1` を指定した SELECT クエリでのみ更新されます。
* `ProfileEvent_QueryConditionCacheMisses` ([UInt64](/ja/reference/data-types/int-uint)) — クエリ条件 cache 内でエントリが見つからなかった回数 (その場合、mark の読み取りはスキップできません) 。SETTING `use_query_condition_cache = 1` を指定した SELECT クエリでのみ更新されます。
* `ProfileEvent_QueryCacheHits` ([UInt64](/ja/reference/data-types/int-uint)) — クエリ cache 内でクエリ結果が見つかった回数 (その場合、クエリの計算は回避されます) 。SETTING `use_query_cache = 1` を指定した SELECT クエリでのみ更新されます。
* `ProfileEvent_QueryCacheMisses` ([UInt64](/ja/reference/data-types/int-uint)) — クエリ cache 内でクエリ結果が見つからなかった回数 (その場合、クエリの計算が必要になります) 。SETTING `use_query_cache = 1` を指定した SELECT クエリでのみ更新されます。
* `ProfileEvent_QueryCacheAgeSeconds` ([UInt64](/ja/reference/data-types/int-uint)) — 見つかったクエリ cache エントリの経過時間の合計 (秒) 。この値はヒット時とミス時の両方で設定されます。
* `ProfileEvent_QueryCacheReadRows` ([UInt64](/ja/reference/data-types/int-uint)) — クエリ cache から読み取られた行数。
* `ProfileEvent_QueryCacheReadBytes` ([UInt64](/ja/reference/data-types/int-uint)) — クエリ cache から読み取られた (非圧縮の) バイト数。
* `ProfileEvent_QueryCacheWrittenRows` ([UInt64](/ja/reference/data-types/int-uint)) — クエリ cache に保存された行数。
* `ProfileEvent_QueryCacheWrittenBytes` ([UInt64](/ja/reference/data-types/int-uint)) — クエリ cache に保存された (非圧縮の) バイト数
* `ProfileEvent_CreatedReadBufferOrdinary` ([UInt64](/ja/reference/data-types/int-uint)) — データ読み取り用に通常の読み取りバッファが作成された回数 (ほかの読み取り method との間で選択する際) 。
* `ProfileEvent_CreatedReadBufferDirectIO` ([UInt64](/ja/reference/data-types/int-uint)) — データ読み取り用に `O_DIRECT` を使用する読み取りバッファが作成された回数 (ほかの読み取り method との間で選択する際) 。
* `ProfileEvent_CreatedReadBufferDirectIOFailed` ([UInt64](/ja/reference/data-types/int-uint)) — データ読み取り用に O\_DIRECT を使用する読み取りバッファの作成が試みられた回数です (他の読み取り方法を選択する際) 。ただし、OS がそれを許可せず (ファイルシステムのサポート不足やその他の理由により) 、通常の読み取り方法にフォールバックした回数を示します。
* `ProfileEvent_CreatedReadBufferMMap` ([UInt64](/ja/reference/data-types/int-uint)) — データ読み取り用に 'mmap' を使用する読み取りバッファが作成された回数です (他の読み取り方法を選択する際) 。
* `ProfileEvent_CreatedReadBufferMMapFailed` ([UInt64](/ja/reference/data-types/int-uint)) — データ読み取り用に 'mmap' を使用する読み取りバッファの作成が試みられた回数です (他の読み取り方法を選択する際) 。ただし、OS がそれを許可せず (ファイルシステムのサポート不足やその他の理由により) 、通常の読み取り方法にフォールバックした回数を示します。
* `ProfileEvent_DiskReadElapsedMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — read syscall の待機に費やされた合計時間です。これには page cache からの読み取りも含まれます。
* `ProfileEvent_DiskWriteElapsedMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — write syscall の待機に費やされた合計時間です。これには page cache への書き込みも含まれます。
* `ProfileEvent_NetworkReceiveElapsedMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ネットワークからのデータ受信待機、または実際の受信に費やされた合計時間です。含まれるのは ClickHouse 関連のネットワーク通信のみで、サードパーティライブラリによるものは含まれません。
* `ProfileEvent_NetworkSendElapsedMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ネットワークへのデータ送信待機、または実際の送信に費やされた合計時間です。含まれるのは ClickHouse 関連のネットワーク通信のみで、サードパーティライブラリによるものは含まれません。
* `ProfileEvent_NetworkReceiveBytes` ([UInt64](/ja/reference/data-types/int-uint)) — ネットワークから受信したバイト数の合計です。含まれるのは ClickHouse 関連のネットワーク通信のみで、サードパーティライブラリによるものは含まれません。
* `ProfileEvent_NetworkSendBytes` ([UInt64](/ja/reference/data-types/int-uint)) — ネットワークへ送信したバイト数の合計です。含まれるのは ClickHouse 関連のネットワーク通信のみで、サードパーティライブラリによるものは含まれません。
* `ProfileEvent_FilterPartsByVirtualColumnsMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — filterPartsByVirtualColumns 関数で費やされた合計時間です。
* `ProfileEvent_GlobalThreadPoolExpansions` ([UInt64](/ja/reference/data-types/int-uint)) — グローバルスレッドプール に新しいスレッドが追加された総回数を表します。このメトリクスは、処理需要の増加に対応するために グローバルスレッドプール が拡張された頻度を示します。
* `ProfileEvent_GlobalThreadPoolShrinks` ([UInt64](/ja/reference/data-types/int-uint)) — スレッドが削除されて グローバルスレッドプール が縮小した総回数を表します。これは idle threads の数が max\_thread\_pool\_free\_size を超えたときに発生し、スレッド使用率の低下に応じて グローバルスレッドプール のサイズが調整されたことを示します。
* `ProfileEvent_GlobalThreadPoolThreadCreationMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 新しいスレッドの開始待機に費やされた合計時間です。
* `ProfileEvent_GlobalThreadPoolLockWaitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — スレッドが グローバルスレッドプール 内でロック待機に費やした合計時間です。
* `ProfileEvent_GlobalThreadPoolJobs` ([UInt64](/ja/reference/data-types/int-uint)) — グローバルスレッドプール に投入されたジョブの総数を表します。
* `ProfileEvent_GlobalThreadPoolJobWaitTimeMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — スレッドプール 内でジョブがスケジュールされてから、ワーカースレッド によって実行のために取得されるまでの経過時間を測定します。このメトリクスはジョブ処理の遅延を特定するのに役立ち、新しいタスクに対するスレッドプール の応答性を示します。
* `ProfileEvent_LocalThreadPoolExpansions` ([UInt64](/ja/reference/data-types/int-uint)) — ローカルスレッドプール を拡張するために、グローバルスレッドプール からスレッドが借りられた総回数を表します。
* `ProfileEvent_LocalThreadPoolShrinks` ([UInt64](/ja/reference/data-types/int-uint)) — ローカルスレッドプール から グローバルスレッドプール にスレッドが返却された総回数を表します。
* `ProfileEvent_LocalThreadPoolThreadCreationMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ローカルスレッドプール がグローバルプールからスレッドを借りるまでの待機に費やした合計時間です。
* `ProfileEvent_LocalThreadPoolLockWaitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ローカルスレッドプールでスレッドがロック待機に費やした合計時間。
* `ProfileEvent_LocalThreadPoolJobs` ([UInt64](/ja/reference/data-types/int-uint)) — ローカルスレッドプールに投入されたジョブの数。
* `ProfileEvent_LocalThreadPoolBusyMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — スレッドが実際の処理の実行に費やした合計時間。
* `ProfileEvent_LocalThreadPoolJobWaitTimeMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ジョブがスレッドプールに登録されてから、ワーカースレッドに取得されて実行されるまでの経過時間を測定します。このメトリクスはジョブ処理の遅延の特定に役立ち、スレッドプールが新しいタスクにどの程度迅速に応答しているかを示します。
* `ProfileEvent_DiskS3GetRequestThrottlerCount` ([UInt64](/ja/reference/data-types/int-uint)) — スロットラーを通過した DiskS3 の GET および SELECT リクエスト数。ブロックされたものとブロックされなかったものの両方を含みます。
* `ProfileEvent_DiskS3GetRequestThrottlerBlocked` ([UInt64](/ja/reference/data-types/int-uint)) — スロットラーによってブロックされた DiskS3 の GET および SELECT リクエスト数。
* `ProfileEvent_DiskS3GetRequestThrottlerSleepMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — DiskS3 の GET および SELECT リクエストのスロットリングに従うためにクエリがスリープしていた合計時間。
* `ProfileEvent_DiskS3PutRequestThrottlerCount` ([UInt64](/ja/reference/data-types/int-uint)) — スロットラーを通過した DiskS3 の PUT、COPY、POST、および LIST リクエスト数。ブロックされたものとブロックされなかったものの両方を含みます。
* `ProfileEvent_DiskS3PutRequestThrottlerBlocked` ([UInt64](/ja/reference/data-types/int-uint)) — スロットラーによってブロックされた DiskS3 の PUT、COPY、POST、および LIST リクエスト数。
* `ProfileEvent_DiskS3PutRequestThrottlerSleepMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — DiskS3 の PUT、COPY、POST、および LIST リクエストのスロットリングに従うためにクエリがスリープしていた合計時間。
* `ProfileEvent_S3GetRequestThrottlerCount` ([UInt64](/ja/reference/data-types/int-uint)) — スロットラーを通過した S3 の GET および SELECT リクエスト数。ブロックされたものとブロックされなかったものの両方を含みます。
* `ProfileEvent_S3GetRequestThrottlerBlocked` ([UInt64](/ja/reference/data-types/int-uint)) — スロットラーによってブロックされた S3 の GET および SELECT リクエスト数。
* `ProfileEvent_S3GetRequestThrottlerSleepMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — S3 の GET および SELECT リクエストのスロットリングに従うためにクエリがスリープしていた合計時間。
* `ProfileEvent_S3PutRequestThrottlerCount` ([UInt64](/ja/reference/data-types/int-uint)) — スロットラーを通過した S3 の PUT、COPY、POST、および LIST リクエスト数。ブロックされたものとブロックされなかったものの両方を含みます。
* `ProfileEvent_S3PutRequestThrottlerBlocked` ([UInt64](/ja/reference/data-types/int-uint)) — スロットラーによってブロックされた S3 の PUT、COPY、POST、および LIST リクエスト数。
* `ProfileEvent_S3PutRequestThrottlerSleepMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — S3 の PUT、COPY、POST、および LIST リクエストのスロットリングに従うためにクエリがスリープしていた合計時間。
* `ProfileEvent_ACMEAPIRequests` ([UInt64](/ja/reference/data-types/int-uint)) — 発行された ACME API リクエスト数。
* `ProfileEvent_ACMECertificateOrders` ([UInt64](/ja/reference/data-types/int-uint)) — 発行された ACME 証明書注文数。
* `ProfileEvent_DiskAzureReadMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Azure ディスクの読み取りリクエストの待機に費やした合計時間。
* `ProfileEvent_DiskAzureReadRequestsCount` ([UInt64](/ja/reference/data-types/int-uint)) — Azure ディスクの読み取りリクエスト数。
* `ProfileEvent_DiskAzureReadRequestsErrors` ([UInt64](/ja/reference/data-types/int-uint)) — Azure ディスクの読み取りリクエストエラー数。
* `ProfileEvent_DiskAzureReadRequestsThrottling` ([UInt64](/ja/reference/data-types/int-uint)) — スロットリングされた Azure ディスクの読み取りリクエスト数。
* `ProfileEvent_DiskAzureReadRequestsRedirects` ([UInt64](/ja/reference/data-types/int-uint)) — Azure ディスクの読み取りリクエストのリダイレクト数。
* `ProfileEvent_DiskAzureWriteMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Azure ディスクの書き込みリクエストの待機に費やした合計時間。
* `ProfileEvent_DiskAzureWriteRequestsCount` ([UInt64](/ja/reference/data-types/int-uint)) — Azure ディスクの書き込みリクエスト数。
* `ProfileEvent_DiskAzureWriteRequestsErrors` ([UInt64](/ja/reference/data-types/int-uint)) — Azure ディスクの書き込みリクエストエラー数。
* `ProfileEvent_DiskAzureWriteRequestsThrottling` ([UInt64](/ja/reference/data-types/int-uint)) — スロットリングされた Azure ディスクの書き込みリクエスト数。
* `ProfileEvent_DiskAzureWriteRequestsRedirects` ([UInt64](/ja/reference/data-types/int-uint)) — Azure ディスクの書き込みリクエストのリダイレクト数。
* `ProfileEvent_AzureReadMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Azure 読み取りリクエストの待機に費やされた合計時間。
* `ProfileEvent_AzureReadRequestsCount` ([UInt64](/ja/reference/data-types/int-uint)) — Azure 読み取りリクエスト数。
* `ProfileEvent_AzureReadRequestsErrors` ([UInt64](/ja/reference/data-types/int-uint)) — Azure 読み取りリクエストエラー数。
* `ProfileEvent_AzureReadRequestsThrottling` ([UInt64](/ja/reference/data-types/int-uint)) — スロットリングされた Azure 読み取りリクエスト数。
* `ProfileEvent_AzureReadRequestsRedirects` ([UInt64](/ja/reference/data-types/int-uint)) — Azure 読み取りリクエストのリダイレクト数。
* `ProfileEvent_AzureWriteMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Azure 書き込みリクエストの待機に費やされた合計時間。
* `ProfileEvent_AzureWriteRequestsCount` ([UInt64](/ja/reference/data-types/int-uint)) — Azure 書き込みリクエスト数。
* `ProfileEvent_AzureWriteRequestsErrors` ([UInt64](/ja/reference/data-types/int-uint)) — Azure 書き込みリクエストエラー数。
* `ProfileEvent_AzureWriteRequestsThrottling` ([UInt64](/ja/reference/data-types/int-uint)) — スロットリングされた Azure 書き込みリクエスト数。
* `ProfileEvent_AzureWriteRequestsRedirects` ([UInt64](/ja/reference/data-types/int-uint)) — Azure 書き込みリクエストのリダイレクト数。
* `ProfileEvent_AzureGetRequestThrottlerCount` ([UInt64](/ja/reference/data-types/int-uint)) — スロットラーを通過した Azure GET リクエスト数 (ブロックされたものとされなかったものの両方を含む) 。
* `ProfileEvent_AzureGetRequestThrottlerBlocked` ([UInt64](/ja/reference/data-types/int-uint)) — スロットラーによってブロックされた Azure GET リクエスト数。
* `ProfileEvent_AzureGetRequestThrottlerSleepMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Azure GET リクエストのスロットリングに従うためにクエリがスリープしていた合計時間。
* `ProfileEvent_DiskAzureGetRequestThrottlerCount` ([UInt64](/ja/reference/data-types/int-uint)) — スロットラーを通過した Azure ディスク GET リクエスト数 (ブロックされたものとされなかったものの両方を含む) 。
* `ProfileEvent_DiskAzureGetRequestThrottlerBlocked` ([UInt64](/ja/reference/data-types/int-uint)) — スロットラーによってブロックされた Azure ディスク GET リクエスト数。
* `ProfileEvent_DiskAzureGetRequestThrottlerSleepMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Azure ディスク GET リクエストのスロットリングに従うためにクエリがスリープしていた合計時間。
* `ProfileEvent_AzurePutRequestThrottlerCount` ([UInt64](/ja/reference/data-types/int-uint)) — スロットラーを通過した Azure PUT リクエスト数 (ブロックされたものとされなかったものの両方を含む) 。
* `ProfileEvent_AzurePutRequestThrottlerBlocked` ([UInt64](/ja/reference/data-types/int-uint)) — スロットラーによってブロックされた Azure PUT リクエスト数。
* `ProfileEvent_AzurePutRequestThrottlerSleepMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Azure PUT リクエストのスロットリングに従うためにクエリがスリープしていた合計時間。
* `ProfileEvent_DiskAzurePutRequestThrottlerCount` ([UInt64](/ja/reference/data-types/int-uint)) — スロットラーを通過した Azure ディスク PUT リクエスト数 (ブロックされたものとされなかったものの両方を含む) 。
* `ProfileEvent_DiskAzurePutRequestThrottlerBlocked` ([UInt64](/ja/reference/data-types/int-uint)) — スロットラーによってブロックされた Azure ディスク PUT リクエスト数。
* `ProfileEvent_DiskAzurePutRequestThrottlerSleepMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Azure ディスクの PUT request throttling に合わせるためにクエリがスリープした合計時間。
* `ProfileEvent_RemoteReadThrottlerBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 'max\_remote\_read\_network\_bandwidth\_for\_server'/'max\_remote\_read\_network\_bandwidth' スロットラーを通過したバイト数。
* `ProfileEvent_RemoteReadThrottlerSleepMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 'max\_remote\_read\_network\_bandwidth\_for\_server'/'max\_remote\_read\_network\_bandwidth' のスロットリングに合わせるためにクエリがスリープした合計時間。
* `ProfileEvent_RemoteWriteThrottlerBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 'max\_remote\_write\_network\_bandwidth\_for\_server'/'max\_remote\_write\_network\_bandwidth' スロットラーを通過したバイト数。
* `ProfileEvent_RemoteWriteThrottlerSleepMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 'max\_remote\_write\_network\_bandwidth\_for\_server'/'max\_remote\_write\_network\_bandwidth' のスロットリングに合わせるためにクエリがスリープした合計時間。
* `ProfileEvent_LocalReadThrottlerBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 'max\_local\_read\_bandwidth\_for\_server'/'max\_local\_read\_bandwidth' スロットラーを通過したバイト数。
* `ProfileEvent_LocalReadThrottlerSleepMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 'max\_local\_read\_bandwidth\_for\_server'/'max\_local\_read\_bandwidth' のスロットリングに合わせるためにクエリがスリープした合計時間。
* `ProfileEvent_LocalWriteThrottlerBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 'max\_local\_write\_bandwidth\_for\_server'/'max\_local\_write\_bandwidth' スロットラーを通過したバイト数。
* `ProfileEvent_LocalWriteThrottlerSleepMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 'max\_local\_write\_bandwidth\_for\_server'/'max\_local\_write\_bandwidth' のスロットリングに合わせるためにクエリがスリープした合計時間。
* `ProfileEvent_BackupThrottlerBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 'max\_backup\_bandwidth\_for\_server' スロットラーを通過したバイト数。
* `ProfileEvent_BackupThrottlerSleepMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 'max\_backup\_bandwidth\_for\_server' のスロットリングに合わせるためにクエリがスリープした合計時間。
* `ProfileEvent_MergesThrottlerBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 'max\_merges\_bandwidth\_for\_server' スロットラーを通過したバイト数。
* `ProfileEvent_MergesThrottlerSleepMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 'max\_merges\_bandwidth\_for\_server' のスロットリングに合わせるためにクエリがスリープした合計時間。
* `ProfileEvent_MutationsThrottlerBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 'max\_mutations\_bandwidth\_for\_server' スロットラーを通過したバイト数。
* `ProfileEvent_MutationsThrottlerSleepMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — クエリが 'max\_mutations\_bandwidth\_for\_server' のスロットリングに従うために待機していた合計時間。
* `ProfileEvent_UserThrottlerBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 'max\_network\_bandwidth\_for\_user' スロットラーを通過したバイト数。
* `ProfileEvent_UserThrottlerSleepMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — クエリが 'max\_network\_bandwidth\_for\_user' のスロットリングに従うために待機していた合計時間。
* `ProfileEvent_AllUsersThrottlerBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 'max\_network\_bandwidth\_for\_all\_users' スロットラーを通過したバイト数。
* `ProfileEvent_AllUsersThrottlerSleepMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — クエリが 'max\_network\_bandwidth\_for\_all\_users' のスロットリングに従うために待機していた合計時間。
* `ProfileEvent_QueryRemoteReadThrottlerBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 'max\_remote\_read\_network\_bandwidth' スロットラーを通過したバイト数。
* `ProfileEvent_QueryRemoteReadThrottlerSleepMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — クエリが 'max\_remote\_read\_network\_bandwidth' のスロットリングに従うために待機していた合計時間。
* `ProfileEvent_QueryRemoteWriteThrottlerBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 'max\_remote\_write\_network\_bandwidth' スロットラーを通過したバイト数。
* `ProfileEvent_QueryRemoteWriteThrottlerSleepMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — クエリが 'max\_remote\_write\_network\_bandwidth' のスロットリングに従うために待機していた合計時間。
* `ProfileEvent_QueryLocalReadThrottlerBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 'max\_local\_read\_bandwidth' スロットラーを通過したバイト数。
* `ProfileEvent_QueryLocalReadThrottlerSleepMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — クエリが 'max\_local\_read\_bandwidth' のスロットリングに従うために待機していた合計時間。
* `ProfileEvent_QueryLocalWriteThrottlerBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 'max\_local\_write\_bandwidth' スロットラーを通過したバイト数。
* `ProfileEvent_QueryLocalWriteThrottlerSleepMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — クエリが 'max\_local\_write\_bandwidth' のスロットリングに従うために待機していた合計時間。
* `ProfileEvent_QueryBackupThrottlerBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 'max\_backup\_bandwidth' スロットラーを通過したバイト数。
* `ProfileEvent_QueryBackupThrottlerSleepMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — クエリが 'max\_backup\_bandwidth' のスロットリングに従うために待機していた合計時間。
* `ProfileEvent_DistrCacheReadThrottlerBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 'max\_distributed\_cache\_read\_bandwidth\_for\_server' スロットラーを通過したバイト数。
* `ProfileEvent_DistrCacheReadThrottlerSleepMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — クエリが 'max\_distributed\_cache\_read\_bandwidth\_for\_server' のスロットリングに従うために待機していた合計時間。
* `ProfileEvent_DistrCacheWriteThrottlerBytes` ([UInt64](/ja/reference/data-types/int-uint)) — `max&#95;distributed&#95;cache&#95;write&#95;bandwidth&#95;for&#95;server` スロットラーを通過したバイト数。
* `ProfileEvent_DistrCacheWriteThrottlerSleepMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — `max&#95;distributed&#95;cache&#95;write&#95;bandwidth&#95;for&#95;server` のスロットリング制限に従うためにクエリがスリープしていた合計時間。
* `ProfileEvent_ThrottlerSleepMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — すべてのスロットリング設定に従うためにクエリがスリープしていた合計時間。
* `ProfileEvent_ReadTasksWithAppliedPatches` ([UInt64](/ja/reference/data-types/int-uint)) — 何らかのパッチパートが適用された読み取りタスクの総数
* `ProfileEvent_PatchesAppliedInAllReadTasks` ([UInt64](/ja/reference/data-types/int-uint)) — すべての読み取りタスクで適用されたパッチパートの総数
* `ProfileEvent_PatchesMergeAppliedInAllReadTasks` ([UInt64](/ja/reference/data-types/int-uint)) — すべての読み取りタスクで Merge モードにより適用されたパッチパートの総数
* `ProfileEvent_PatchesJoinAppliedInAllReadTasks` ([UInt64](/ja/reference/data-types/int-uint)) — すべての読み取りタスクで Join モードにより適用されたパッチパートの総数
* `ProfileEvent_PatchesReadRows` ([UInt64](/ja/reference/data-types/int-uint)) — パッチパートから読み取られた行の総数
* `ProfileEvent_PatchesReadUncompressedBytes` ([UInt64](/ja/reference/data-types/int-uint)) — パッチパートから読み取られた非圧縮バイト数の総計
* `ProfileEvent_PatchesJoinRowsAddedToHashTable` ([UInt64](/ja/reference/data-types/int-uint)) — Join モードのパッチパートを適用する際に hash table に追加された行の総数
* `ProfileEvent_ApplyPatchesMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — パッチパートをブロックに適用するために費やされた合計時間
* `ProfileEvent_ReadPatchesMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — パッチパートの読み取りに費やされた合計時間
* `ProfileEvent_BuildPatchesMergeMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Merge モードのパッチパートを適用するための索引構築に費やされた合計時間
* `ProfileEvent_BuildPatchesJoinMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Join モードのパッチパートを適用するための索引および hash table の構築に費やされた合計時間
* `ProfileEvent_AnalyzePatchRangesMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — パッチパートの索引分析に費やされた合計時間
* `ProfileEvent_ReadTasksWithAppliedMutationsOnFly` ([UInt64](/ja/reference/data-types/int-uint)) — オンザフライで何らかの mutation が適用された読み取りタスクの総数
* `ProfileEvent_MutationsAppliedOnFlyInAllReadTasks` ([UInt64](/ja/reference/data-types/int-uint)) — すべての読み取りタスクでオンザフライ適用された mutation の総数
* `ProfileEvent_PatchesAcquireLockTries` ([UInt64](/ja/reference/data-types/int-uint)) — 論理更新を実行するためにロック取得を試みた総回数
* `ProfileEvent_PatchesAcquireLockMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 論理更新の実行に必要なロック取得に費やされた合計マイクロ秒数
* `ProfileEvent_DiskObjectStorageWaitBlobRemovalMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — メタデータ transaction の commit 後、保留中のブロブ削除の完了待機に費やされた時間
* `ProfileEvent_SchedulerIOReadRequests` ([UInt64](/ja/reference/data-types/int-uint)) — I/O 読み取りで scheduler を通過した resource リクエスト数。
* `ProfileEvent_SchedulerIOReadBytes` ([UInt64](/ja/reference/data-types/int-uint)) — I/O 読み取りで scheduler を通過したバイト数。
* `ProfileEvent_SchedulerIOReadWaitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — I/O 読み取りの resource リクエスト待機にクエリが費やした合計時間。
* `ProfileEvent_SchedulerIOWriteRequests` ([UInt64](/ja/reference/data-types/int-uint)) — I/O 書き込みで scheduler を通過した resource リクエスト数。
* `ProfileEvent_SchedulerIOWriteBytes` ([UInt64](/ja/reference/data-types/int-uint)) — I/O 書き込みで scheduler を通過したバイト数。
* `ProfileEvent_SchedulerIOWriteWaitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — クエリが I/O 書き込みのリソース要求を待機していた合計時間。
* `ProfileEvent_QueryMaskingRulesMatch` ([UInt64](/ja/reference/data-types/int-uint)) — クエリマスキングルールに正常に一致した回数。
* `ProfileEvent_ReplicatedPartFetches` ([UInt64](/ja/reference/data-types/int-uint)) — ReplicatedMergeTree テーブルのレプリカからデータパーツをダウンロードした回数。
* `ProfileEvent_ReplicatedPartFailedFetches` ([UInt64](/ja/reference/data-types/int-uint)) — ReplicatedMergeTree テーブルのレプリカからデータパーツをダウンロードできなかった回数。
* `ProfileEvent_ObsoleteReplicatedParts` ([UInt64](/ja/reference/data-types/int-uint)) — データパーツが、レプリカから取得した別のデータパーツに包含されていた回数 (つまり、包含されたデータパーツを廃止されたものとしてマークし、不要と判断した回数) 。
* `ProfileEvent_ReplicatedPartMerges` ([UInt64](/ja/reference/data-types/int-uint)) — ReplicatedMergeTree テーブルのデータパーツが正常にマージされた回数。
* `ProfileEvent_ReplicatedPartFetchesOfMerged` ([UInt64](/ja/reference/data-types/int-uint)) — 自分でマージを実行する代わりに、ReplicatedMergeTree テーブルのレプリカから、すでにマージ済みのパーツをダウンロードすることを選んだ回数 (通常はネットワークトラフィックを節約するため、自分でマージする方を優先します) 。これは、マージに必要な元パーツがすべてそろっていない場合や、データパーツが十分古い場合に発生します。
* `ProfileEvent_ReplicatedPartMutations` ([UInt64](/ja/reference/data-types/int-uint)) — ReplicatedMergeTree テーブルのデータパーツに mutation が正常に適用された回数。
* `ProfileEvent_ReplicatedPartChecks` ([UInt64](/ja/reference/data-types/int-uint)) — レプリカ上のデータパーツに対して高度な検索を実行したり、既存のデータパーツが必要かどうかを確認したりする必要があった回数。
* `ProfileEvent_ReplicatedPartChecksFailed` ([UInt64](/ja/reference/data-types/int-uint)) — レプリカ上のデータパーツに対する高度な検索で結果が得られなかった回数、または想定外のパーツが見つかって移動された回数。
* `ProfileEvent_ReplicatedDataLoss` ([UInt64](/ja/reference/data-types/int-uint)) — 必要としていたデータパーツがどのレプリカにも存在しなかった回数 (現在オフラインのレプリカを含む) 。そのデータパーツは確実に失われています。これは非同期レプリケーションでは (クォーラム INSERT が有効でない場合) 正常に起こりうることで、そのデータパーツが書き込まれたレプリカで障害が発生し、復旧してオンラインに戻った後もそのデータパーツを保持していない場合に発生します。
* `ProfileEvent_ReplicatedCoveredPartsInZooKeeperOnStart` ([UInt64](/ja/reference/data-types/int-uint)) — デバッグ用です。ZooKeeper 内には包含元のパーツがあるものの、ディスク上には存在しないパーツの数。サーバー起動時に確認されます。
* `ProfileEvent_QuorumParts` ([UInt64](/ja/reference/data-types/int-uint)) — クォーラム付きで書き込まれたデータパーツ数。同期 INSERT では 1 パーツとして数えられ、非同期 INSERT を flush する INSERT では最大で非同期 INSERT の件数まで数えられる場合があります。
* `ProfileEvent_QuorumWaitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — INSERT 中にクォーラム待機に費やした合計時間。
* `ProfileEvent_QuorumFailedInserts` ([UInt64](/ja/reference/data-types/int-uint)) — クォーラムに達しなかったために失敗した INSERT の回数。
* `ProfileEvent_InsertedRows` ([UInt64](/ja/reference/data-types/int-uint)) — すべてのテーブルに INSERT された行数。
* `ProfileEvent_InsertedBytes` ([UInt64](/ja/reference/data-types/int-uint)) — すべてのテーブルに INSERT されたバイト数 (非圧縮。メモリ内に格納されている状態のカラムとしての値) 。
* `ProfileEvent_DelayedInserts` ([UInt64](/ja/reference/data-types/int-uint)) — パーティション内のアクティブなデータパーツ数が多いため、MergeTree テーブルへの block の INSERT がレート制限された回数。
* `ProfileEvent_RejectedInserts` ([UInt64](/ja/reference/data-types/int-uint)) — パーティション内のアクティブなデータパーツ数が多いため、MergeTree テーブルへの block の INSERT が 'パーツが多すぎる' 例外で拒否された回数。
* `ProfileEvent_DelayedInsertsMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — パーティション内のアクティブなデータパーツ数が多いため、MergeTree テーブルへの block の INSERT がレート制限されていた間に費やした合計ミリ秒数。
* `ProfileEvent_DelayedMutations` ([UInt64](/ja/reference/data-types/int-uint)) — テーブル内の未完了 mutation 数が多いために、MergeTree テーブルの mutation がスロットリングされた回数。
* `ProfileEvent_RejectedMutations` ([UInt64](/ja/reference/data-types/int-uint)) — テーブル内の未完了 mutation 数が多いために、MergeTree テーブルの mutation が 'Too many mutations' 例外で拒否された回数。
* `ProfileEvent_DelayedMutationsMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — テーブル内の未完了 mutation 数が多いために、MergeTree テーブルの mutation がスロットリングされていた合計 Milliseconds。
* `ProfileEvent_RejectedLightweightUpdates` ([UInt64](/ja/reference/data-types/int-uint)) — Patches の非圧縮バイト数が多すぎるために、論理更新が拒否された回数。
* `ProfileEvent_DistributedDelayedInserts` ([UInt64](/ja/reference/data-types/int-uint)) — 保留中のバイト数が多いために、Distributed テーブルへの block の INSERT がスロットリングされた回数。
* `ProfileEvent_DistributedRejectedInserts` ([UInt64](/ja/reference/data-types/int-uint)) — 保留中のバイト数が多いために、Distributed テーブルへの block の INSERT が 'Too many bytes' 例外で拒否された回数。
* `ProfileEvent_DistributedDelayedInsertsMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 保留中のバイト数が多いために、Distributed テーブルへの block の INSERT がスロットリングされていた合計 Milliseconds。
* `ProfileEvent_DuplicatedInsertedBlocks` ([UInt64](/ja/reference/data-types/int-uint)) — \*MergeTree テーブルへの同期 insert で重複排除された件数。
* `ProfileEvent_SelfDuplicatedAsyncInserts` ([UInt64](/ja/reference/data-types/int-uint)) — ReplicatedMergeTree テーブルに INSERT された block 内の非同期 INSERT のうち、自己重複排除された件数。
* `ProfileEvent_DuplicatedAsyncInserts` ([UInt64](/ja/reference/data-types/int-uint)) — ReplicatedMergeTree テーブルに INSERT された block 内の非同期 INSERT のうち、重複排除された件数。
* `ProfileEvent_DuplicationElapsedMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — \*MergeTree テーブルに INSERT された block の重複チェックに費やされた合計時間。
* `ProfileEvent_ZooKeeperInit` ([UInt64](/ja/reference/data-types/int-uint)) — ZooKeeper との connection が確立された回数。
* `ProfileEvent_ZooKeeperTransactions` ([UInt64](/ja/reference/data-types/int-uint)) — ZooKeeper の操作回数。これには読み取り操作、書き込み操作、マルチトランザクションが含まれます。
* `ProfileEvent_ZooKeeperList` ([UInt64](/ja/reference/data-types/int-uint)) — ZooKeeper への 'list' (getChildren) リクエスト回数。
* `ProfileEvent_ZooKeeperListRecursive` ([UInt64](/ja/reference/data-types/int-uint)) — ZooKeeper への 'listRecursive' リクエスト回数。
* `ProfileEvent_ZooKeeperCreate` ([UInt64](/ja/reference/data-types/int-uint)) — ZooKeeper への 'create' リクエスト回数。
* `ProfileEvent_ZooKeeperRemove` ([UInt64](/ja/reference/data-types/int-uint)) — ZooKeeper への 'remove' リクエスト回数。
* `ProfileEvent_ZooKeeperExists` ([UInt64](/ja/reference/data-types/int-uint)) — ZooKeeper への 'exists' リクエスト回数。
* `ProfileEvent_ZooKeeperGet` ([UInt64](/ja/reference/data-types/int-uint)) — ZooKeeper への 'get' リクエスト回数。
* `ProfileEvent_ZooKeeperSet` ([UInt64](/ja/reference/data-types/int-uint)) — ZooKeeper への 'set' リクエスト回数。
* `ProfileEvent_ZooKeeperMulti` ([UInt64](/ja/reference/data-types/int-uint)) — ZooKeeper への 'multi' リクエスト回数 (複合トランザクション) 。
* `ProfileEvent_ZooKeeperMultiRead` ([UInt64](/ja/reference/data-types/int-uint)) — ZooKeeper への読み取り 'multi' リクエスト回数 (複合トランザクション) 。
* `ProfileEvent_ZooKeeperMultiWrite` ([UInt64](/ja/reference/data-types/int-uint)) — ZooKeeper への書き込み 'multi' リクエスト回数 (複合トランザクション) 。
* `ProfileEvent_ZooKeeperCheck` ([UInt64](/ja/reference/data-types/int-uint)) — ZooKeeper への 'check' リクエスト回数。通常、これ単体では意味を持たず、複雑なトランザクションの一部としてのみ意味を持ちます。
* `ProfileEvent_ZooKeeperSync` ([UInt64](/ja/reference/data-types/int-uint)) — ZooKeeper への 'sync' リクエスト数。これらのリクエストが必要になったり有用だったりすることはまれです。
* `ProfileEvent_ZooKeeperReconfig` ([UInt64](/ja/reference/data-types/int-uint)) — ZooKeeper への 'reconfig' リクエスト数。
* `ProfileEvent_ZooKeeperClose` ([UInt64](/ja/reference/data-types/int-uint)) — ZooKeeper との接続が自発的に閉じられた回数。
* `ProfileEvent_ZooKeeperGetACL` ([UInt64](/ja/reference/data-types/int-uint)) — ZooKeeper への 'getACL' リクエスト数。
* `ProfileEvent_ZooKeeperWatchResponse` ([UInt64](/ja/reference/data-types/int-uint)) — ZooKeeper から watch 通知を受信した回数。
* `ProfileEvent_ZooKeeperUserExceptions` ([UInt64](/ja/reference/data-types/int-uint)) — データに関連して ZooKeeper の処理中に発生した例外の数 (ノードが存在しない、不正なバージョンなど) 。
* `ProfileEvent_ZooKeeperHardwareExceptions` ([UInt64](/ja/reference/data-types/int-uint)) — ネットワークに関連して ZooKeeper の処理中に発生した例外の数 (接続断など) 。
* `ProfileEvent_ZooKeeperOtherExceptions` ([UInt64](/ja/reference/data-types/int-uint)) — ZooKeeperUserExceptions および ZooKeeperHardwareExceptions 以外で、ZooKeeper の処理中に発生した例外の数。
* `ProfileEvent_ZooKeeperWaitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — リクエストの作成後、ZooKeeper からの応答待ちに費やされたマイクロ秒数。すべての要求スレッドの合計です。
* `ProfileEvent_ZooKeeperBytesSent` ([UInt64](/ja/reference/data-types/int-uint)) — ZooKeeper との通信中にネットワーク経由で送信されたバイト数。
* `ProfileEvent_ZooKeeperBytesReceived` ([UInt64](/ja/reference/data-types/int-uint)) — ZooKeeper との通信中にネットワーク経由で受信したバイト数。
* `ProfileEvent_DistributedConnectionTries` ([UInt64](/ja/reference/data-types/int-uint)) — distributed connection の試行総数。
* `ProfileEvent_DistributedConnectionUsable` ([UInt64](/ja/reference/data-types/int-uint)) — 利用可能なサーバー (必要なテーブルはあるが、古い可能性はある) への distributed connection に成功した総数。
* `ProfileEvent_DistributedConnectionFailTry` ([UInt64](/ja/reference/data-types/int-uint)) — distributed connection が再試行対象の失敗となった総数。
* `ProfileEvent_DistributedConnectionMissingTable` ([UInt64](/ja/reference/data-types/int-uint)) — 分散クエリでレプリカを除外した回数。そのレプリカにクエリに必要なテーブルが存在しなかったためです。
* `ProfileEvent_DistributedConnectionStaleReplica` ([UInt64](/ja/reference/data-types/int-uint)) — 分散クエリでレプリカを除外した回数。クエリに必要なテーブルのいずれかで、レプリケーションラグが設定されたしきい値を超えていたためです。
* `ProfileEvent_DistributedConnectionSkipReadOnlyReplica` ([UInt64](/ja/reference/data-types/int-uint)) — 分散テーブル への INSERT 中に、レプリカが read-only であるためスキップされた回数
* `ProfileEvent_DistributedConnectionFailAtAll` ([UInt64](/ja/reference/data-types/int-uint)) — すべての再試行が終了した後も distributed connection が失敗した総数。
* `ProfileEvent_Shards` ([UInt64](/ja/reference/data-types/int-uint)) — クエリに関与した分片数。すべての分散テーブルとテーブル関数にわたる合計です。単一の host でも、複数のテーブルに現れる場合は複数回カウントされます。この数には、`skip_unavailable_shards` setting によってスキップされた分片も含めた、想定される分片の総数が含まれます。
* `ProfileEvent_HedgedRequestsChangeReplica` ([UInt64](/ja/reference/data-types/int-uint)) — ヘッジドリクエストでレプリカ切り替え用の timeout が期限切れになった総数。
* `ProfileEvent_SuspendSendingQueryToShard` ([UInt64](/ja/reference/data-types/int-uint)) — async\_query\_sending\_for\_remote が有効なときに、分片へのクエリ送信が一時停止された総数。
* `ProfileEvent_CompileFunction` ([UInt64](/ja/reference/data-types/int-uint)) — 生成された LLVM コードのコンパイル (複雑な expression 用の融合関数を作成するため) が開始された回数。
* `ProfileEvent_CompiledFunctionExecute` ([UInt64](/ja/reference/data-types/int-uint)) — コンパイル済み関数が実行された回数。
* `ProfileEvent_CompileExpressionsMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — expression の LLVM コードへのコンパイルに費やされた合計時間。
* `ProfileEvent_CompileExpressionsBytes` ([UInt64](/ja/reference/data-types/int-uint)) — expression のコンパイルに使用されたバイト数。
* `ProfileEvent_ExecuteShellCommand` ([UInt64](/ja/reference/data-types/int-uint)) — シェルコマンドの実行回数。
* `ProfileEvent_ExternalProcessingCompressedBytesTotal` ([UInt64](/ja/reference/data-types/int-uint)) — 外部処理 (ソート/集約/JOIN) によって書き込まれた圧縮バイト数。
* `ProfileEvent_ExternalProcessingUncompressedBytesTotal` ([UInt64](/ja/reference/data-types/int-uint)) — 外部処理 (ソート/集約/JOIN) によって書き込まれたデータ量 (非圧縮、圧縮前) 。
* `ProfileEvent_ExternalProcessingFilesTotal` ([UInt64](/ja/reference/data-types/int-uint)) — 外部処理 (ソート/集約/JOIN) で使用されたファイル数。
* `ProfileEvent_ExternalSortWritePart` ([UInt64](/ja/reference/data-types/int-uint)) — 外部メモリでのソートのために一時ファイルがディスクに書き込まれた回数。
* `ProfileEvent_ExternalSortMerge` ([UInt64](/ja/reference/data-types/int-uint)) — 外部メモリでのソートのために一時ファイルがマージされた回数。
* `ProfileEvent_ExternalSortCompressedBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 外部メモリでのソートのために書き込まれた圧縮バイト数。
* `ProfileEvent_ExternalSortUncompressedBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 外部メモリでのソートのために書き込まれたデータ量 (非圧縮、圧縮前) 。
* `ProfileEvent_ExternalAggregationWritePart` ([UInt64](/ja/reference/data-types/int-uint)) — 外部メモリでの集約のために一時ファイルがディスクに書き込まれた回数。
* `ProfileEvent_ExternalAggregationMerge` ([UInt64](/ja/reference/data-types/int-uint)) — 外部メモリでの集約のために一時ファイルがマージされた回数。
* `ProfileEvent_ExternalAggregationCompressedBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 外部メモリでの集約のためにディスクへ書き込まれたバイト数。
* `ProfileEvent_ExternalAggregationUncompressedBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 外部メモリでの集約のためにディスクへ書き込まれたデータ量 (非圧縮、圧縮前) 。
* `ProfileEvent_ExternalJoinWritePart` ([UInt64](/ja/reference/data-types/int-uint)) — 外部メモリでのJOINのために一時ファイルがディスクに書き込まれた回数。
* `ProfileEvent_ExternalJoinMerge` ([UInt64](/ja/reference/data-types/int-uint)) — 外部メモリでのJOINのために一時ファイルがマージされた回数。
* `ProfileEvent_ExternalJoinCompressedBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 外部メモリでのJOINのために書き込まれた圧縮バイト数。
* `ProfileEvent_ExternalJoinUncompressedBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 外部メモリでのJOINのために書き込まれたデータ量 (非圧縮、圧縮前) 。
* `ProfileEvent_IcebergPartitionPrunedFiles` ([UInt64](/ja/reference/data-types/int-uint)) — Iceberg のパーティションプルーニングでスキップされたファイル数
* `ProfileEvent_IcebergTrivialCountOptimizationApplied` ([UInt64](/ja/reference/data-types/int-uint)) — Iceberg の読み取り時に単純な count 最適化が適用された回数
* `ProfileEvent_IcebergVersionHintUsed` ([UInt64](/ja/reference/data-types/int-uint)) — version-hint.text が使用された回数。
* `ProfileEvent_IcebergMinMaxIndexPrunedFiles` ([UInt64](/ja/reference/data-types/int-uint)) — Iceberg で MinMax index を使用してスキップされたファイル数
* `ProfileEvent_JoinBuildTableRowCount` ([UInt64](/ja/reference/data-types/int-uint)) — JOIN演算における build テーブルの合計行数。
* `ProfileEvent_JoinProbeTableRowCount` ([UInt64](/ja/reference/data-types/int-uint)) — JOIN演算における probe テーブルの合計行数。
* `ProfileEvent_JoinResultRowCount` ([UInt64](/ja/reference/data-types/int-uint)) — JOIN演算の結果の合計行数。
* `ProfileEvent_JoinNonJoinedTransformBlockCount` ([UInt64](/ja/reference/data-types/int-uint)) — NonJoinedBlocksTransform によって出力されたブロック数。
* `ProfileEvent_JoinNonJoinedTransformRowCount` ([UInt64](/ja/reference/data-types/int-uint)) — NonJoinedBlocksTransform によって出力された、結合されなかった行数。
* `ProfileEvent_JoinDelayedJoinedTransformBlockCount` ([UInt64](/ja/reference/data-types/int-uint)) — DelayedJoinedBlocksWorkerTransform によって出力されたブロック数。
* `ProfileEvent_JoinDelayedJoinedTransformRowCount` ([UInt64](/ja/reference/data-types/int-uint)) — DelayedJoinedBlocksWorkerTransform によって出力された行数。
* `ProfileEvent_JoinSpillingHashJoinSwitchedToGraceJoin` ([UInt64](/ja/reference/data-types/int-uint)) — SpillingHashJoin において、メモリ制限により (Concurrent)HashJoin から GraceHashJoin に切り替えられた回数。
* `ProfileEvent_JoinReorderMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — JOIN の並べ替えアルゴリズムの実行に費やされた合計時間。
* `ProfileEvent_JoinOptimizeMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — JOIN プランの最適化の実行に費やされた合計時間。
* `ProfileEvent_QueryPlanOptimizeMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — クエリプランの最適化の実行に費やされた合計時間。
* `ProfileEvent_DeltaLakePartitionPrunedFiles` ([UInt64](/ja/reference/data-types/int-uint)) — Delta Lake のパーティションプルーニング中にスキップされたファイル数
* `ProfileEvent_DeltaLakeSnapshotInitializations` ([UInt64](/ja/reference/data-types/int-uint)) — Delta Lake テーブルのスナップショットが初期化された回数 (オブジェクトストレージから読み込み)
* `ProfileEvent_DeltaLakeScannedFiles` ([UInt64](/ja/reference/data-types/int-uint)) — Delta Lake のスキャンコールバック中にスキャンされたファイル数
* `ProfileEvent_SlowRead` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルからの低速な読み取りの回数。これはシステムの過負荷を示します。しきい値は read\_backoff\_\* 設定で制御されます。
* `ProfileEvent_ReadBackoff` ([UInt64](/ja/reference/data-types/int-uint)) — 低速な読み取りにより、クエリ処理スレッド数が引き下げられた回数。
* `ProfileEvent_ReplicaPartialShutdown` ([UInt64](/ja/reference/data-types/int-uint)) — ZooKeeper でセッションの有効期限が切れたために、Replicated テーブルが状態を解除しなければならなかった回数。ZooKeeper が再び利用可能になるたびに、状態は再初期化されます。
* `ProfileEvent_IndexAnalysisRounds` ([UInt64](/ja/reference/data-types/int-uint)) — クエリ内で索引解析が実行された回数。
* `ProfileEvent_SelectedParts` ([UInt64](/ja/reference/data-types/int-uint)) — MergeTree テーブルから読み取る対象として選択されたデータパーツ数。
* `ProfileEvent_SelectedPartsTotal` ([UInt64](/ja/reference/data-types/int-uint)) — MergeTree テーブルから読み取る対象を選択する前のデータパーツ総数。
* `ProfileEvent_SelectedRanges` ([UInt64](/ja/reference/data-types/int-uint)) — MergeTree テーブルから読み取る対象として選択された、すべてのデータパーツにおける (隣接していない) 範囲数。
* `ProfileEvent_SelectedMarks` ([UInt64](/ja/reference/data-types/int-uint)) — MergeTree テーブルから読み取る対象として選択されたマーク (インデックスグラニュール) 数。
* `ProfileEvent_SelectedMarksTotal` ([UInt64](/ja/reference/data-types/int-uint)) — MergeTree テーブルから読み取る対象を選択する前のマーク (インデックスグラニュール) 総数。
* `ProfileEvent_SelectedRows` ([UInt64](/ja/reference/data-types/int-uint)) — すべてのテーブルから SELECT された行数。
* `ProfileEvent_SelectedBytes` ([UInt64](/ja/reference/data-types/int-uint)) — すべてのテーブルから SELECT されたバイト数 (非圧縮。カラムがメモリ内に格納されている状態でのサイズ) 。
* `ProfileEvent_RowsReadByMainReader` ([UInt64](/ja/reference/data-types/int-uint)) — メインリーダーによって MergeTree テーブルから読み取られた行数 (PREWHERE ステップ後) 。
* `ProfileEvent_RowsReadByPrewhereReaders` ([UInt64](/ja/reference/data-types/int-uint)) — prewhere リーダーによって MergeTree テーブルから読み取られた行数 (合計) 。
* `ProfileEvent_LoadedDataParts` ([UInt64](/ja/reference/data-types/int-uint)) — 初期化中に MergeTree テーブルによって読み込まれたデータパーツ数。
* `ProfileEvent_LoadedDataPartsMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 初期化中のデータパーツの読み込みに MergeTree テーブルが費やした時間 (マイクロ秒) 。
* `ProfileEvent_FilteringMarksWithPrimaryKeyProcessedMarks` ([UInt64](/ja/reference/data-types/int-uint)) — PK 解析中に処理されたマークの合計数。
* `ProfileEvent_FilteringMarksWithPrimaryKeyMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — PK によるパーツのフィルタリングに費やされた時間。
* `ProfileEvent_FilteringMarksWithSecondaryKeysMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — スキップ索引によるパーツのフィルタリングに費やされた時間。
* `ProfileEvent_DistributedIndexAnalysisMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 分散索引解析に費やされた合計時間
* `ProfileEvent_DistributedIndexAnalysisScheduledReplicas` ([UInt64](/ja/reference/data-types/int-uint)) — 分散索引解析がスケジュールされたレプリカ数 (ローカルレプリカは 1 回として計上)
* `ProfileEvent_DistributedIndexAnalysisReplicaUnavailable` ([UInt64](/ja/reference/data-types/int-uint)) — フォールバックなしで、いずれかのレプリカで分散索引解析が失敗した回数 (接続時に失敗)
* `ProfileEvent_DistributedIndexAnalysisReplicaFallback` ([UInt64](/ja/reference/data-types/int-uint)) — いずれかのレプリカで分散索引解析が失敗し、ローカルレプリカにフォールバックした回数
* `ProfileEvent_DistributedIndexAnalysisParts` ([UInt64](/ja/reference/data-types/int-uint)) — 分散索引解析のために送信されたパーツ数
* `ProfileEvent_DistributedIndexAnalysisMissingParts` ([UInt64](/ja/reference/data-types/int-uint)) — 分散索引解析中に欠落しており、ローカルで解決されるパーツ数
* `ProfileEvent_WaitMarksLoadMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — マークの読み込み待機に費やされた時間
* `ProfileEvent_BackgroundLoadingMarksTasks` ([UInt64](/ja/reference/data-types/int-uint)) — マーク読み込み用のバックグラウンドタスク数
* `ProfileEvent_MarksTasksFromCache` ([UInt64](/ja/reference/data-types/int-uint)) — マークがすでに cache に存在していたため、同期的に読み込まれた回数。
* `ProfileEvent_LoadingMarksTasksCanceled` ([UInt64](/ja/reference/data-types/int-uint)) — マーク読み込み用のバックグラウンドタスクがキャンセルされた回数
* `ProfileEvent_LoadedMarksFiles` ([UInt64](/ja/reference/data-types/int-uint)) — 読み込まれたマークファイル数。
* `ProfileEvent_LoadedMarksCount` ([UInt64](/ja/reference/data-types/int-uint)) — 読み込まれたマーク数 (全カラムの合計) 。
* `ProfileEvent_LoadedMarksMemoryBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 読み込まれたマークのメモリ内表現のサイズ。
* `ProfileEvent_MarkCacheEvictedBytes` ([UInt64](/ja/reference/data-types/int-uint)) — マーク cache から追い出されたバイト数。
* `ProfileEvent_MarkCacheEvictedMarks` ([UInt64](/ja/reference/data-types/int-uint)) — マーク cache から追い出されたマーク数。
* `ProfileEvent_MarkCacheEvictedFiles` ([UInt64](/ja/reference/data-types/int-uint)) — マーク cache から追い出されたマークファイル数。
* `ProfileEvent_LoadedPrimaryIndexFiles` ([UInt64](/ja/reference/data-types/int-uint)) — 読み込まれたプライマリインデックスファイル数。
* `ProfileEvent_LoadedPrimaryIndexRows` ([UInt64](/ja/reference/data-types/int-uint)) — 読み込まれた主キーの行数。
* `ProfileEvent_LoadedPrimaryIndexBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 読み込まれた主キーのバイト数。
* `ProfileEvent_Merge` ([UInt64](/ja/reference/data-types/int-uint)) — 開始されたバックグラウンドマージ数。
* `ProfileEvent_MergeSourceParts` ([UInt64](/ja/reference/data-types/int-uint)) — マージ対象としてスケジュールされたソースパーツ数。
* `ProfileEvent_MergedRows` ([UInt64](/ja/reference/data-types/int-uint)) — バックグラウンドマージのために読み取られた行数。これはマージ前の行数です。
* `ProfileEvent_MergedColumns` ([UInt64](/ja/reference/data-types/int-uint)) — マージの水平ステージでマージされたカラム数。
* `ProfileEvent_GatheredColumns` ([UInt64](/ja/reference/data-types/int-uint)) — マージの垂直ステージで収集されたカラム数。
* `ProfileEvent_MergedProjections` ([UInt64](/ja/reference/data-types/int-uint)) — MergeTree のマージ中にマージされた (再構築ではない) プロジェクション数。
* `ProfileEvent_RebuiltProjections` ([UInt64](/ja/reference/data-types/int-uint)) — MergeTree のマージ中にゼロから再構築されたプロジェクション数。
* `ProfileEvent_MergedUncompressedBytes` ([UInt64](/ja/reference/data-types/int-uint)) — バックグラウンドマージのために読み取られた非圧縮バイト数 (カラムがメモリ内に格納されている形式) 。これはマージ前の値です。
* `ProfileEvent_MergeWrittenRows` ([UInt64](/ja/reference/data-types/int-uint)) — マージ中に書き込まれた行数。
* `ProfileEvent_MergeTotalMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — バックグラウンドマージに費やされた合計時間
* `ProfileEvent_MergeExecuteMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — バックグラウンドマージの実行に費やされた合計稼働時間
* `ProfileEvent_MergeCommitMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — マージ結果のコミット (パート名の変更、チェックサムの検証、ZooKeeper の更新) に費やされた合計時間
* `ProfileEvent_MergeHorizontalStageTotalMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — バックグラウンドマージの水平ステージに費やされた合計時間
* `ProfileEvent_MergeHorizontalStageExecuteMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — バックグラウンドマージの水平ステージの実行に費やされた合計稼働時間
* `ProfileEvent_MergeVerticalStageTotalMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — バックグラウンドマージの垂直ステージに費やされた合計時間
* `ProfileEvent_MergeVerticalStageExecuteMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — バックグラウンドマージの垂直ステージの実行に費やされた合計稼働時間
* `ProfileEvent_MergeTextIndexStageTotalMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — バックグラウンドマージのテキスト索引ステージに費やされた合計時間
* `ProfileEvent_MergeTextIndexStageExecuteMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — バックグラウンドマージのテキスト索引ステージの実行に費やされた合計稼働時間
* `ProfileEvent_MergeProjectionStageTotalMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — バックグラウンドマージのプロジェクションステージに費やされた合計時間
* `ProfileEvent_MergeProjectionStageExecuteMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — バックグラウンドマージのプロジェクションステージの実行に費やされた合計稼働時間
* `ProfileEvent_MergePrewarmStageTotalMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — バックグラウンドマージのプリウォームステージに費やされた合計時間
* `ProfileEvent_MergePrewarmStageExecuteMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — バックグラウンドマージのプリウォームステージの実行に費やされた合計稼働時間
* `ProfileEvent_MergesRejectedByMemoryLimit` ([UInt64](/ja/reference/data-types/int-uint)) — メモリ制限により拒否されたバックグラウンドマージ数
* `ProfileEvent_MergingSortedMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ソート済みカラムのマージに費やされた合計時間
* `ProfileEvent_AggregatingSortedMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ソート済みカラムの集計に費やされた合計時間
* `ProfileEvent_CoalescingSortedMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ソート済みカラムの結合に費やされた合計時間
* `ProfileEvent_CollapsingSortedMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ソート済みカラムの折りたたみに費やされた合計時間
* `ProfileEvent_ReplacingSortedMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ソート済みカラムの置換に費やされた合計時間
* `ProfileEvent_SummingSortedMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ソート済みカラムの合計に費やされた合計時間
* `ProfileEvent_VersionedCollapsingSortedMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — バージョン付きの折りたたみで、ソート済みカラムの処理に費やされた合計時間
* `ProfileEvent_GatheringColumnMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — vertical merge 用のカラム収集に費やされた合計時間
* `ProfileEvent_MutationTotalParts` ([UInt64](/ja/reference/data-types/int-uint)) — ミューテーションの適用が試みられたパーツの総数
* `ProfileEvent_MutationUntouchedParts` ([UInt64](/ja/reference/data-types/int-uint)) — ミューテーションの適用が試みられたものの、predicate に基づいて完全にスキップされたパーツの総数
* `ProfileEvent_MutationCreatedEmptyParts` ([UInt64](/ja/reference/data-types/int-uint)) — ミューテーションを実行せず、代わりに空のパーツに置き換えられたパーツの総数
* `ProfileEvent_MutatedRows` ([UInt64](/ja/reference/data-types/int-uint)) — ミューテーションのために読み取られた行数。これはミューテーション前の行数です
* `ProfileEvent_MutatedUncompressedBytes` ([UInt64](/ja/reference/data-types/int-uint)) — ミューテーションのために読み取られた非圧縮バイト数 (カラムがメモリ内に保持されている状態での値) 。これはミューテーション前の値です。
* `ProfileEvent_MutationAffectedRowsUpperBound` ([UInt64](/ja/reference/data-types/int-uint)) — ミューテーションの影響を受けた行数の上限 (たとえば、UPDATE または DELETE mutation の predicate を満たす行数) 。実際の数はこれよりわずかに少ない場合があります
* `ProfileEvent_MutationTotalMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ミューテーションに費やされた合計時間。
* `ProfileEvent_MutationExecuteMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ミューテーションの実行に費やされた合計稼働時間。
* `ProfileEvent_MutationCommitMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ミューテーション結果のコミット (パーツ名の変更、checksum の検証、ZooKeeper の更新) に費やされた合計時間
* `ProfileEvent_MutationAllPartColumns` ([UInt64](/ja/reference/data-types/int-uint)) — パーツ内のすべてのカラムをミューテーションするタスクが作成された回数
* `ProfileEvent_MutationSomePartColumns` ([UInt64](/ja/reference/data-types/int-uint)) — パーツ内の一部のカラムをミューテーションするタスクが作成された回数
* `ProfileEvent_MutateTaskProjectionsCalculationMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ミューテーションで projections を計算するのに費やされた時間
* `ProfileEvent_MergeTreeDataWriterRows` ([UInt64](/ja/reference/data-types/int-uint)) — MergeTree テーブルに INSERT された行数。
* `ProfileEvent_MergeTreeDataWriterUncompressedBytes` ([UInt64](/ja/reference/data-types/int-uint)) — MergeTree テーブルに INSERT された非圧縮バイト数 (カラムがメモリ内に保持されている状態での値) 。
* `ProfileEvent_MergeTreeDataWriterCompressedBytes` ([UInt64](/ja/reference/data-types/int-uint)) — MergeTree テーブルに INSERT されたデータについて、ファイルシステムに書き込まれたバイト数。
* `ProfileEvent_MergeTreeDataWriterBlocks` ([UInt64](/ja/reference/data-types/int-uint)) — MergeTree テーブルに INSERT されたブロック数。各ブロックはレベル 0 のデータパーツを形成します。
* `ProfileEvent_MergeTreeDataWriterBlocksAlreadySorted` ([UInt64](/ja/reference/data-types/int-uint)) — すでにソート済みであることが判明した、MergeTree テーブルに INSERT されたブロック数。
* `ProfileEvent_MergeMutateBackgroundExecutorTaskExecuteStepMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — MergeMutate executor のタスクで executeStep() に費やされた時間。
* `ProfileEvent_MergeMutateBackgroundExecutorTaskCancelMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — MergeMutate executor のタスクで cancel() に費やされた時間。
* `ProfileEvent_MergeMutateBackgroundExecutorTaskResetMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — MergeMutate executor のタスクのリセットに費やされた時間。
* `ProfileEvent_MergeMutateBackgroundExecutorWaitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — MergeMutate executor で完了待機に費やされた時間。
* `ProfileEvent_MoveBackgroundExecutorTaskExecuteStepMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Move executor のタスクで executeStep() に費やされた時間。
* `ProfileEvent_MoveBackgroundExecutorTaskCancelMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Move executor のタスクで cancel() に費やされた時間。
* `ProfileEvent_MoveBackgroundExecutorTaskResetMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Move executor のタスクのリセットに費やされた時間。
* `ProfileEvent_MoveBackgroundExecutorWaitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Move executor で完了を待機するのに費やされた時間。
* `ProfileEvent_FetchBackgroundExecutorTaskExecuteStepMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Fetch executor のタスクで executeStep() に費やされた時間。
* `ProfileEvent_FetchBackgroundExecutorTaskCancelMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Fetch executor のタスクで cancel() に費やされた時間。
* `ProfileEvent_FetchBackgroundExecutorTaskResetMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Fetch executor のタスクのリセットに費やされた時間。
* `ProfileEvent_FetchBackgroundExecutorWaitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Fetch executor で完了を待機するのに費やされた時間。
* `ProfileEvent_CommonBackgroundExecutorTaskExecuteStepMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Common executor のタスクで executeStep() に費やされた時間。
* `ProfileEvent_CommonBackgroundExecutorTaskCancelMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Common executor のタスクで cancel() に費やされた時間。
* `ProfileEvent_CommonBackgroundExecutorTaskResetMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Common executor のタスクのリセットに費やされた時間。
* `ProfileEvent_CommonBackgroundExecutorWaitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Common executor で完了を待機するのに費やされた時間。
* `ProfileEvent_MergeTreeDataWriterSkipIndicesCalculationMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — スキップインデックスの計算に費やされた時間
* `ProfileEvent_MergeTreeDataWriterStatisticsCalculationMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 統計情報の計算に費やされた時間
* `ProfileEvent_MergeTreeDataWriterSortingBlocksMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ブロックのソートに費やされた時間
* `ProfileEvent_MergeTreeDataWriterMergingBlocksMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 入力ブロックのマージに費やされた時間 (特殊な MergeTree エンジン向け)
* `ProfileEvent_MergeTreeDataWriterProjectionsCalculationMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — プロジェクションの計算に費やされた時間
* `ProfileEvent_MergeTreeDataProjectionWriterSortingBlocksMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ブロックのソートに費やされた時間 (プロジェクションでは、テーブルの sorting key とは異なるキーになる場合があります)
* `ProfileEvent_MergeTreeDataProjectionWriterMergingBlocksMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ブロックのマージに費やされた時間
* `ProfileEvent_InsertedWideParts` ([UInt64](/ja/reference/data-types/int-uint)) — Wide 形式で挿入されたパーツ数。
* `ProfileEvent_InsertedCompactParts` ([UInt64](/ja/reference/data-types/int-uint)) — Compact 形式で挿入されたパーツ数。
* `ProfileEvent_MergedIntoWideParts` ([UInt64](/ja/reference/data-types/int-uint)) — Wide 形式にマージされたパーツ数。
* `ProfileEvent_MergedIntoCompactParts` ([UInt64](/ja/reference/data-types/int-uint)) — Compact 形式にマージされたパーツ数。
* `ProfileEvent_MergeTreeDataProjectionWriterRows` ([UInt64](/ja/reference/data-types/int-uint)) — MergeTree テーブルのプロジェクションに INSERT された行数。
* `ProfileEvent_MergeTreeDataProjectionWriterUncompressedBytes` ([UInt64](/ja/reference/data-types/int-uint)) — MergeTree テーブルのプロジェクションに INSERT されたデータの、メモリ内で保持されるカラムの非圧縮バイト数。
* `ProfileEvent_MergeTreeDataProjectionWriterCompressedBytes` ([UInt64](/ja/reference/data-types/int-uint)) — MergeTree テーブルのプロジェクションに INSERT されたデータについて、ファイルシステムに書き込まれたバイト数。
* `ProfileEvent_MergeTreeDataProjectionWriterBlocks` ([UInt64](/ja/reference/data-types/int-uint)) — MergeTree テーブルのプロジェクションに INSERT されたブロック数。各ブロックはレベル 0 のデータパーツを形成します。
* `ProfileEvent_MergeTreeDataProjectionWriterBlocksAlreadySorted` ([UInt64](/ja/reference/data-types/int-uint)) — すでにソート済みとみなされた、MergeTree テーブルのプロジェクションに INSERT された blocks の数。
* `ProfileEvent_CannotRemoveEphemeralNode` ([UInt64](/ja/reference/data-types/int-uint)) — ephemeral node の削除を試みた際に error が発生した回数。ZooKeeper ライブラリの実装では session が必ず期限切れとなり、その node は削除されるため、これは issue ではありません。
* `ProfileEvent_RegexpWithMultipleNeedlesCreated` ([UInt64](/ja/reference/data-types/int-uint)) — 複数の needles を持つ正規表現 (VectorScan library) がコンパイルされた回数。
* `ProfileEvent_RegexpWithMultipleNeedlesGlobalCacheHit` ([UInt64](/ja/reference/data-types/int-uint)) — グローバル cache から、複数の needles を持つコンパイル済み正規表現 (VectorScan library) を取得した回数。
* `ProfileEvent_RegexpWithMultipleNeedlesGlobalCacheMiss` ([UInt64](/ja/reference/data-types/int-uint)) — グローバル cache から、複数の needles を持つコンパイル済み正規表現 (VectorScan library) の取得に失敗した回数。
* `ProfileEvent_RegexpLocalCacheHit` ([UInt64](/ja/reference/data-types/int-uint)) — ローカル cache からコンパイル済み正規表現を取得した回数。
* `ProfileEvent_RegexpLocalCacheMiss` ([UInt64](/ja/reference/data-types/int-uint)) — ローカル cache からコンパイル済み正規表現の取得に失敗した回数。
* `ProfileEvent_ContextLock` ([UInt64](/ja/reference/data-types/int-uint)) — Context の lock を取得した、または取得を試みた回数。これはグローバル lock です。
* `ProfileEvent_ContextLockWaitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Context lock の待機時間 (マイクロ秒)
* `ProfileEvent_StorageBufferFlush` ([UInt64](/ja/reference/data-types/int-uint)) — 'Buffer' table 内の buffer が flush された回数。
* `ProfileEvent_StorageBufferErrorOnFlush` ([UInt64](/ja/reference/data-types/int-uint)) — 宛先 table への書き込み error により、'Buffer' table 内の buffer を flush できなかった回数。
* `ProfileEvent_StorageBufferPassedAllMinThresholds` ([UInt64](/ja/reference/data-types/int-uint)) — 'Buffer' table 内の buffer を flush するための最小 thresholds の条件をすべて満たした回数。
* `ProfileEvent_StorageBufferPassedTimeMaxThreshold` ([UInt64](/ja/reference/data-types/int-uint)) — 'Buffer' table 内の buffer を flush するための最大時間 threshold の条件を満たした回数。
* `ProfileEvent_StorageBufferPassedRowsMaxThreshold` ([UInt64](/ja/reference/data-types/int-uint)) — 'Buffer' table 内の buffer を flush するための最大 rows threshold の条件を満たした回数。
* `ProfileEvent_StorageBufferPassedBytesMaxThreshold` ([UInt64](/ja/reference/data-types/int-uint)) — 'Buffer' table 内の buffer を flush するための最大 bytes threshold の条件を満たした回数。
* `ProfileEvent_StorageBufferPassedTimeFlushThreshold` ([UInt64](/ja/reference/data-types/int-uint)) — 'Buffer' table 内の buffer を flush するための、時間に関するバックグラウンド専用の flush threshold に達した回数。これは expert 専用の metric です。これを読んでいて expert でない場合は、ここで読むのをやめてください。
* `ProfileEvent_StorageBufferPassedRowsFlushThreshold` ([UInt64](/ja/reference/data-types/int-uint)) — 'Buffer' table 内の buffer を flush するための、rows に関するバックグラウンド専用の flush threshold に達した回数。これは expert 専用の metric です。これを読んでいて expert でない場合は、ここで読むのをやめてください。
* `ProfileEvent_StorageBufferPassedBytesFlushThreshold` ([UInt64](/ja/reference/data-types/int-uint)) — 'Buffer' table 内の buffer を flush するための、bytes に関するバックグラウンド専用の flush threshold に達した回数。これは expert 専用の metric です。これを読んでいて expert でない場合は、ここで読むのをやめてください。
* `ProfileEvent_StorageBufferLayerLockReadersWaitMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 読み取り時に Buffer layer の待機に費やした時間。
* `ProfileEvent_StorageBufferLayerLockWritersWaitMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 書き込み先として利用可能な Buffer layer を待機した時間 (Buffer layers の調整に使用できます) 。
* `ProfileEvent_SystemLogErrorOnFlush` ([UInt64](/ja/reference/data-types/int-uint)) — いずれかのシステムログの対応するシステムテーブルへのフラッシュに失敗した回数。フラッシュは繰り返し試行されます。
* `ProfileEvent_DictCacheKeysRequested` ([UInt64](/ja/reference/data-types/int-uint)) — 'cache' 型の辞書について、データソースに要求されたキーの数。
* `ProfileEvent_DictCacheKeysRequestedMiss` ([UInt64](/ja/reference/data-types/int-uint)) — 'cache' 型の辞書について、データソースに要求されたものの、データソース内に見つからなかったキーの数。
* `ProfileEvent_DictCacheKeysRequestedFound` ([UInt64](/ja/reference/data-types/int-uint)) — 'cache' 型の辞書について、データソースに要求され、データソース内で見つかったキーの数。
* `ProfileEvent_DictCacheKeysExpired` ([UInt64](/ja/reference/data-types/int-uint)) — 'cache' 型の辞書でルックアップされ、cache 内には見つかったものの、古くなっていたキーの数。
* `ProfileEvent_DictCacheKeysNotFound` ([UInt64](/ja/reference/data-types/int-uint)) — 'cache' 型の辞書でルックアップされたものの、見つからなかったキーの数。
* `ProfileEvent_DictCacheKeysHit` ([UInt64](/ja/reference/data-types/int-uint)) — 'cache' 型の辞書でルックアップされ、cache 内で見つかったキーの数。
* `ProfileEvent_DictCacheRequestTimeNs` ([UInt64](/ja/reference/data-types/int-uint)) — 'cache' 型の辞書について、外部データソースへのクエリに費やされたナノ秒数。
* `ProfileEvent_DictCacheRequests` ([UInt64](/ja/reference/data-types/int-uint)) — 'cache' 型の辞書について、外部データソースに対する一括リクエストの回数。
* `ProfileEvent_DictCacheLockWriteNs` ([UInt64](/ja/reference/data-types/int-uint)) — 'cache' 型の辞書のデータ更新のために書き込みロックを待機したナノ秒数。
* `ProfileEvent_DictCacheLockReadNs` ([UInt64](/ja/reference/data-types/int-uint)) — 'cache' 型の辞書のデータをルックアップするために読み取りロックを待機したナノ秒数。
* `ProfileEvent_DistributedSyncInsertionTimeoutExceeded` ([UInt64](/ja/reference/data-types/int-uint)) — 分散テーブルへの同期挿入中 ('distributed\_foreground\_insert' = 1) に、分片の完了待機でタイムアウトが発生した回数。
* `ProfileEvent_DistributedAsyncInsertionFailures` ([UInt64](/ja/reference/data-types/int-uint)) — 分散テーブルへの非同期挿入 ('distributed\_foreground\_insert' = 0) の失敗回数。
* `ProfileEvent_DataAfterMergeDiffersFromReplica` ([UInt64](/ja/reference/data-types/int-uint)) — マージ後のデータが他のレプリカ上のデータとバイト単位で一致しなかった回数。これにはいくつかの理由が考えられます:
  1. サーバー更新後、より新しいバージョンの圧縮ライブラリを使用している。
  2. 別の圧縮方式を使用している。
  3. 非決定論的な圧縮アルゴリズムを使用している (可能性は極めて低い) 。
  4. コード内の論理エラーにより、マージアルゴリズムが非決定論的になっている。
  5. コードのバグにより、メモリ内のデータが破損している。
  6. ハードウェア障害により、メモリ内のデータが破損している。
  7. サーバー起動後にソースデータが手動で変更された。
  8. ZooKeeper に保存されているチェックサムが手動で変更された。
  9. 'enable\_mixed\_granularity\_parts' などのパーツフォーマット関連の設定が、レプリカごとに異なっている。
     サーバーはこの状況を正常に検出し、バイト単位で同一の結果を強制するため、レプリカからマージ済みパーツをダウンロードします。
* `ProfileEvent_DataAfterMutationDiffersFromReplica` ([UInt64](/ja/reference/data-types/int-uint)) — mutation 後のデータが他のレプリカ上のデータとバイト単位で一致しなかった回数。'DataAfterMergeDiffersFromReplica' で説明されている理由に加え、非決定論的な mutation が原因で発生することもあります。
* `ProfileEvent_PolygonsAddedToPool` ([UInt64](/ja/reference/data-types/int-uint)) — 'pointInPolygon' 関数用の cache (pool) にポリゴンが追加された回数。
* `ProfileEvent_PolygonsInPoolAllocatedBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 'pointInPolygon' 関数用の cache (pool) に追加されたポリゴンに割り当てられたバイト数。
* `ProfileEvent_NaiveBayesClassifierModelsLoaded` ([UInt64](/ja/reference/data-types/int-uint)) — 読み込まれた Naive Bayes Classifier モデルの数。
* `ProfileEvent_NaiveBayesClassifierModelsAllocatedBytes` ([UInt64](/ja/reference/data-types/int-uint)) — Naive Bayes Classifier モデルに割り当てられたバイト数。
* `ProfileEvent_USearchAddCount` ([UInt64](/ja/reference/data-types/int-uint)) — usearch 索引に追加されたベクトル数。
* `ProfileEvent_USearchAddVisitedMembers` ([UInt64](/ja/reference/data-types/int-uint)) — usearch 索引にベクトルを追加する際に訪問したノード数。
* `ProfileEvent_USearchAddComputedDistances` ([UInt64](/ja/reference/data-types/int-uint)) — usearch 索引にベクトルを追加する際に距離が計算された回数。
* `ProfileEvent_USearchSearchCount` ([UInt64](/ja/reference/data-types/int-uint)) — usearch 索引で実行された検索操作の回数。
* `ProfileEvent_USearchSearchVisitedMembers` ([UInt64](/ja/reference/data-types/int-uint)) — usearch 索引の検索時に訪問したノード数。
* `ProfileEvent_USearchSearchComputedDistances` ([UInt64](/ja/reference/data-types/int-uint)) — usearch 索引の検索時に距離が計算された回数。
* `ProfileEvent_RWLockAcquiredReadLocks` ([UInt64](/ja/reference/data-types/int-uint)) — 読み取りロックを取得した回数 (heavy RWLock 内) 。
* `ProfileEvent_RWLockAcquiredWriteLocks` ([UInt64](/ja/reference/data-types/int-uint)) — 書き込みロックを取得した回数 (heavy RWLock 内) 。
* `ProfileEvent_RWLockReadersWaitMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 読み取りロックの取得待機に費やした合計時間 (heavy RWLock 内) 。
* `ProfileEvent_RWLockWritersWaitMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 書き込みロックの取得待機に費やした合計時間 (heavy RWLock 内) 。
* `ProfileEvent_DNSError` ([UInt64](/ja/reference/data-types/int-uint)) — DNS 名前解決におけるエラーの総数
* `ProfileEvent_PartsLockHoldMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — MergeTree テーブルでデータパーツロックを保持していた合計時間
* `ProfileEvent_PartsLockWaitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — MergeTree テーブルでデータパーツロックの取得待機に費やした合計時間
* `ProfileEvent_PartsLocks` ([UInt64](/ja/reference/data-types/int-uint)) — MergeTree テーブルでデータパーツロックを取得した回数
* `ProfileEvent_SharedPartsLockHoldMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — MergeTree テーブルで共有データパーツロックを保持していた合計時間
* `ProfileEvent_SharedPartsLockWaitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — MergeTree テーブルで共有データパーツロックの取得待機に費やした合計時間
* `ProfileEvent_SharedPartsLocks` ([UInt64](/ja/reference/data-types/int-uint)) — MergeTree テーブルで共有データパーツロックを取得した回数
* `ProfileEvent_RealTimeMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 処理 (クエリやその他のタスク) スレッドで費やされた合計の実時間 (これは合計値であることに注意してください) 。
* `ProfileEvent_UserTimeMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 処理 (クエリやその他のタスク) スレッドがユーザーモードで CPU 命令を実行するのに費やした合計時間。これには、メインメモリへのアクセス、cache ミス、ブランチ予測ミス、ハイパースレッディングなどにより CPU パイプラインが停止していた時間も含まれます。
* `ProfileEvent_SystemTimeMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — OS kernel モードで CPU 命令を実行する処理スレッド (クエリやその他のタスク) で費やされた合計時間です。これはシステムコールに費やされた時間であり、ブロッキングシステムコール中の待機時間は含みません。
* `ProfileEvent_MemoryOvercommitWaitTimeMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — OvercommitTracker でメモリが解放されるのを待機していた合計時間です。
* `ProfileEvent_MemoryAllocatorPurge` ([UInt64](/ja/reference/data-types/int-uint)) — メモリアロケータの purge が要求された合計回数です
* `ProfileEvent_MemoryAllocatorPurgeTimeMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — メモリアロケータの purge に費やされた合計時間です
* `ProfileEvent_SoftPageFaults` ([UInt64](/ja/reference/data-types/int-uint)) — クエリ実行スレッドにおけるソフトページフォールトの回数です。ソフトページフォールトは通常、メモリアロケータのキャッシュミスを意味し、その場合は OS から新しいメモリマッピングを取得し、その後に物理メモリのページを割り当てる必要があります。
* `ProfileEvent_HardPageFaults` ([UInt64](/ja/reference/data-types/int-uint)) — クエリ実行スレッドにおけるハードページフォールトの回数です。値が高い場合は、server で swap を無効化し忘れているか、非常に高いメモリプレッシャーにより ClickHouse バイナリのメモリページでエビクションが発生しているか、または table データに対して 'mmap' 読み取り方式が正常に使用されていることを示します。
* `ProfileEvent_OSIOWaitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — OS の観点で見た、I/O 操作の結果待ちにスレッドが費やした合計時間です。これは page cache を含まない実際の I/O です。
* `ProfileEvent_OSCPUWaitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — OS の観点で見た、スレッドが実行可能な状態にありながら、OS によってスケジュールされるのを待っていた合計時間です。
* `ProfileEvent_OSCPUVirtualTimeMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — OS から見た CPU 使用時間です。仮想化による非自発的な待機は含みません。
* `ProfileEvent_OSReadBytes` ([UInt64](/ja/reference/data-types/int-uint)) — ディスクまたはブロックデバイスから読み取られたバイト数です。page cache から読み取られたバイト数は含みません。ブロックサイズ、先読みなどにより、余分なデータが含まれる場合があります。
* `ProfileEvent_OSWriteBytes` ([UInt64](/ja/reference/data-types/int-uint)) — ディスクまたはブロックデバイスに書き込まれたバイト数です。page cache の dirty pages にあるバイトは含みません。OS によって非同期に書き込まれたデータは含まれない場合があります。
* `ProfileEvent_OSReadChars` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルシステムから読み取られたバイト数です。page cache に加えて、ネットワークやその他のファイルも含まれます。
* `ProfileEvent_OSWriteChars` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルシステムに書き込まれたバイト数です。page cache に加えて、ネットワークやその他のファイルも含まれます。
* `ProfileEvent_ParallelReplicasHandleRequestMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — レプリカからのマーク要求の処理に費やされた時間です
* `ProfileEvent_ParallelReplicasHandleAnnouncementMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — レプリカからのアナウンスの処理に費やされた時間です
* `ProfileEvent_ParallelReplicasAnnouncementMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — アナウンスの送信に費やされた時間です
* `ProfileEvent_ParallelReplicasReadRequestMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 読み取りリクエストに費やされた時間です
* `ProfileEvent_ParallelReplicasReadAssignedMarks` ([UInt64](/ja/reference/data-types/int-uint)) — すべてのレプリカにわたり、スケジュール済みマークのうち一貫性ハッシュによって割り当てられた数の合計です
* `ProfileEvent_ParallelReplicasReadUnassignedMarks` ([UInt64](/ja/reference/data-types/int-uint)) — すべてのレプリカにわたり、未割り当てのマークとしてスケジュールされた数の合計です
* `ProfileEvent_ParallelReplicasReadAssignedForStealingMarks` ([UInt64](/ja/reference/data-types/int-uint)) — すべてのレプリカにわたり、スケジュール済みマークのうち一貫性ハッシュによって stealing 用に割り当てられた数の合計です
* `ProfileEvent_ParallelReplicasReadMarks` ([UInt64](/ja/reference/data-types/int-uint)) — 指定されたレプリカによって読み取られたマークの数です
* `ProfileEvent_ParallelReplicasStealingByHashMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — hash による stealing 対象のセグメント収集に費やされた時間です
* `ProfileEvent_ParallelReplicasProcessingPartsMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — データパーツの処理に費やされた時間です
* `ProfileEvent_ParallelReplicasStealingLeftoversMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 孤立したセグメントの収集に費やした時間
* `ProfileEvent_ParallelReplicasCollectingOwnedSegmentsMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — hash によって割り当てられたセグメントの収集に費やした時間
* `ProfileEvent_ParallelReplicasNumRequests` ([UInt64](/ja/reference/data-types/int-uint)) — イニシエーターへのリクエスト数
* `ProfileEvent_ParallelReplicasDeniedRequests` ([UInt64](/ja/reference/data-types/int-uint)) — イニシエーターへのリクエストが完全に拒否された回数
* `ProfileEvent_CacheWarmerBytesDownloaded` ([UInt64](/ja/reference/data-types/int-uint)) — 専用のバックグラウンドスレッドによってファイルシステムキャッシュに取り込まれたデータ量
* `ProfileEvent_CacheWarmerDataPartsDownloaded` ([UInt64](/ja/reference/data-types/int-uint)) — CacheWarmer によって完全に取得されたデータパーツ数
* `ProfileEvent_IgnoredColdParts` ([UInt64](/ja/reference/data-types/int-uint)) — 設定 `ignore_cold_parts_seconds` を参照してください。読み取りクエリが、まだ CacheWarmer によってキャッシュに取り込まれていない非常に新しいパーツを無視した回数
* `ProfileEvent_PreferredWarmedUnmergedParts` ([UInt64](/ja/reference/data-types/int-uint)) — 設定 `prefer_warmed_unmerged_parts_seconds` を参照してください。読み取りクエリが、まだ CacheWarmer によってキャッシュに取り込まれていないマージ済みパーツではなく、キャッシュ内にある古いマージ前パーツを使用した回数
* `ProfileEvent_PerfCPUCycles` ([UInt64](/ja/reference/data-types/int-uint)) — 総サイクル数。CPU 周波数のスケーリング時の挙動に注意してください。
* `ProfileEvent_PerfInstructions` ([UInt64](/ja/reference/data-types/int-uint)) — リタイアした命令数。さまざまな要因、特にハードウェア割り込み回数の影響を受ける可能性があるため注意してください。
* `ProfileEvent_PerfCacheReferences` ([UInt64](/ja/reference/data-types/int-uint)) — cache アクセス数。通常は Last Level Cache へのアクセスを示しますが、CPU によって異なる場合があります。これには prefetches やコヒーレンシメッセージが含まれることがあり、これも CPU の設計に依存します。
* `ProfileEvent_PerfCacheMisses` ([UInt64](/ja/reference/data-types/int-uint)) — cache ミス数。通常は Last Level Cache ミスを示します。これは cache ミス率を計算するために、PERFCOUNTHWCACHEREFERENCES イベントと組み合わせて使用することを想定しています。
* `ProfileEvent_PerfBranchInstructions` ([UInt64](/ja/reference/data-types/int-uint)) — リタイアした分岐命令数。Linux 2.6.35 より前では、AMD プロセッサで誤ったイベントが使用されていました。
* `ProfileEvent_PerfBranchMisses` ([UInt64](/ja/reference/data-types/int-uint)) — 分岐予測ミスとなった命令数
* `ProfileEvent_PerfBusCycles` ([UInt64](/ja/reference/data-types/int-uint)) — バスサイクル数。総サイクル数とは異なる場合があります。
* `ProfileEvent_PerfStalledCyclesFrontend` ([UInt64](/ja/reference/data-types/int-uint)) — issue 中に停滞したサイクル数
* `ProfileEvent_PerfStalledCyclesBackend` ([UInt64](/ja/reference/data-types/int-uint)) — リタイア中に停滞したサイクル数
* `ProfileEvent_PerfRefCPUCycles` ([UInt64](/ja/reference/data-types/int-uint)) — 総サイクル数。CPU 周波数のスケーリングの影響を受けません。
* `ProfileEvent_PerfCPUClock` ([UInt64](/ja/reference/data-types/int-uint)) — CPU クロック。CPU ごとの高分解能タイマー
* `ProfileEvent_PerfTaskClock` ([UInt64](/ja/reference/data-types/int-uint)) — 実行中の task に固有のクロックカウント
* `ProfileEvent_PerfContextSwitches` ([UInt64](/ja/reference/data-types/int-uint)) — コンテキストスイッチ数
* `ProfileEvent_PerfCPUMigrations` ([UInt64](/ja/reference/data-types/int-uint)) — プロセスが新しい CPU に移行した回数
* `ProfileEvent_PerfAlignmentFaults` ([UInt64](/ja/reference/data-types/int-uint)) — アラインメントフォルト数。これは、整列されていないメモリアクセスが発生したときに起こります。カーネルはこれを処理できますが、性能は低下します。これは一部のアーキテクチャでのみ発生します (x86 では発生しません) 。
* `ProfileEvent_PerfEmulationFaults` ([UInt64](/ja/reference/data-types/int-uint)) — エミュレーションフォルト数。カーネルは未実装の命令でトラップし、ユーザー空間向けにそれをエミュレートすることがあります。これは性能に悪影響を及ぼす可能性があります。
* `ProfileEvent_PerfMinEnabledTime` ([UInt64](/ja/reference/data-types/int-uint)) — すべてのイベントにおいて、そのイベントが有効化されていた最小時間。イベント多重化の影響を追跡するために使用されます
* `ProfileEvent_PerfMinEnabledRunningTime` ([UInt64](/ja/reference/data-types/int-uint)) — 有効化時間が最小のイベントの実行時間。イベント多重化の量を追跡するために使用されます
* `ProfileEvent_PerfDataTLBReferences` ([UInt64](/ja/reference/data-types/int-uint)) — データ TLB の参照回数
* `ProfileEvent_PerfDataTLBMisses` ([UInt64](/ja/reference/data-types/int-uint)) — データ TLB ミス回数
* `ProfileEvent_PerfInstructionTLBReferences` ([UInt64](/ja/reference/data-types/int-uint)) — 命令 TLB の参照回数
* `ProfileEvent_PerfInstructionTLBMisses` ([UInt64](/ja/reference/data-types/int-uint)) — 命令 TLB ミス回数
* `ProfileEvent_PerfLocalMemoryReferences` ([UInt64](/ja/reference/data-types/int-uint)) — ローカル NUMA ノードのメモリ読み取り回数
* `ProfileEvent_PerfLocalMemoryMisses` ([UInt64](/ja/reference/data-types/int-uint)) — ローカル NUMA ノードのメモリ読み取りミス回数
* `ProfileEvent_CannotWriteToWriteBufferDiscard` ([UInt64](/ja/reference/data-types/int-uint)) — パイプがいっぱいであるか、パイプに書き込めないために、クエリプロファイラまたはシグナルハンドラーによって破棄されたスタックトレース数。
* `ProfileEvent_QueryProfilerSignalOverruns` ([UInt64](/ja/reference/data-types/int-uint)) — オーバーランによりクエリプロファイラのシグナル処理を破棄した回数と、同じくオーバーランにより OS が配信しなかったシグナル数の合計。
* `ProfileEvent_QueryProfilerConcurrencyOverruns` ([UInt64](/ja/reference/data-types/int-uint)) — 他のスレッドで同時実行中のクエリプロファイラが多すぎるために、クエリプロファイラのシグナル処理を破棄した回数。過負荷の可能性があります。
* `ProfileEvent_QueryProfilerRuns` ([UInt64](/ja/reference/data-types/int-uint)) — クエリプロファイラが実行された回数。
* `ProfileEvent_QueryProfilerErrors` ([UInt64](/ja/reference/data-types/int-uint)) — 非同期スタックアンワインド中に発生した無効なメモリアクセス。
* `ProfileEvent_CreatedLogEntryForMerge` ([UInt64](/ja/reference/data-types/int-uint)) — ReplicatedMergeTree でパーツをマージするためのログエントリの作成に成功した回数。
* `ProfileEvent_NotCreatedLogEntryForMerge` ([UInt64](/ja/reference/data-types/int-uint)) — 別のレプリカによる同時ログ更新のため、ReplicatedMergeTree でパーツをマージするためのログエントリが作成されなかった回数。
* `ProfileEvent_CreatedLogEntryForMutation` ([UInt64](/ja/reference/data-types/int-uint)) — ReplicatedMergeTree でパーツをミューテーションするためのログエントリの作成に成功した回数。
* `ProfileEvent_NotCreatedLogEntryForMutation` ([UInt64](/ja/reference/data-types/int-uint)) — 別のレプリカによる同時ログ更新のため、ReplicatedMergeTree でパーツをミューテーションするためのログエントリが作成されなかった回数。
* `ProfileEvent_S3ReadMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — S3 ストレージに対する GET および HEAD リクエストの所要時間。
* `ProfileEvent_S3ReadRequestsCount` ([UInt64](/ja/reference/data-types/int-uint)) — S3 ストレージに対する GET および HEAD リクエスト数。
* `ProfileEvent_S3ReadRequestsErrors` ([UInt64](/ja/reference/data-types/int-uint)) — S3 ストレージに対する GET および HEAD リクエストで発生した、スロットリング以外のエラー数。
* `ProfileEvent_S3ReadRequestsThrottling` ([UInt64](/ja/reference/data-types/int-uint)) — S3 ストレージに対する GET および HEAD リクエストで発生した 429 および 503 エラー数。
* `ProfileEvent_S3ReadRequestsRedirects` ([UInt64](/ja/reference/data-types/int-uint)) — S3 ストレージに対する GET および HEAD リクエストで発生したリダイレクト数。
* `ProfileEvent_S3ReadRequestAttempts` ([UInt64](/ja/reference/data-types/int-uint)) — 初回の試行およびすべての再試行を含み、S3 の再試行戦略によって内部的に実行される再試行は除いた、GET および HEAD リクエストの試行回数
* `ProfileEvent_S3ReadRequestRetryableErrors` ([UInt64](/ja/reference/data-types/int-uint)) — S3 の再試行戦略によって内部的に実行される再試行を除いた、GET および HEAD リクエストの再試行可能なエラー数
* `ProfileEvent_S3WriteMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — S3 ストレージに対する POST、DELETE、PUT、および PATCH リクエストの所要時間。
* `ProfileEvent_S3WriteRequestsCount` ([UInt64](/ja/reference/data-types/int-uint)) — S3 ストレージへの POST、DELETE、PUT、PATCH リクエストの件数。
* `ProfileEvent_S3WriteRequestsErrors` ([UInt64](/ja/reference/data-types/int-uint)) — S3 ストレージへの POST、DELETE、PUT、PATCH リクエストにおける、スロットリング以外のエラー件数。
* `ProfileEvent_S3WriteRequestsThrottling` ([UInt64](/ja/reference/data-types/int-uint)) — S3 ストレージへの POST、DELETE、PUT、PATCH リクエストにおける、429 および 503 エラーの件数。
* `ProfileEvent_S3WriteRequestsRedirects` ([UInt64](/ja/reference/data-types/int-uint)) — S3 ストレージへの POST、DELETE、PUT、PATCH リクエストにおける、リダイレクトの件数。
* `ProfileEvent_S3WriteRequestAttempts` ([UInt64](/ja/reference/data-types/int-uint)) — POST、DELETE、PUT、PATCH リクエストの試行回数。初回の試行とすべての再試行を含みますが、再試行戦略によって内部的に実行される再試行は含みません
* `ProfileEvent_S3WriteRequestRetryableErrors` ([UInt64](/ja/reference/data-types/int-uint)) — POST、DELETE、PUT、PATCH リクエストにおける再試行可能なエラーの件数。再試行戦略によって内部的に実行される再試行は含みません
* `ProfileEvent_DiskS3ReadMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — DiskS3 ストレージへの GET および HEAD リクエストにかかった時間。
* `ProfileEvent_DiskS3ReadRequestsCount` ([UInt64](/ja/reference/data-types/int-uint)) — DiskS3 ストレージへの GET および HEAD リクエストの件数。
* `ProfileEvent_DiskS3ReadRequestsErrors` ([UInt64](/ja/reference/data-types/int-uint)) — DiskS3 ストレージへの GET および HEAD リクエストにおける、スロットリング以外のエラー件数。
* `ProfileEvent_DiskS3ReadRequestsThrottling` ([UInt64](/ja/reference/data-types/int-uint)) — DiskS3 ストレージへの GET および HEAD リクエストにおける、429 および 503 エラーの件数。
* `ProfileEvent_DiskS3ReadRequestsRedirects` ([UInt64](/ja/reference/data-types/int-uint)) — DiskS3 ストレージへの GET および HEAD リクエストにおける、リダイレクトの件数。
* `ProfileEvent_DiskS3ReadRequestAttempts` ([UInt64](/ja/reference/data-types/int-uint)) — DiskS3 ストレージへの GET および HEAD リクエストの試行回数。初回の試行とすべての再試行を含みますが、S3 再試行戦略によって内部的に実行される再試行は含みません
* `ProfileEvent_DiskS3ReadRequestRetryableErrors` ([UInt64](/ja/reference/data-types/int-uint)) — DiskS3 ストレージへの GET および HEAD リクエストにおける再試行可能なエラーの件数。S3 再試行戦略によって内部的に実行される再試行は含みません
* `ProfileEvent_DiskS3WriteMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — DiskS3 ストレージへの POST、DELETE、PUT、PATCH リクエストにかかった時間。
* `ProfileEvent_DiskS3WriteRequestsCount` ([UInt64](/ja/reference/data-types/int-uint)) — DiskS3 ストレージへの POST、DELETE、PUT、PATCH リクエストの件数。
* `ProfileEvent_DiskS3WriteRequestsErrors` ([UInt64](/ja/reference/data-types/int-uint)) — DiskS3 ストレージへの POST、DELETE、PUT、PATCH リクエストにおける、スロットリング以外のエラー件数。
* `ProfileEvent_DiskS3WriteRequestsThrottling` ([UInt64](/ja/reference/data-types/int-uint)) — DiskS3 ストレージへの POST、DELETE、PUT、PATCH リクエストにおける、429 および 503 エラーの件数。
* `ProfileEvent_DiskS3WriteRequestsRedirects` ([UInt64](/ja/reference/data-types/int-uint)) — DiskS3 ストレージへの POST、DELETE、PUT、PATCH リクエストにおける、リダイレクトの件数。
* `ProfileEvent_DiskS3WriteRequestAttempts` ([UInt64](/ja/reference/data-types/int-uint)) — DiskS3 ストレージへの POST、DELETE、PUT、PATCH リクエストの試行回数。初回の試行とすべての再試行を含みますが、再試行戦略によって内部的に実行される再試行は含みません
* `ProfileEvent_DiskS3WriteRequestRetryableErrors` ([UInt64](/ja/reference/data-types/int-uint)) — DiskS3 ストレージへの POST、DELETE、PUT、PATCH リクエストにおける再試行可能なエラーの件数。再試行戦略によって内部的に実行される再試行は含みません
* `ProfileEvent_S3DeleteObjects` ([UInt64](/ja/reference/data-types/int-uint)) — S3 API DeleteObject(s) の呼び出し件数。
* `ProfileEvent_S3CopyObject` ([UInt64](/ja/reference/data-types/int-uint)) — S3 API CopyObject の呼び出し件数。
* `ProfileEvent_S3ListObjects` ([UInt64](/ja/reference/data-types/int-uint)) — S3 API ListObjects の呼び出し件数。
* `ProfileEvent_S3HeadObject` ([UInt64](/ja/reference/data-types/int-uint)) — S3 API HeadObject の呼び出し回数。
* `ProfileEvent_S3GetObjectTagging` ([UInt64](/ja/reference/data-types/int-uint)) — S3 API GetObjectTagging の呼び出し回数。
* `ProfileEvent_S3CreateMultipartUpload` ([UInt64](/ja/reference/data-types/int-uint)) — S3 API CreateMultipartUpload の呼び出し回数。
* `ProfileEvent_S3UploadPartCopy` ([UInt64](/ja/reference/data-types/int-uint)) — S3 API UploadPartCopy の呼び出し回数。
* `ProfileEvent_S3UploadPart` ([UInt64](/ja/reference/data-types/int-uint)) — S3 API UploadPart の呼び出し回数。
* `ProfileEvent_S3AbortMultipartUpload` ([UInt64](/ja/reference/data-types/int-uint)) — S3 API AbortMultipartUpload の呼び出し回数。
* `ProfileEvent_S3CompleteMultipartUpload` ([UInt64](/ja/reference/data-types/int-uint)) — S3 API CompleteMultipartUpload の呼び出し回数。
* `ProfileEvent_S3PutObject` ([UInt64](/ja/reference/data-types/int-uint)) — S3 API PutObject の呼び出し回数。
* `ProfileEvent_S3GetObject` ([UInt64](/ja/reference/data-types/int-uint)) — S3 API GetObject の呼び出し回数。
* `ProfileEvent_DiskS3DeleteObjects` ([UInt64](/ja/reference/data-types/int-uint)) — DiskS3 API DeleteObject(s) の呼び出し回数。
* `ProfileEvent_DiskS3CopyObject` ([UInt64](/ja/reference/data-types/int-uint)) — DiskS3 API CopyObject の呼び出し回数。
* `ProfileEvent_DiskS3ListObjects` ([UInt64](/ja/reference/data-types/int-uint)) — DiskS3 API ListObjects の呼び出し回数。
* `ProfileEvent_DiskS3HeadObject` ([UInt64](/ja/reference/data-types/int-uint)) — DiskS3 API HeadObject の呼び出し回数。
* `ProfileEvent_DiskS3GetObjectTagging` ([UInt64](/ja/reference/data-types/int-uint)) — DiskS3 API GetObjectTagging の呼び出し回数。
* `ProfileEvent_DiskS3CreateMultipartUpload` ([UInt64](/ja/reference/data-types/int-uint)) — DiskS3 API CreateMultipartUpload の呼び出し回数。
* `ProfileEvent_DiskS3UploadPartCopy` ([UInt64](/ja/reference/data-types/int-uint)) — DiskS3 API UploadPartCopy の呼び出し回数。
* `ProfileEvent_DiskS3UploadPart` ([UInt64](/ja/reference/data-types/int-uint)) — DiskS3 API UploadPart の呼び出し回数。
* `ProfileEvent_DiskS3AbortMultipartUpload` ([UInt64](/ja/reference/data-types/int-uint)) — DiskS3 API AbortMultipartUpload の呼び出し回数。
* `ProfileEvent_DiskS3CompleteMultipartUpload` ([UInt64](/ja/reference/data-types/int-uint)) — DiskS3 API CompleteMultipartUpload の呼び出し回数。
* `ProfileEvent_DiskS3PutObject` ([UInt64](/ja/reference/data-types/int-uint)) — DiskS3 API PutObject の呼び出し回数。
* `ProfileEvent_DiskS3GetObject` ([UInt64](/ja/reference/data-types/int-uint)) — DiskS3 API GetObject の呼び出し回数。
* `ProfileEvent_DiskPlainRewritableAzureDirectoryCreated` ([UInt64](/ja/reference/data-types/int-uint)) — AzureObjectStorage 用の 'plain\_rewritable' メタデータストレージで作成されたディレクトリ数。
* `ProfileEvent_DiskPlainRewritableAzureDirectoryRemoved` ([UInt64](/ja/reference/data-types/int-uint)) — AzureObjectStorage 用の 'plain\_rewritable' メタデータストレージで削除されたディレクトリ数。
* `ProfileEvent_DiskPlainRewritableLocalDirectoryCreated` ([UInt64](/ja/reference/data-types/int-uint)) — LocalObjectStorage 用の 'plain\_rewritable' メタデータストレージで作成されたディレクトリ数。
* `ProfileEvent_DiskPlainRewritableLocalDirectoryRemoved` ([UInt64](/ja/reference/data-types/int-uint)) — LocalObjectStorage 用の 'plain\_rewritable' メタデータストレージで削除されたディレクトリ数。
* `ProfileEvent_DiskPlainRewritableS3DirectoryCreated` ([UInt64](/ja/reference/data-types/int-uint)) — S3ObjectStorage の `plain_rewritable` メタデータストレージによって作成されたディレクトリ数。
* `ProfileEvent_DiskPlainRewritableS3DirectoryRemoved` ([UInt64](/ja/reference/data-types/int-uint)) — S3ObjectStorage の `plain_rewritable` メタデータストレージによって削除されたディレクトリ数。
* `ProfileEvent_DiskPlainRewritableLegacyLayoutDiskCount` ([UInt64](/ja/reference/data-types/int-uint)) — レガシーレイアウトの `plain_rewritable` ディスク数。
* `ProfileEvent_S3Clients` ([UInt64](/ja/reference/data-types/int-uint)) — 作成された S3 クライアント数。
* `ProfileEvent_TinyS3Clients` ([UInt64](/ja/reference/data-types/int-uint)) — 別のクライアントの既存の認証プロバイダーを再利用する S3 クライアントのコピー数。
* `ProfileEvent_EngineFileLikeReadFiles` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルを扱うテーブルエンジン (File/S3/URL/HDFS など) で読み取られたファイル数。
* `ProfileEvent_ReadBufferFromS3Microseconds` ([UInt64](/ja/reference/data-types/int-uint)) — S3 からの読み取りにかかった時間。
* `ProfileEvent_ReadBufferFromS3InitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — S3 への接続の初期化にかかった時間。
* `ProfileEvent_ReadBufferFromS3Bytes` ([UInt64](/ja/reference/data-types/int-uint)) — S3 から読み取ったバイト数。
* `ProfileEvent_ReadBufferFromS3RequestsErrors` ([UInt64](/ja/reference/data-types/int-uint)) — S3 からの読み取り中に発生した例外の数。
* `ProfileEvent_WriteBufferFromS3Microseconds` ([UInt64](/ja/reference/data-types/int-uint)) — S3 への書き込みにかかった時間。
* `ProfileEvent_WriteBufferFromS3Bytes` ([UInt64](/ja/reference/data-types/int-uint)) — S3 に書き込まれたバイト数。
* `ProfileEvent_WriteBufferFromS3RequestsErrors` ([UInt64](/ja/reference/data-types/int-uint)) — S3 への書き込み中に発生した例外の数。
* `ProfileEvent_WriteBufferFromS3WaitInflightLimitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 現在のリクエスト数が s3\_max\_inflight\_parts\_for\_one\_file で定義された上限に達した際に、一部のリクエストの完了待機にかかった時間。
* `ProfileEvent_QueryMemoryLimitExceeded` ([UInt64](/ja/reference/data-types/int-uint)) — クエリがメモリ制限を超えた回数。
* `ProfileEvent_MemoryAllocatedWithoutCheck` ([UInt64](/ja/reference/data-types/int-uint)) — メモリ制約を確認せずにメモリが割り当てられた回数。
* `ProfileEvent_MemoryAllocatedWithoutCheckBytes` ([UInt64](/ja/reference/data-types/int-uint)) — メモリ制約を確認せずに割り当てられたバイト数。
* `ProfileEvent_AzureGetObject` ([UInt64](/ja/reference/data-types/int-uint)) — Azure API の GetObject 呼び出し回数。
* `ProfileEvent_AzureUpload` ([UInt64](/ja/reference/data-types/int-uint)) — Azure blob storage API の Upload 呼び出し回数。
* `ProfileEvent_AzureStageBlock` ([UInt64](/ja/reference/data-types/int-uint)) — Azure blob storage API の StageBlock 呼び出し回数。
* `ProfileEvent_AzureCommitBlockList` ([UInt64](/ja/reference/data-types/int-uint)) — Azure blob storage API の CommitBlockList 呼び出し回数。
* `ProfileEvent_AzureCopyObject` ([UInt64](/ja/reference/data-types/int-uint)) — Azure blob storage API の CopyObject 呼び出し回数。
* `ProfileEvent_AzureDeleteObjects` ([UInt64](/ja/reference/data-types/int-uint)) — Azure blob storage API の DeleteObject(s) 呼び出し回数。
* `ProfileEvent_AzureListObjects` ([UInt64](/ja/reference/data-types/int-uint)) — Azure blob storage API の ListObjects 呼び出し回数。
* `ProfileEvent_AzureGetProperties` ([UInt64](/ja/reference/data-types/int-uint)) — Azure blob storage API の GetProperties 呼び出し回数。
* `ProfileEvent_AzureCreateContainer` ([UInt64](/ja/reference/data-types/int-uint)) — Azure blob storage API の CreateContainer 呼び出し回数。
* `ProfileEvent_DiskAzureGetObject` ([UInt64](/ja/reference/data-types/int-uint)) — Disk Azure API の GetObject 呼び出し回数。
* `ProfileEvent_DiskAzureUpload` ([UInt64](/ja/reference/data-types/int-uint)) — Disk Azure blob storage API の Upload 呼び出し回数
* `ProfileEvent_DiskAzureStageBlock` ([UInt64](/ja/reference/data-types/int-uint)) — Disk Azure blob storage API の StageBlock 呼び出し回数
* `ProfileEvent_DiskAzureCommitBlockList` ([UInt64](/ja/reference/data-types/int-uint)) — Disk Azure blob storage API の CommitBlockList 呼び出し回数
* `ProfileEvent_DiskAzureCopyObject` ([UInt64](/ja/reference/data-types/int-uint)) — Disk Azure blob storage API の CopyObject 呼び出し回数
* `ProfileEvent_DiskAzureListObjects` ([UInt64](/ja/reference/data-types/int-uint)) — Disk Azure blob storage API の ListObjects 呼び出し回数。
* `ProfileEvent_DiskAzureDeleteObjects` ([UInt64](/ja/reference/data-types/int-uint)) — Azure blob storage API の DeleteObject(s) 呼び出し回数。
* `ProfileEvent_DiskAzureGetProperties` ([UInt64](/ja/reference/data-types/int-uint)) — Disk Azure blob storage API の GetProperties 呼び出し回数。
* `ProfileEvent_DiskAzureCreateContainer` ([UInt64](/ja/reference/data-types/int-uint)) — Disk Azure blob storage API の CreateContainer 呼び出し回数。
* `ProfileEvent_ReadBufferFromAzureMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Azure からの読み取りに費やした時間。
* `ProfileEvent_ReadBufferFromAzureInitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Azure への接続の初期化に費やした時間。
* `ProfileEvent_ReadBufferFromAzureBytes` ([UInt64](/ja/reference/data-types/int-uint)) — Azure から読み取ったバイト数。
* `ProfileEvent_ReadBufferFromAzureRequestsErrors` ([UInt64](/ja/reference/data-types/int-uint)) — Azure からの読み取り中に発生した例外の回数
* `ProfileEvent_CachedReadBufferReadFromCacheHits` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルシステムキャッシュからの読み取りで cache ヒットした回数。
* `ProfileEvent_CachedReadBufferReadFromCacheMisses` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルシステムキャッシュからの読み取りで cache ミスした回数。
* `ProfileEvent_CachedReadBufferReadFromSourceMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — filesystem cache source (リモートファイルシステム など) からの読み取りにかかった時間
* `ProfileEvent_CachedReadBufferWaitReadBufferMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 内部の読み取りバッファの待機に費やした時間 (cache の待機を含む)
* `ProfileEvent_CachedReadBufferPredownloadedFromSourceMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 事前ダウンロードのために filesystem cache source (リモートファイルシステム など) から読み取った時間
* `ProfileEvent_CachedReadBufferReadFromCacheMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルシステムキャッシュからの読み取りにかかった時間
* `ProfileEvent_CachedReadBufferReadFromSourceBytes` ([UInt64](/ja/reference/data-types/int-uint)) — filesystem cache source (remote fs など) から読み取ったバイト数
* `ProfileEvent_CachedReadBufferPredownloadedFromSourceBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 事前ダウンロードのために filesystem cache source (remote fs など) から読み取ったバイト数
* `ProfileEvent_CachedReadBufferReadFromCacheBytes` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルシステムキャッシュから読み取ったバイト数
* `ProfileEvent_CachedReadBufferPredownloadedBytes` ([UInt64](/ja/reference/data-types/int-uint)) — filesystem cache source から読み取ったバイト数。cache segments は全体として左から右へ読み取られるため、必要なデータに到達するだけでも、現在の task には関係のない segment の一部を事前ダウンロードする必要が生じる場合があります
* `ProfileEvent_CachedReadBufferCacheWriteBytes` ([UInt64](/ja/reference/data-types/int-uint)) — ソース (remote fs など) からファイルシステムキャッシュに書き込まれたバイト数
* `ProfileEvent_CachedReadBufferCacheWriteMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルシステムキャッシュへのデータ書き込みに費やした時間
* `ProfileEvent_CachedReadBufferCreateBufferMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — バッファの準備にかかった時間
* `ProfileEvent_CachedWriteBufferCacheWriteBytes` ([UInt64](/ja/reference/data-types/int-uint)) — ソース (remote fs など) からファイルシステムキャッシュに書き込まれたバイト数
* `ProfileEvent_CachedWriteBufferCacheWriteMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルシステムキャッシュへのデータ書き込みに費やした時間
* `ProfileEvent_FilesystemCacheLoadMetadataMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルシステムキャッシュのメタデータの読み込みに費やした時間
* `ProfileEvent_FilesystemCacheEvictedBytes` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルシステムキャッシュから追い出されたバイト数
* `ProfileEvent_FilesystemCacheCreatedKeyDirectories` ([UInt64](/ja/reference/data-types/int-uint)) — 作成されたキーディレクトリ数
* `ProfileEvent_FilesystemCacheEvictedFileSegments` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルシステムキャッシュから追い出されたファイルセグメント数
* `ProfileEvent_FilesystemCacheEvictedFileSegmentsDuringPriorityIncrease` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルセグメントの優先度を上げる際にファイルシステムキャッシュから追い出されたファイルセグメント数 (SLRU cache policy に適用)
* `ProfileEvent_FilesystemCacheBackgroundDownloadQueuePush` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルシステムキャッシュでバックグラウンドダウンロード対象として送られたファイルセグメント数
* `ProfileEvent_FilesystemCacheEvictionSkippedFileSegments` ([UInt64](/ja/reference/data-types/int-uint)) — 解放不能状態のためエビクションをスキップされたファイルセグメント数
* `ProfileEvent_FilesystemCacheEvictionSkippedEvictingFileSegments` ([UInt64](/ja/reference/data-types/int-uint)) — エビクション中の状態のためエビクションをスキップされたファイルセグメント数
* `ProfileEvent_FilesystemCacheEvictionSkippedMovingFileSegments` ([UInt64](/ja/reference/data-types/int-uint)) — moving 状態のためエビクションをスキップされたファイルセグメント数
* `ProfileEvent_FilesystemCacheEvictionTries` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルシステムキャッシュのエビクション試行回数
* `ProfileEvent_FilesystemCacheEvictionReusedIterator` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルシステムキャッシュでイテレータが再利用された回数
* `ProfileEvent_FilesystemCacheLockKeyMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — キャッシュキーのロックにかかった時間
* `ProfileEvent_FilesystemCacheLockMetadataMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルシステムキャッシュのメタデータのロックにかかった時間
* `ProfileEvent_FilesystemCachePriorityWriteLockMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 優先度キューへの書き込み時におけるファイルシステムキャッシュのロック時間
* `ProfileEvent_FilesystemCachePriorityReadLockMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 優先度キューでの読み取り時におけるファイルシステムキャッシュのロック時間
* `ProfileEvent_FilesystemCacheStateLockMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 状態ロック時におけるファイルシステムキャッシュのロック時間
* `ProfileEvent_FilesystemCacheReserveMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルシステムキャッシュの領域予約にかかった時間
* `ProfileEvent_FilesystemCacheReserveAttempts` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルシステムキャッシュの領域予約の試行回数
* `ProfileEvent_FilesystemCacheEvictMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルシステムキャッシュのエビクションにかかった時間
* `ProfileEvent_FilesystemCacheGetOrSetMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルシステムキャッシュの getOrSet() にかかった時間
* `ProfileEvent_FilesystemCacheGetMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルシステムキャッシュの get() にかかった時間
* `ProfileEvent_FilesystemCacheBackgroundEvictedFileSegments` ([UInt64](/ja/reference/data-types/int-uint)) — バックグラウンドスレッドによって追い出されたファイルセグメント数
* `ProfileEvent_FilesystemCacheBackgroundEvictedBytes` ([UInt64](/ja/reference/data-types/int-uint)) — バックグラウンドスレッドによって追い出されたバイト数
* `ProfileEvent_FilesystemCacheCheckCorrectness` ([UInt64](/ja/reference/data-types/int-uint)) — FileCache::assertCacheCorrectness が呼び出された回数
* `ProfileEvent_FilesystemCacheCheckCorrectnessMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — FileCache::assertCacheCorrectness にかかった時間
* `ProfileEvent_FileSegmentWaitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — DOWNLOADING 状態での待機時間
* `ProfileEvent_FileSegmentCompleteMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルシステムキャッシュ内での FileSegment::complete() の実行時間
* `ProfileEvent_FileSegmentLockMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルセグメントのロックにかかった時間
* `ProfileEvent_FileSegmentWriteMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルセグメントの write() にかかった時間
* `ProfileEvent_FileSegmentIncreasePriorityMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルセグメントの優先度引き上げにかかった時間
* `ProfileEvent_FileSegmentRemoveMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルセグメントの remove() にかかった時間
* `ProfileEvent_FileSegmentHolderCompleteMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルセグメントホルダーの complete() にかかった時間
* `ProfileEvent_FileSegmentFailToIncreasePriority` ([UInt64](/ja/reference/data-types/int-uint)) — cache ロックの競合が激しく、優先度を上げられなかった回数
* `ProfileEvent_FilesystemCacheFailToReserveSpaceBecauseOfLockContention` ([UInt64](/ja/reference/data-types/int-uint)) — cache ロックの競合が激しく、領域予約がスキップされた回数
* `ProfileEvent_FilesystemCacheFailToReserveSpaceBecauseOfCacheResize` ([UInt64](/ja/reference/data-types/int-uint)) — cache のサイズ変更中だったため、領域予約がスキップされた回数
* `ProfileEvent_FilesystemCacheHoldFileSegments` ([UInt64](/ja/reference/data-types/int-uint)) — 保持されているファイルシステムキャッシュ内のファイルセグメント数
* `ProfileEvent_FilesystemCacheUnusedHoldFileSegments` ([UInt64](/ja/reference/data-types/int-uint)) — 保持されていたものの使用されなかったファイルシステムキャッシュ内のファイルセグメント数 (seek や LIMIT n などが原因)
* `ProfileEvent_FilesystemCacheFreeSpaceKeepingThreadRun` ([UInt64](/ja/reference/data-types/int-uint)) — バックグラウンドスレッドが空き領域維持ジョブを実行した回数
* `ProfileEvent_FilesystemCacheFreeSpaceKeepingThreadWorkMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — バックグラウンドスレッドが空き領域維持ジョブを実行していた時間
* `ProfileEvent_FilesystemCacheFailedEvictionCandidates` ([UInt64](/ja/reference/data-types/int-uint)) — 動的ファイルシステムキャッシュのエビクション中に、予期せず追い出せなかったファイルセグメント数
* `ProfileEvent_RemoteFSSeeks` ([UInt64](/ja/reference/data-types/int-uint)) — 非同期バッファでの seek の総回数
* `ProfileEvent_RemoteFSPrefetches` ([UInt64](/ja/reference/data-types/int-uint)) — リモートファイルシステムからの非同期読み取りで実行されたプリフェッチ回数
* `ProfileEvent_RemoteFSCancelledPrefetches` ([UInt64](/ja/reference/data-types/int-uint)) — キャンセルされたプリフェッチ回数 (seek が原因)
* `ProfileEvent_RemoteFSUnusedPrefetches` ([UInt64](/ja/reference/data-types/int-uint)) — バッファ破棄時点で保留されていたプリフェッチ回数
* `ProfileEvent_RemoteFSPrefetchedReads` ([UInt64](/ja/reference/data-types/int-uint)) — プリフェッチ済みバッファからの読み取り回数
* `ProfileEvent_RemoteFSPrefetchedBytes` ([UInt64](/ja/reference/data-types/int-uint)) — プリフェッチ済みバッファから読み取られたバイト数
* `ProfileEvent_RemoteFSUnprefetchedReads` ([UInt64](/ja/reference/data-types/int-uint)) — プリフェッチされていないバッファからの読み取り回数
* `ProfileEvent_RemoteFSUnprefetchedBytes` ([UInt64](/ja/reference/data-types/int-uint)) — プリフェッチされていないバッファからのバイト数
* `ProfileEvent_RemoteFSLazySeeks` ([UInt64](/ja/reference/data-types/int-uint)) — 遅延シークの回数
* `ProfileEvent_RemoteFSSeeksWithReset` ([UInt64](/ja/reference/data-types/int-uint)) — 新しい接続につながるシークの回数
* `ProfileEvent_RemoteFSBuffers` ([UInt64](/ja/reference/data-types/int-uint)) — リモートファイルシステムからの非同期読み取り用に作成されたバッファ数
* `ProfileEvent_MergeTreePrefetchedReadPoolInit` ([UInt64](/ja/reference/data-types/int-uint)) — MergeTreePrefetchedReadPool でタスクを準備するのに費やした時間
* `ProfileEvent_WaitPrefetchTaskMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — プリフェッチされたリーダーの待機に費やした時間
* `ProfileEvent_ThreadpoolReaderTaskMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 非同期読み取りでデータを取得するのに費やした時間
* `ProfileEvent_ThreadpoolReaderPrepareMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 準備に費やした時間 (例: reader の `seek()` メソッドの呼び出し)
* `ProfileEvent_ThreadpoolReaderReadBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 非同期読み取りで threadpool タスクから読み取られたバイト数
* `ProfileEvent_ThreadpoolReaderSubmit` ([UInt64](/ja/reference/data-types/int-uint)) — 非同期読み取りで threadpool タスクから読み取られたバイト数
* `ProfileEvent_ThreadpoolReaderSubmitReadSynchronously` ([UInt64](/ja/reference/data-types/int-uint)) — thread pool にタスクをスケジュールせず、代わりに同期的に読み取った回数
* `ProfileEvent_ThreadpoolReaderSubmitReadSynchronouslyBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 同期的に読み取られたバイト数
* `ProfileEvent_ThreadpoolReaderSubmitReadSynchronouslyMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 同期読み取りに費やした時間
* `ProfileEvent_ThreadpoolReaderSubmitLookupInCacheMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 内容が cache されているかどうかの確認に費やした時間
* `ProfileEvent_AsynchronousReaderIgnoredBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 非同期読み取り中に無視されたバイト数
* `ProfileEvent_ReadBufferSeekCancelConnection` ([UInt64](/ja/reference/data-types/int-uint)) — 新しい接続につながるシークの回数 (S3、HTTP)
* `ProfileEvent_SleepFunctionCalls` ([UInt64](/ja/reference/data-types/int-uint)) — sleep 関数 (`sleep`、`sleepEachRow`) が呼び出された回数。
* `ProfileEvent_SleepFunctionMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — sleep 関数 (`sleep`、`sleepEachRow`) で設定された sleep 時間。
* `ProfileEvent_SleepFunctionElapsedMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — sleep 関数 (`sleep`、`sleepEachRow`) で実際に sleep していた時間。
* `ProfileEvent_ThreadPoolReaderPageCacheHit` ([UInt64](/ja/reference/data-types/int-uint)) — ThreadPoolReader 内の読み取りがページキャッシュから行われた回数。
* `ProfileEvent_ThreadPoolReaderPageCacheHitBytes` ([UInt64](/ja/reference/data-types/int-uint)) — ThreadPoolReader 内でページキャッシュから読み取られたバイト数。
* `ProfileEvent_ThreadPoolReaderPageCacheHitElapsedMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ThreadPoolReader でページキャッシュからデータを読み取るのに費やした時間。
* `ProfileEvent_ThreadPoolReaderPageCacheMiss` ([UInt64](/ja/reference/data-types/int-uint)) — ThreadPoolReader 内の読み取りがページキャッシュからは行われず、thread pool に渡された回数。
* `ProfileEvent_ThreadPoolReaderPageCacheMissBytes` ([UInt64](/ja/reference/data-types/int-uint)) — ThreadPoolReader 内でページキャッシュからは読み取られず、thread pool に渡された際のバイト数。
* `ProfileEvent_ThreadPoolReaderPageCacheMissElapsedMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ThreadPoolReader の非同期 job 内で、page cache からではなくデータを読み取った際に費やされた時間。
* `ProfileEvent_AsynchronousReadWaitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 非同期ローカル読み取りにおいて、非同期 read の待機に費やされた時間。
* `ProfileEvent_SynchronousReadWaitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 非同期ローカル読み取りにおいて、同期 read の待機に費やされた時間。
* `ProfileEvent_AsynchronousRemoteReadWaitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 非同期リモート読み取りの待機に費やされた時間。
* `ProfileEvent_SynchronousRemoteReadWaitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 同期リモート読み取りの待機に費やされた時間。
* `ProfileEvent_ExternalDataSourceLocalCacheReadBytes` ([UInt64](/ja/reference/data-types/int-uint)) — RemoteReadBufferCache 内のローカル cache buffer から読み取られたバイト数。
* `ProfileEvent_MainConfigLoads` ([UInt64](/ja/reference/data-types/int-uint)) — メイン設定が再読み込みされた回数。
* `ProfileEvent_AggregationPreallocatedElementsInHashTables` ([UInt64](/ja/reference/data-types/int-uint)) — aggregation 用の hash table で事前割り当てされた要素数。
* `ProfileEvent_AggregationHashTablesInitializedAsTwoLevel` ([UInt64](/ja/reference/data-types/int-uint)) — aggregation 用に two-level として初期化された hash table の数。
* `ProfileEvent_AggregationOptimizedEqualRangesOfKeys` ([UInt64](/ja/reference/data-types/int-uint)) — キーの等しい範囲の最適化が適用された blocks 数。
* `ProfileEvent_HashJoinPreallocatedElementsInHashTables` ([UInt64](/ja/reference/data-types/int-uint)) — ハッシュ結合用の hash table で事前割り当てされた要素数。
* `ProfileEvent_MetadataFromKeeperCacheHit` ([UInt64](/ja/reference/data-types/int-uint)) — object storage のメタデータ要求が、Keeper に要求を送らずに cache から処理された回数。
* `ProfileEvent_MetadataFromKeeperCacheMiss` ([UInt64](/ja/reference/data-types/int-uint)) — object storage のメタデータ要求を Keeper から取得して処理する必要があった回数。
* `ProfileEvent_MetadataFromKeeperCacheTooManyInvalidated` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルシステムキャッシュが無効化されたエントリを多すぎる数返した回数。
* `ProfileEvent_MetadataFromKeeperCacheUpdateMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Keeper からの応答待機を含め、cache の更新に費やされた合計時間。
* `ProfileEvent_MetadataFromKeeperUpdateCacheOneLevel` ([UInt64](/ja/reference/data-types/int-uint)) — directory tree の 1 レベル分の cache 更新が行われた回数。
* `ProfileEvent_MetadataFromKeeperTransactionCommit` ([UInt64](/ja/reference/data-types/int-uint)) — メタデータ取引のコミットが試行された回数。
* `ProfileEvent_MetadataFromKeeperTransactionCommitRetry` ([UInt64](/ja/reference/data-types/int-uint)) — メタデータ取引のコミットが再試行された回数。
* `ProfileEvent_MetadataFromKeeperCleanupTransactionCommit` ([UInt64](/ja/reference/data-types/int-uint)) — 削除済み object のクリーンアップに対するメタデータ取引のコミットが試行された回数。
* `ProfileEvent_MetadataFromKeeperCleanupTransactionCommitRetry` ([UInt64](/ja/reference/data-types/int-uint)) — 削除済み object のクリーンアップに対するメタデータ取引のコミットが再試行された回数。
* `ProfileEvent_MetadataFromKeeperOperations` ([UInt64](/ja/reference/data-types/int-uint)) — Keeper への要求が行われた回数。
* `ProfileEvent_MetadataFromKeeperIndividualOperations` ([UInt64](/ja/reference/data-types/int-uint)) — Keeper への単一または複数要求で読み書きされたパス数。
* `ProfileEvent_MetadataFromKeeperIndividualOperationsMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Keeper への単一または複数要求に費やされた時間。
* `ProfileEvent_MetadataFromKeeperReconnects` ([UInt64](/ja/reference/data-types/int-uint)) — Keeper への再接続が行われた回数。
* `ProfileEvent_MetadataFromKeeperBackgroundCleanupObjects` ([UInt64](/ja/reference/data-types/int-uint)) — 古い削除済み object のクリーンアップがバックグラウンド task によって実行された回数。
* `ProfileEvent_MetadataFromKeeperBackgroundCleanupTransactions` ([UInt64](/ja/reference/data-types/int-uint)) — バックグラウンドタスクによって古いトランザクションの冪等性トークンがクリーンアップされた回数
* `ProfileEvent_MetadataFromKeeperBackgroundCleanupBlobs` ([UInt64](/ja/reference/data-types/int-uint)) — バックグラウンドタスクによって空のブロブレイアウトの part がクリーンアップされた回数
* `ProfileEvent_MetadataFromKeeperBackgroundCleanupErrors` ([UInt64](/ja/reference/data-types/int-uint)) — バックグラウンドクリーンアップタスクでエラーが発生した回数
* `ProfileEvent_BlobKillerThreadRuns` ([UInt64](/ja/reference/data-types/int-uint)) — BlobKiller スレッドが実行された回数
* `ProfileEvent_BlobKillerThreadLockedBlobs` ([UInt64](/ja/reference/data-types/int-uint)) — メタデータストレージから返されたブロブ数
* `ProfileEvent_BlobKillerThreadRemoveTasks` ([UInt64](/ja/reference/data-types/int-uint)) — BlobKiller によって作成された削除タスク数
* `ProfileEvent_BlobKillerThreadRemovedBlobs` ([UInt64](/ja/reference/data-types/int-uint)) — BlobKiller によって削除されたブロブ数
* `ProfileEvent_BlobKillerThreadRecordedBlobs` ([UInt64](/ja/reference/data-types/int-uint)) — BlobKiller による削除がメタデータストレージに記録されたブロブ数
* `ProfileEvent_BlobKillerThreadLockBlobsErrors` ([UInt64](/ja/reference/data-types/int-uint)) — BlobKiller の実行中に発生したブロブのロックエラー数
* `ProfileEvent_BlobKillerThreadRemoveBlobsErrors` ([UInt64](/ja/reference/data-types/int-uint)) — BlobKiller の実行中に発生したブロブの削除エラー数
* `ProfileEvent_BlobKillerThreadRecordBlobsErrors` ([UInt64](/ja/reference/data-types/int-uint)) — BlobKiller の実行中に発生したブロブの記録エラー数
* `ProfileEvent_BlobCopierThreadRuns` ([UInt64](/ja/reference/data-types/int-uint)) — BlobCopier スレッドが実行された回数
* `ProfileEvent_BlobCopierThreadLockedBlobs` ([UInt64](/ja/reference/data-types/int-uint)) — メタデータストレージから返されたブロブ数
* `ProfileEvent_BlobCopierThreadReplicatedBlobs` ([UInt64](/ja/reference/data-types/int-uint)) — BlobCopier によってレプリケートされたブロブ数
* `ProfileEvent_BlobCopierThreadRecordedBlobs` ([UInt64](/ja/reference/data-types/int-uint)) — BlobCopier によるレプリケーションがメタデータストレージに記録されたブロブ数
* `ProfileEvent_BlobCopierThreadLockBlobsErrors` ([UInt64](/ja/reference/data-types/int-uint)) — BlobCopier の実行中に発生したブロブのロックエラー数
* `ProfileEvent_BlobCopierThreadReplicateBlobsErrors` ([UInt64](/ja/reference/data-types/int-uint)) — BlobCopier の実行中に発生したブロブのレプリケーションエラー数
* `ProfileEvent_BlobCopierThreadRecordBlobsErrors` ([UInt64](/ja/reference/data-types/int-uint)) — BlobCopier の実行中に発生したブロブの記録エラー数
* `ProfileEvent_SharedMergeTreeMetadataCacheHintLoadedFromCache` ([UInt64](/ja/reference/data-types/int-uint)) — Keeper にアクセスせずにメタデータキャッシュヒントが見つかった回数
* `ProfileEvent_KafkaRebalanceRevocations` ([UInt64](/ja/reference/data-types/int-uint)) — パーティションの取り消し回数 (コンシューマグループのリバランスの第1段階)
* `ProfileEvent_KafkaRebalanceAssignments` ([UInt64](/ja/reference/data-types/int-uint)) — パーティションの割り当て回数 (コンシューマグループのリバランスの最終段階)
* `ProfileEvent_KafkaRebalanceErrors` ([UInt64](/ja/reference/data-types/int-uint)) — コンシューマグループのリバランスが失敗した回数
* `ProfileEvent_KafkaMessagesPolled` ([UInt64](/ja/reference/data-types/int-uint)) — librdkafka から ClickHouse にポーリングされた Kafka メッセージ数
* `ProfileEvent_KafkaMessagesRead` ([UInt64](/ja/reference/data-types/int-uint)) — ClickHouse によってすでに処理された Kafka メッセージ数
* `ProfileEvent_KafkaMessagesFailed` ([UInt64](/ja/reference/data-types/int-uint)) — ClickHouse がパースに失敗した Kafka メッセージ数
* `ProfileEvent_KafkaRowsRead` ([UInt64](/ja/reference/data-types/int-uint)) — Kafka メッセージからパースされた行数
* `ProfileEvent_KafkaRowsRejected` ([UInt64](/ja/reference/data-types/int-uint)) — パース後に拒否された行数 (リバランス / エラーなどが原因) 。これらの行はリバランス後に再度消費されます。
* `ProfileEvent_KafkaDirectReads` ([UInt64](/ja/reference/data-types/int-uint)) — サーバーの起動以降、Kafka テーブルに対して直接実行された SELECT の回数
* `ProfileEvent_KafkaBackgroundReads` ([UInt64](/ja/reference/data-types/int-uint)) — サーバーの起動以降、Kafka から materialized view を取り込むバックグラウンド read の回数
* `ProfileEvent_KafkaCommits` ([UInt64](/ja/reference/data-types/int-uint)) — 消費した offset を Kafka に正常にコミットした回数 (通常は KafkaBackgroundReads と同じになるはずです)
* `ProfileEvent_KafkaCommitFailures` ([UInt64](/ja/reference/data-types/int-uint)) — 消費した offset の Kafka へのコミットに失敗した回数 (通常は何らかのデータ重複の兆候です)
* `ProfileEvent_KafkaConsumerErrors` ([UInt64](/ja/reference/data-types/int-uint)) — poll 中に librdkafka から報告されたエラー数
* `ProfileEvent_KafkaMVNotReady` ([UInt64](/ja/reference/data-types/int-uint)) — 準備ができていない materialized view へのデータの stream に失敗した回数
* `ProfileEvent_KafkaWrites` ([UInt64](/ja/reference/data-types/int-uint)) — Kafka テーブルへの write (insert) の回数
* `ProfileEvent_KafkaRowsWritten` ([UInt64](/ja/reference/data-types/int-uint)) — Kafka テーブルに挿入された行数
* `ProfileEvent_KafkaProducerFlushes` ([UInt64](/ja/reference/data-types/int-uint)) — Kafka producer に対して明示的に flush を実行した回数
* `ProfileEvent_KafkaMessagesProduced` ([UInt64](/ja/reference/data-types/int-uint)) — Kafka に produce されたメッセージ数
* `ProfileEvent_KafkaProducerErrors` ([UInt64](/ja/reference/data-types/int-uint)) — Kafka へのメッセージ produce 中に発生したエラー数
* `ProfileEvent_ScalarSubqueriesGlobalCacheHit` ([UInt64](/ja/reference/data-types/int-uint)) — scalar サブクエリからの read がグローバル cache を使って行われた回数
* `ProfileEvent_ScalarSubqueriesLocalCacheHit` ([UInt64](/ja/reference/data-types/int-uint)) — scalar サブクエリからの read がローカル cache を使って行われた回数
* `ProfileEvent_ScalarSubqueriesCacheMiss` ([UInt64](/ja/reference/data-types/int-uint)) — scalar サブクエリからの read が cache されておらず、完全に計算する必要があった回数
* `ProfileEvent_SchemaInferenceCacheHits` ([UInt64](/ja/reference/data-types/int-uint)) — 要求されたソースがスキーマ cache 内で見つかった回数
* `ProfileEvent_SchemaInferenceCacheSchemaHits` ([UInt64](/ja/reference/data-types/int-uint)) — スキーマ推論中にスキーマがスキーマ cache 内で見つかった回数
* `ProfileEvent_SchemaInferenceCacheNumRowsHits` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルからの count 中に行数がスキーマ cache 内で見つかった回数
* `ProfileEvent_SchemaInferenceCacheMisses` ([UInt64](/ja/reference/data-types/int-uint)) — 要求されたソースがスキーマ cache 内になかった回数
* `ProfileEvent_SchemaInferenceCacheSchemaMisses` ([UInt64](/ja/reference/data-types/int-uint)) — スキーマ推論中に、要求されたソースは cache 内にあるものの、スキーマは cache 内にない回数
* `ProfileEvent_SchemaInferenceCacheNumRowsMisses` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルからの count 中に、要求されたソースは cache 内にあるものの、行数は cache 内にない回数
* `ProfileEvent_SchemaInferenceCacheEvictions` ([UInt64](/ja/reference/data-types/int-uint)) — overflow により cache 内のスキーマが追い出された回数
* `ProfileEvent_SchemaInferenceCacheInvalidations` ([UInt64](/ja/reference/data-types/int-uint)) — データの変更により cache 内のスキーマが無効になった回数
* `ProfileEvent_KeeperPacketsSent` ([UInt64](/ja/reference/data-types/int-uint)) — Keeper サーバーから送信されたパケット数
* `ProfileEvent_KeeperPacketsReceived` ([UInt64](/ja/reference/data-types/int-uint)) — Keeper サーバーが受信したパケット数
* `ProfileEvent_KeeperRequestTotal` ([UInt64](/ja/reference/data-types/int-uint)) — Keeper サーバーでのリクエスト総数
* `ProfileEvent_KeeperRequestTotalWithSubrequests` ([UInt64](/ja/reference/data-types/int-uint)) — マルチリクエスト内の各サブリクエストを含めて数えた、Keeper サーバーでのリクエスト総数
* `ProfileEvent_KeeperLatency` ([UInt64](/ja/reference/data-types/int-uint)) — Keeper のレイテンシ
* `ProfileEvent_KeeperTotalElapsedMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 単一リクエストにおける Keeper の合計レイテンシ
* `ProfileEvent_KeeperProcessElapsedMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 単一リクエストにおける Keeper のコミットレイテンシ
* `ProfileEvent_KeeperPreprocessElapsedMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 単一リクエストにおける Keeper の前処理レイテンシ
* `ProfileEvent_KeeperStorageLockWaitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Keeper storage lock の取得待機時間
* `ProfileEvent_KeeperStorageSharedLockWaitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Keeper storage shared lock の取得待機時間
* `ProfileEvent_KeeperChangelogLockWaitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Keeper changelog lock の取得待機時間
* `ProfileEvent_KeeperServerWriteLockWaitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Keeper サーバーの write lock の取得待機時間
* `ProfileEvent_KeeperSessionCallbackLockWaitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Keeper session callback lock の取得待機時間
* `ProfileEvent_KeeperReadRequestQueueLockWaitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Keeper の読み取りリクエストキュー lock の取得待機時間
* `ProfileEvent_KeeperProcessAndResponsesLockWaitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Keeper process and responses lock の取得待機時間
* `ProfileEvent_KeeperCommitWaitElapsedMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 特定のログがコミットされるまでの待機時間
* `ProfileEvent_KeeperBatchMaxCount` ([UInt64](/ja/reference/data-types/int-uint)) — batch のサイズが件数によって制限された回数
* `ProfileEvent_KeeperBatchMaxTotalSize` ([UInt64](/ja/reference/data-types/int-uint)) — batch のサイズが合計バイト数によって制限された回数
* `ProfileEvent_KeeperReadBatchCount` ([UInt64](/ja/reference/data-types/int-uint)) — Keeper が処理した読み取りリクエスト batch の数
* `ProfileEvent_KeeperReadBatchTotalRequests` ([UInt64](/ja/reference/data-types/int-uint)) — Keeper が batch で処理した読み取りリクエストの総数
* `ProfileEvent_KeeperCommits` ([UInt64](/ja/reference/data-types/int-uint)) — 成功したコミット数
* `ProfileEvent_KeeperCommitsFailed` ([UInt64](/ja/reference/data-types/int-uint)) — 失敗したコミット数
* `ProfileEvent_KeeperSnapshotCreations` ([UInt64](/ja/reference/data-types/int-uint)) — スナップショット作成数
* `ProfileEvent_KeeperSnapshotCreationsFailed` ([UInt64](/ja/reference/data-types/int-uint)) — 失敗したスナップショット作成数
* `ProfileEvent_KeeperSnapshotApplys` ([UInt64](/ja/reference/data-types/int-uint)) — スナップショット適用数
* `ProfileEvent_KeeperSnapshotApplysFailed` ([UInt64](/ja/reference/data-types/int-uint)) — 失敗したスナップショット適用数
* `ProfileEvent_KeeperReadSnapshot` ([UInt64](/ja/reference/data-types/int-uint)) — 完了したスナップショット読み取り数
* `ProfileEvent_KeeperReadSnapshotObject` ([UInt64](/ja/reference/data-types/int-uint)) — フォロワーに送信されたスナップショットオブジェクト数
* `ProfileEvent_KeeperReadSnapshotFailed` ([UInt64](/ja/reference/data-types/int-uint)) — 失敗したスナップショット読み取り数
* `ProfileEvent_KeeperSnapshotRemoteLoaderErrors` ([UInt64](/ja/reference/data-types/int-uint)) — フォロワーにスナップショットを提供する際に RemoteSnapshotLoader で発生したリモート読み取りエラー数
* `ProfileEvent_KeeperSaveSnapshotObject` ([UInt64](/ja/reference/data-types/int-uint)) — リーダーから受信したスナップショットオブジェクト数
* `ProfileEvent_KeeperSaveSnapshotFailed` ([UInt64](/ja/reference/data-types/int-uint)) — 失敗したスナップショット保存数
* `ProfileEvent_KeeperSaveSnapshot` ([UInt64](/ja/reference/data-types/int-uint)) — スナップショット保存数
* `ProfileEvent_KeeperCreateRequest` ([UInt64](/ja/reference/data-types/int-uint)) — 作成リクエスト数
* `ProfileEvent_KeeperRemoveRequest` ([UInt64](/ja/reference/data-types/int-uint)) — 削除リクエスト数
* `ProfileEvent_KeeperSetRequest` ([UInt64](/ja/reference/data-types/int-uint)) — 設定リクエスト数
* `ProfileEvent_KeeperReconfigRequest` ([UInt64](/ja/reference/data-types/int-uint)) — 再構成リクエスト数
* `ProfileEvent_KeeperCheckRequest` ([UInt64](/ja/reference/data-types/int-uint)) — チェックリクエスト数
* `ProfileEvent_KeeperMultiRequest` ([UInt64](/ja/reference/data-types/int-uint)) — マルチリクエスト数
* `ProfileEvent_KeeperMultiReadRequest` ([UInt64](/ja/reference/data-types/int-uint)) — 複数読み取りリクエスト数
* `ProfileEvent_KeeperGetRequest` ([UInt64](/ja/reference/data-types/int-uint)) — 取得リクエスト数
* `ProfileEvent_KeeperListRequest` ([UInt64](/ja/reference/data-types/int-uint)) — 一覧取得リクエスト数
* `ProfileEvent_KeeperListRecursiveRequest` ([UInt64](/ja/reference/data-types/int-uint)) — 子要素を再帰的に取得するリクエスト数
* `ProfileEvent_KeeperExistsRequest` ([UInt64](/ja/reference/data-types/int-uint)) — 存在確認リクエスト数
* `ProfileEvent_KeeperSetWatchesRequest` ([UInt64](/ja/reference/data-types/int-uint)) — ウォッチ設定リクエスト数
* `ProfileEvent_KeeperAddWatchRequest` ([UInt64](/ja/reference/data-types/int-uint)) — ウォッチ追加リクエスト数
* `ProfileEvent_KeeperRemoveWatchRequest` ([UInt64](/ja/reference/data-types/int-uint)) — ウォッチ削除リクエスト数
* `ProfileEvent_KeeperCheckWatchRequest` ([UInt64](/ja/reference/data-types/int-uint)) — ウォッチ確認リクエスト数
* `ProfileEvent_KeeperRequestRejectedDueToSoftMemoryLimitCount` ([UInt64](/ja/reference/data-types/int-uint)) — ソフトメモリ制限の超過により拒否されたリクエスト数
* `ProfileEvent_KeeperStaleRequestsSkipped` ([UInt64](/ja/reference/data-types/int-uint)) — セッションがすでに有効でないためスキップされた Keeper リクエスト数
* `ProfileEvent_KeeperLiveSessionsLockWaitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Keeper のライブセッションロックの取得待機時間
* `ProfileEvent_OverflowBreak` ([UInt64](/ja/reference/data-types/int-uint)) — 設定 '\*\_overflow\_mode' = 'break' により、クエリ複雑度の制限でデータ処理がキャンセルされ、結果が不完全になった回数。
* `ProfileEvent_OverflowThrow` ([UInt64](/ja/reference/data-types/int-uint)) — 設定 '\*\_overflow\_mode' = 'throw' により、クエリ複雑度の制限でデータ処理がキャンセルされ、例外がスローされた回数。
* `ProfileEvent_OverflowAny` ([UInt64](/ja/reference/data-types/int-uint)) — 近似 GROUP BY が有効になった回数。これは、最初の 'max\_rows\_to\_group\_by' 個の一意キーに対してのみ集約が行われ、'group\_by\_overflow\_mode' = 'any' によりその他のキーが無視された場合です。
* `ProfileEvent_S3QueueSetFileProcessingMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルを processing 状態に設定するのに費やした時間
* `ProfileEvent_S3QueueSetFileProcessedMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルを processed 状態に設定するのに費やした時間
* `ProfileEvent_S3QueueSetFileFailedMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルを Failed 状態に設定するのに費やした時間
* `ProfileEvent_ObjectStorageQueueFailedFiles` ([UInt64](/ja/reference/data-types/int-uint)) — 処理に失敗したファイル数
* `ProfileEvent_ObjectStorageQueueProcessedFiles` ([UInt64](/ja/reference/data-types/int-uint)) — 処理済みのファイル数
* `ProfileEvent_ObjectStorageQueueCleanupMaxSetSizeOrTTLMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルを Failed 状態に設定するのに費やした時間
* `ProfileEvent_ObjectStorageQueuePullMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルデータの読み取りに費やした時間
* `ProfileEvent_ObjectStorageQueueFailedToBatchSetProcessing` ([UInt64](/ja/reference/data-types/int-uint)) — Batch の set processing request が失敗した回数
* `ProfileEvent_ObjectStorageQueueTrySetProcessingRequests` ([UInt64](/ja/reference/data-types/int-uint)) — set processing request の作成を試みた回数
* `ProfileEvent_ObjectStorageQueueTrySetProcessingSucceeded` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルを processing 状態に正常に設定できた回数
* `ProfileEvent_ObjectStorageQueueTrySetProcessingFailed` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルを processing 状態に設定できなかった回数
* `ProfileEvent_ObjectStorageQueueListedFiles` ([UInt64](/ja/reference/data-types/int-uint)) — StorageS3(Azure)Queue で一覧化されたファイル数
* `ProfileEvent_ObjectStorageQueueFilteredFiles` ([UInt64](/ja/reference/data-types/int-uint)) — StorageS3(Azure)Queue でフィルタリングされたファイル数
* `ProfileEvent_ObjectStorageQueueReadFiles` ([UInt64](/ja/reference/data-types/int-uint)) — 読み取られたファイル数 (実際に挿入されたファイル数とは一致しません)
* `ProfileEvent_ObjectStorageQueueReadRows` ([UInt64](/ja/reference/data-types/int-uint)) — 読み取られた行数 (実際に挿入された行数とは一致しません)
* `ProfileEvent_ObjectStorageQueueReadBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 読み取られたバイト数 (実際に挿入されたバイト数とは一致しません)
* `ProfileEvent_ObjectStorageQueueExceptionsDuringRead` ([UInt64](/ja/reference/data-types/int-uint)) — S3(Azure)Queue での読み取り中に発生した例外数
* `ProfileEvent_ObjectStorageQueueExceptionsDuringInsert` ([UInt64](/ja/reference/data-types/int-uint)) — S3(Azure)Queue での insert 中に発生した例外数
* `ProfileEvent_ObjectStorageQueueMovedObjects` ([UInt64](/ja/reference/data-types/int-uint)) — after\_processing = move の一環として移動されたオブジェクト数
* `ProfileEvent_ObjectStorageQueueRemovedObjects` ([UInt64](/ja/reference/data-types/int-uint)) — after\_processing = delete の一環として削除されたオブジェクト数
* `ProfileEvent_ObjectStorageQueueTaggedObjects` ([UInt64](/ja/reference/data-types/int-uint)) — after\_processing = tag の一環としてタグ付けされたオブジェクト数
* `ProfileEvent_ObjectStorageQueueInsertIterations` ([UInt64](/ja/reference/data-types/int-uint)) — insert の反復回数
* `ProfileEvent_ObjectStorageQueueCommitRequests` ([UInt64](/ja/reference/data-types/int-uint)) — ファイルを失敗または処理済みとしてコミットするための Keeper リクエスト数
* `ProfileEvent_ObjectStorageQueueSuccessfulCommits` ([UInt64](/ja/reference/data-types/int-uint)) — 成功したKeeperコミット数
* `ProfileEvent_ObjectStorageQueueUnsuccessfulCommits` ([UInt64](/ja/reference/data-types/int-uint)) — 失敗したKeeperコミット数
* `ProfileEvent_ObjectStorageQueueCancelledFiles` ([UInt64](/ja/reference/data-types/int-uint)) — StorageS3(Azure)Queue でキャンセルされたファイル数
* `ProfileEvent_ObjectStorageQueueProcessedRows` ([UInt64](/ja/reference/data-types/int-uint)) — StorageS3(Azure)Queue で処理された行数
* `ProfileEvent_ObjectStorageListedObjects` ([UInt64](/ja/reference/data-types/int-uint)) — フィルタリング前にオブジェクトストレージの listing API から返されたオブジェクトの総数。
* `ProfileEvent_ObjectStorageGlobFilteredObjects` ([UInt64](/ja/reference/data-types/int-uint)) — glob または regex パターンに一致せず、listing 中にスキップされたオブジェクト数。
* `ProfileEvent_ObjectStoragePredicateFilteredObjects` ([UInt64](/ja/reference/data-types/int-uint)) — \_path/\_file に対する仮想カラムの predicate フィルタリングによって除外されたオブジェクト数。
* `ProfileEvent_ObjectStorageReadObjects` ([UInt64](/ja/reference/data-types/int-uint)) — オブジェクトストレージソースによって実際に読み取り用に開かれたオブジェクト数。
* `ProfileEvent_ServerStartupMilliseconds` ([UInt64](/ja/reference/data-types/int-uint)) — server の起動開始からソケットでの listen 開始までの経過時間 (ミリ秒)
* `ProfileEvent_IOUringSQEsSubmitted` ([UInt64](/ja/reference/data-types/int-uint)) — 送信された io\_uring SQE の総数
* `ProfileEvent_IOUringSQEsResubmitsAsync` ([UInt64](/ja/reference/data-types/int-uint)) — 非同期で実行された io\_uring SQE 再送信の総数
* `ProfileEvent_IOUringSQEsResubmitsSync` ([UInt64](/ja/reference/data-types/int-uint)) — 同期で実行された io\_uring SQE 再送信の総数
* `ProfileEvent_IOUringCQEsCompleted` ([UInt64](/ja/reference/data-types/int-uint)) — 正常に完了した io\_uring CQE の総数
* `ProfileEvent_IOUringCQEsFailed` ([UInt64](/ja/reference/data-types/int-uint)) — 失敗を伴って完了した io\_uring CQE の総数
* `ProfileEvent_BackupsOpenedForRead` ([UInt64](/ja/reference/data-types/int-uint)) — 読み取り用に開かれたバックアップ数
* `ProfileEvent_BackupsOpenedForWrite` ([UInt64](/ja/reference/data-types/int-uint)) — 書き込み用に開かれたバックアップ数
* `ProfileEvent_BackupsOpenedForUnlock` ([UInt64](/ja/reference/data-types/int-uint)) — ロック解除用に開かれたバックアップ数
* `ProfileEvent_BackupReadMetadataMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — .backup ファイルからバックアップメタデータを読み取るのに費やした時間
* `ProfileEvent_BackupWriteMetadataMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — .backup ファイルにバックアップメタデータを書き込むのに費やした時間
* `ProfileEvent_BackupEntriesCollectorMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — バックアップエントリの作成に費やした時間
* `ProfileEvent_BackupEntriesCollectorForTablesDataMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — テーブルデータ用のバックアップエントリの作成に費やした時間
* `ProfileEvent_BackupEntriesCollectorRunPostTasksMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — バックアップエントリ作成後の後続タスクの実行に費やした時間
* `ProfileEvent_BackupPreparingFileInfosMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — バックアップエントリ用のファイル情報の準備に費やした時間
* `ProfileEvent_BackupReadLocalFilesToCalculateChecksums` ([UInt64](/ja/reference/data-types/int-uint)) — バックアップエントリのチェックサムを計算するためにローカルで読み取られたファイル数
* `ProfileEvent_BackupReadLocalBytesToCalculateChecksums` ([UInt64](/ja/reference/data-types/int-uint)) — バックアップエントリのチェックサムを計算するためにローカルで読み取ったファイルの合計サイズ
* `ProfileEvent_BackupReadRemoteFilesToCalculateChecksums` ([UInt64](/ja/reference/data-types/int-uint)) — バックアップエントリのチェックサムを計算するためにリモートディスクから読み取ったファイル数
* `ProfileEvent_BackupReadRemoteBytesToCalculateChecksums` ([UInt64](/ja/reference/data-types/int-uint)) — バックアップエントリのチェックサムを計算するためにリモートディスクから読み取ったファイルの合計サイズ
* `ProfileEvent_BackupLockFileReads` ([UInt64](/ja/reference/data-types/int-uint)) — バックアップ作成中に `.lock` ファイルが読み取られた回数
* `ProfileEvent_RestorePartsSkippedFiles` ([UInt64](/ja/reference/data-types/int-uint)) — パーツの復元中にスキップされたファイル数
* `ProfileEvent_RestorePartsSkippedBytes` ([UInt64](/ja/reference/data-types/int-uint)) — パーツの復元中にスキップされたファイルの合計サイズ
* `ProfileEvent_ReadTaskRequestsReceived` ([UInt64](/ja/reference/data-types/int-uint)) — 読み取りタスクを選択するために、リモートサーバーからイニシエーターサーバーへ返されるコールバック要求の回数 (`s3Cluster` テーブル関数など) 。イニシエーターサーバー側で計測されます。
* `ProfileEvent_MergeTreeReadTaskRequestsReceived` ([UInt64](/ja/reference/data-types/int-uint)) — 読み取りタスクを選択するために、リモートサーバーからイニシエーターサーバーへ返されるコールバック要求の回数 (MergeTree テーブル向け) 。イニシエーターサーバー側で計測されます。
* `ProfileEvent_ReadTaskRequestsSent` ([UInt64](/ja/reference/data-types/int-uint)) — 読み取りタスクを選択するために、リモートサーバーからイニシエーターサーバーへ返されるコールバック要求の回数 (`s3Cluster` テーブル関数など) 。リモートサーバー側で計測されます。
* `ProfileEvent_MergeTreeReadTaskRequestsSent` ([UInt64](/ja/reference/data-types/int-uint)) — 読み取りタスクを選択するために、リモートサーバーからイニシエーターサーバーへ返されるコールバック要求の回数 (MergeTree テーブル向け) 。リモートサーバー側で計測されます。
* `ProfileEvent_MergeTreeAllRangesAnnouncementsSent` ([UInt64](/ja/reference/data-types/int-uint)) — データパーツの集合について、リモートサーバーからイニシエーターサーバーへ送信された通知の回数 (MergeTree テーブル向け) 。リモートサーバー側で計測されます。
* `ProfileEvent_ReadTaskRequestsSentElapsedMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 読み取りタスクを選択するために、リモートサーバーからイニシエーターサーバーへ返されるコールバック要求に費やされた時間 (`s3Cluster` テーブル関数など) 。リモートサーバー側で計測されます。
* `ProfileEvent_MergeTreeReadTaskRequestsSentElapsedMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 読み取りタスクを選択するために、リモートサーバーからイニシエーターサーバーへ返されるコールバック要求に費やされた時間 (MergeTree テーブル向け) 。リモートサーバー側で計測されます。
* `ProfileEvent_MergeTreeAllRangesAnnouncementsSentElapsedMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — データパーツの集合に関する通知をリモートサーバーからイニシエーターサーバーへ送信するのに費やされた時間 (MergeTree テーブル向け) 。リモートサーバー側で計測されます。
* `ProfileEvent_MergerMutatorsGetPartsForMergeElapsedMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — データパーツのスナップショットを取得し、そこから範囲を構築するのに費やされた時間
* `ProfileEvent_MergerMutatorPrepareRangesForMergeElapsedMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — マージ条件に従ってマージ可能なパーツの範囲を準備するのに費やされた時間
* `ProfileEvent_MergerMutatorSelectPartsForMergeElapsedMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — マージ可能な範囲からパーツを選択するのに費やされた時間
* `ProfileEvent_MergerMutatorRangesForMergeCount` ([UInt64](/ja/reference/data-types/int-uint)) — マージ候補となる範囲の数
* `ProfileEvent_MergerMutatorPartsInRangesForMergeCount` ([UInt64](/ja/reference/data-types/int-uint)) — マージ候補となるパーツの数
* `ProfileEvent_MergerMutatorSelectRangePartsCount` ([UInt64](/ja/reference/data-types/int-uint)) — マージ対象として選択された範囲内のパーツ数
* `ProfileEvent_ConnectionPoolIsFullMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 接続プールのスロット待機に費やされた合計時間。
* `ProfileEvent_AsyncLoaderWaitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — クエリが非同期ローダーのジョブを待機していた合計時間。
* `ProfileEvent_DistrCacheServerSwitches` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュの読み取りバッファに関するイベント。リードスルー/ライトスルーキャッシュにおける分散キャッシュサーバー間の切り替え回数
* `ProfileEvent_DistrCacheReadMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュの読み取りバッファに関するイベント。分散キャッシュからの読み取りに費やした時間
* `ProfileEvent_DistrCacheFallbackReadMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュの読み取りバッファに関するイベント。分散キャッシュではなくフォールバックバッファからの読み取りに費やした時間
* `ProfileEvent_DistrCachePrecomputeRangesMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュの読み取りバッファに関するイベント。読み取り範囲の事前計算に費やした時間
* `ProfileEvent_DistrCacheNextImplMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュの読み取りバッファに関するイベント。`ReadBufferFromDistributedCache::nextImpl` で費やした時間
* `ProfileEvent_DistrCacheStartRangeMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュの読み取りバッファに関するイベント。分散キャッシュで新しい読み取り範囲を開始するのに費やした時間
* `ProfileEvent_DistrCacheRangeChange` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュの読み取りバッファに関するイベント。seek/last\_position の変更により読み取り範囲を変更した回数
* `ProfileEvent_DistrCacheRangeResetBackward` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュの読み取りバッファに関するイベント。seek/last\_position の変更により読み取り範囲をリセットした回数
* `ProfileEvent_DistrCacheRangeResetForward` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュの読み取りバッファに関するイベント。seek/last\_position の変更により読み取り範囲をリセットした回数
* `ProfileEvent_DistrCacheReconnectsAfterTimeout` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュの読み取りバッファに関するイベント。タイムアウト後の再接続回数
* `ProfileEvent_DistrCacheServerUpdates` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュイベント。hash で選択されたサーバーが変更されたことにより (例: サーバーの登録解除) 、読み取りまたは書き込み中に発生したサーバー切り替え回数
* `ProfileEvent_DistrCacheReadErrors` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュの読み取りバッファに関するイベント。読み取り中に発生した分散キャッシュのエラー数
* `ProfileEvent_DistrCacheWriteErrors` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュの書き込みバッファに関するイベント。書き込み中に発生した分散キャッシュのエラー数
* `ProfileEvent_DistrCacheWriteReconnectsAfterTimeout` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュの書き込みバッファに関するイベント。タイムアウト後の再接続回数
* `ProfileEvent_DistrCacheWriteMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュの書き込みバッファに関するイベント。`WriteBufferFromDistributedCache::writeToFileSegment` で費やした時間
* `ProfileEvent_DistrCacheWriteBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュの書き込みバッファに関するイベント。分散キャッシュに書き込まれたバイト数
* `ProfileEvent_DistrCacheObjectStorageWriteMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュの書き込みバッファに関するイベント。オブジェクトストレージへの書き込みに費やした時間
* `ProfileEvent_DistrCacheObjectStorageWriteBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュの書き込みバッファに関するイベント。オブジェクトストレージに書き込まれたバイト数
* `ProfileEvent_DistrCacheGetResponseMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュのクライアントイベント。分散キャッシュからの応答待機に費やした時間
* `ProfileEvent_DistrCacheMakeRequestErrors` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュのクライアントイベント。リクエスト送信時に発生した分散キャッシュのエラー数
* `ProfileEvent_DistrCacheReceiveResponseErrors` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュのクライアントイベント。リクエストに対する応答の受信時に発生した分散キャッシュのエラー数
* `ProfileEvent_DistrCacheReceivedDataPackets` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュのクライアントイベント。分散キャッシュから受信した Data パケットの総数
* `ProfileEvent_DistrCacheReceivedDataPacketsBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュのクライアントイベント。分散キャッシュから受信した Data パケットの総バイト数
* `ProfileEvent_DistrCacheReceivedOkPackets` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュのクライアントイベント。分散キャッシュから受信した Ok パケットの総数
* `ProfileEvent_DistrCacheReceivedErrorPackets` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュのクライアントイベント。分散キャッシュから受信した Error パケットの総数
* `ProfileEvent_DistrCacheReceivedCredentialsRefreshPackets` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュのクライアントイベント。分散キャッシュから受信した RefreshCredentials パケットの総数
* `ProfileEvent_DistrCacheReceivedStopPackets` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュのクライアントイベント。分散キャッシュから受信した Stop パケットの総数
* `ProfileEvent_DistrCacheSentDataPackets` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュのクライアントイベント。分散キャッシュに送信した Data パケットの総数
* `ProfileEvent_DistrCacheSentDataPacketsBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュのクライアントイベント。分散キャッシュに送信した Data パケットのバイト数
* `ProfileEvent_DistrCacheUnusedPackets` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュのクライアントイベント。分散キャッシュから受信したもののスキップされた未使用パケット数
* `ProfileEvent_DistrCacheUnusedDataPacketsBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュのクライアントイベント。無視された Data パケットのバイト数
* `ProfileEvent_DistrCacheUnusedPacketsBufferAllocations` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュのクライアントイベント。既存のバッファを再利用できなかった場合の追加のバッファ割り当て回数
* `ProfileEvent_DistrCacheLockRegistryMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュのレジストリイベント。DistributedCacheRegistry のロック取得に費やした時間
* `ProfileEvent_DistrCacheRegistryUpdateMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュのレジストリイベント。分散キャッシュのレジストリ更新に費やした時間
* `ProfileEvent_DistrCacheRegistryUpdates` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュのレジストリイベント。分散キャッシュのレジストリ更新回数
* `ProfileEvent_DistrCacheHashRingRebuilds` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュのレジストリイベント。分散キャッシュのハッシュリング再構築回数
* `ProfileEvent_DistrCacheSuccessfulRegistryUpdates` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュのレジストリイベント。server レジストリの更新成功回数
* `ProfileEvent_DistrCacheUnsuccessfulRegistryUpdates` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュのレジストリイベント。server レジストリの更新失敗回数
* `ProfileEvent_DistrCacheReadBytesFromFallbackBuffer` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュの読み取りバッファに関するイベント。fallback buffer から読み取ったバイト数
* `ProfileEvent_DistrCacheOpenedConnections` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュの接続イベント。分散キャッシュへのオープンな接続数
* `ProfileEvent_DistrCacheReusedConnections` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュの接続イベント。分散キャッシュへの再利用された接続数
* `ProfileEvent_DistrCacheStaleReconnections` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュの接続イベント。stale な (peer により閉じられた) プール接続が原因で発生した再接続数
* `ProfileEvent_DistrCacheRemoveOutdatedMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュの接続イベント。プールから古い接続を削除するのに費やした時間
* `ProfileEvent_DistrCacheOpenedConnectionsBypassingPool` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュの接続イベント。プールをバイパスして分散キャッシュに開いた接続数
* `ProfileEvent_DistrCacheConnectMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュの接続イベント。分散キャッシュへの接続に費やした時間
* `ProfileEvent_DistrCacheConnectAttempts` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュの接続イベント。分散キャッシュへの接続試行回数
* `ProfileEvent_DistrCacheSuccessfulConnectAttempts` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュの接続イベント。分散キャッシュへの接続成功回数
* `ProfileEvent_DistrCacheUnsuccessfulConnectAttempts` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュの接続イベント。分散キャッシュへの接続失敗回数
* `ProfileEvent_DistrCacheGetClientMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュの接続イベント。分散キャッシュ用 client の取得に費やした時間
* `ProfileEvent_DistrCacheTemporaryFilesCreated` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュ接続イベント。分散キャッシュで作成された一時ファイルの数
* `ProfileEvent_DistrCacheTemporaryFilesBytesWritten` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュ接続イベント。分散キャッシュで作成された一時ファイルに書き込まれたバイト数
* `ProfileEvent_DistrCacheServerProcessRequestMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュサーバーのイベント。DistributedCache サーバー側でリクエストの処理に費やされた時間
* `ProfileEvent_DistrCacheServerStartRequestPackets` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュサーバーのイベント。DistributedCacheServer 内の StartRequest パケット数
* `ProfileEvent_DistrCacheServerContinueRequestPackets` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュサーバーのイベント。DistributedCacheServer 内の ContinueRequest パケット数
* `ProfileEvent_DistrCacheServerEndRequestPackets` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュサーバーのイベント。DistributedCacheServer 内の EndRequest パケット数
* `ProfileEvent_DistrCacheServerReceivedCredentialsRefreshPackets` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュサーバーのイベント。DistributedCacheServer 内の RefreshCredentials client パケット数
* `ProfileEvent_DistrCacheServerAckRequestPackets` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュサーバーのイベント。DistributedCacheServer 内の AckRequest パケット数
* `ProfileEvent_DistrCacheServerNewS3CachedClients` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュサーバーのイベント。新たにキャッシュされた S3 クライアントの数
* `ProfileEvent_DistrCacheServerReusedS3CachedClients` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュサーバーのイベント。再利用されたキャッシュ済み S3 クライアントの数
* `ProfileEvent_DistrCacheServerCredentialsRefresh` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュサーバーのイベント。有効期限切れの認証情報が更新された回数
* `ProfileEvent_DistrCacheServerCachedReadBufferCacheHits` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュサーバーのイベント。ファイルシステムキャッシュからの読み取り時に、分散キャッシュで cache にヒットした回数
* `ProfileEvent_DistrCacheServerCachedReadBufferCacheMisses` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュサーバーのイベント。ファイルシステムキャッシュからの読み取り時に、分散キャッシュで cache がミスした回数
* `ProfileEvent_DistrCacheServerCachedReadBufferCacheWrittenBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュサーバーのイベント。ファイルシステムキャッシュからの読み取り時に、分散キャッシュで cache に書き込まれたバイト数
* `ProfileEvent_DistrCacheServerCachedReadBufferCacheReadBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュサーバーのイベント。ファイルシステムキャッシュからの読み取り時に、分散キャッシュで cache から読み取られたバイト数
* `ProfileEvent_DistrCacheServerCachedReadBufferObjectStorageReadBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュサーバーのイベント。ファイルシステムキャッシュからの読み取り時に、分散キャッシュでオブジェクトストレージから読み取られたバイト数
* `ProfileEvent_DistrCacheServerCachedReadBufferCachePredownloadBytes` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュサーバーのイベント。ファイルシステムキャッシュからの読み取り時に、分散キャッシュで事前ダウンロードのためにオブジェクトストレージから読み取られたバイト数
* `ProfileEvent_DistrCacheServerSkipped` ([UInt64](/ja/reference/data-types/int-uint)) — 分散キャッシュサーバーのイベント。以前の接続失敗により分散キャッシュサーバーがスキップされた回数
* `ProfileEvent_LogTest` ([UInt64](/ja/reference/data-types/int-uint)) — レベル Test のログメッセージ数
* `ProfileEvent_LogTrace` ([UInt64](/ja/reference/data-types/int-uint)) — レベル Trace のログメッセージ数
* `ProfileEvent_LogDebug` ([UInt64](/ja/reference/data-types/int-uint)) — レベル Debug のログメッセージ数
* `ProfileEvent_LogInfo` ([UInt64](/ja/reference/data-types/int-uint)) — レベル Info のログメッセージ数
* `ProfileEvent_LogWarning` ([UInt64](/ja/reference/data-types/int-uint)) — レベル Warning のログメッセージ数
* `ProfileEvent_LogError` ([UInt64](/ja/reference/data-types/int-uint)) — レベル Error のログメッセージ数
* `ProfileEvent_LogFatal` ([UInt64](/ja/reference/data-types/int-uint)) — レベル Fatal のログメッセージ数
* `ProfileEvent_LoggerElapsedNanoseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ロギングに費やされた累積時間
* `ProfileEvent_InterfaceHTTPSendBytes` ([UInt64](/ja/reference/data-types/int-uint)) — HTTP インターフェイス経由で送信されたバイト数
* `ProfileEvent_InterfaceHTTPReceiveBytes` ([UInt64](/ja/reference/data-types/int-uint)) — HTTP インターフェイス経由で受信したバイト数
* `ProfileEvent_InterfaceNativeSendBytes` ([UInt64](/ja/reference/data-types/int-uint)) — ネイティブインターフェイス経由で送信されたバイト数
* `ProfileEvent_InterfaceNativeReceiveBytes` ([UInt64](/ja/reference/data-types/int-uint)) — ネイティブインターフェイス経由で受信したバイト数
* `ProfileEvent_InterfacePrometheusSendBytes` ([UInt64](/ja/reference/data-types/int-uint)) — Prometheus インターフェイス経由で送信されたバイト数
* `ProfileEvent_InterfacePrometheusReceiveBytes` ([UInt64](/ja/reference/data-types/int-uint)) — Prometheus インターフェイス経由で受信したバイト数
* `ProfileEvent_InterfaceInterserverSendBytes` ([UInt64](/ja/reference/data-types/int-uint)) — サーバー間インターフェイス経由で送信されたバイト数
* `ProfileEvent_InterfaceInterserverReceiveBytes` ([UInt64](/ja/reference/data-types/int-uint)) — サーバー間インターフェイス経由で受信したバイト数
* `ProfileEvent_InterfaceMySQLSendBytes` ([UInt64](/ja/reference/data-types/int-uint)) — MySQL インターフェイス経由で送信されたバイト数
* `ProfileEvent_InterfaceMySQLReceiveBytes` ([UInt64](/ja/reference/data-types/int-uint)) — MySQL インターフェイス経由で受信したバイト数
* `ProfileEvent_InterfacePostgreSQLSendBytes` ([UInt64](/ja/reference/data-types/int-uint)) — PostgreSQL インターフェイス経由で送信されたバイト数
* `ProfileEvent_InterfacePostgreSQLReceiveBytes` ([UInt64](/ja/reference/data-types/int-uint)) — PostgreSQL インターフェイス経由で受信したバイト数
* `ProfileEvent_ParallelReplicasUsedCount` ([UInt64](/ja/reference/data-types/int-uint)) — タスクベースの並列レプリカでクエリを実行する際に使用されたレプリカ数
* `ProfileEvent_ParallelReplicasAvailableCount` ([UInt64](/ja/reference/data-types/int-uint)) — タスクベースの並列レプリカでクエリを実行する際に利用可能なレプリカ数
* `ProfileEvent_ParallelReplicasUnavailableCount` ([UInt64](/ja/reference/data-types/int-uint)) — タスクベースの並列レプリカでのクエリ実行中に選択されたものの、利用不可であることが判明したレプリカ数
* `ProfileEvent_SharedMergeTreeVirtualPartsUpdates` ([UInt64](/ja/reference/data-types/int-uint)) — 仮想パーツ更新数
* `ProfileEvent_SharedMergeTreeVirtualPartsUpdatesByLeader` ([UInt64](/ja/reference/data-types/int-uint)) — リーダーによる仮想パーツ更新数
* `ProfileEvent_SharedMergeTreeVirtualPartsUpdateMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 仮想パーツ更新に要したマイクロ秒数
* `ProfileEvent_SharedMergeTreeVirtualPartsUpdatesFromZooKeeper` ([UInt64](/ja/reference/data-types/int-uint)) — ZooKeeper からの仮想パーツ更新数
* `ProfileEvent_SharedMergeTreeVirtualPartsUpdatesFromZooKeeperMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ZooKeeper からの仮想パーツ更新に要したマイクロ秒数
* `ProfileEvent_SharedMergeTreeVirtualPartsUpdatesPeerNotFound` ([UInt64](/ja/reference/data-types/int-uint)) — ピアが見つからなかったために失敗した仮想更新数
* `ProfileEvent_SharedMergeTreeVirtualPartsUpdatesFromPeer` ([UInt64](/ja/reference/data-types/int-uint)) — ピアからの仮想パーツ更新数
* `ProfileEvent_SharedMergeTreeVirtualPartsUpdatesFromPeerMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ピアからの仮想パーツ更新に要したマイクロ秒数
* `ProfileEvent_SharedMergeTreeVirtualPartsUpdatesForMergesOrStatus` ([UInt64](/ja/reference/data-types/int-uint)) — デフォルト以外のバックグラウンドジョブによる仮想パーツ更新
* `ProfileEvent_SharedMergeTreeVirtualPartsUpdatesLeaderFailedElection` ([UInt64](/ja/reference/data-types/int-uint)) — 仮想パーツ更新のリーダー選出に失敗した回数
* `ProfileEvent_SharedMergeTreeVirtualPartsUpdatesLeaderSuccessfulElection` ([UInt64](/ja/reference/data-types/int-uint)) — 仮想パーツ更新のリーダー選出に成功した回数
* `ProfileEvent_SharedMergeTreeMergeMutationAssignmentAttempt` ([UInt64](/ja/reference/data-types/int-uint)) — マージまたはミューテーションの割り当てを試行した回数
* `ProfileEvent_SharedMergeTreeMergeMutationAssignmentFailedWithNothingToDo` ([UInt64](/ja/reference/data-types/int-uint)) — マージするものがなく、マージまたはミューテーションの割り当てに失敗した回数
* `ProfileEvent_SharedMergeTreeMergeMutationAssignmentFailedWithConflict` ([UInt64](/ja/reference/data-types/int-uint)) — Keeper で競合が発生し、マージまたはミューテーションの割り当てに失敗した回数
* `ProfileEvent_SharedMergeTreeMergeMutationAssignmentSuccessful` ([UInt64](/ja/reference/data-types/int-uint)) — マージまたはミューテーションの割り当てに成功した回数
* `ProfileEvent_SharedMergeTreeMergePartsMovedToOudated` ([UInt64](/ja/reference/data-types/int-uint)) — outdated ディレクトリに移動されたパーツ数
* `ProfileEvent_SharedMergeTreeMergePartsMovedToCondemned` ([UInt64](/ja/reference/data-types/int-uint)) — 廃棄対象ディレクトリに移動されたパーツ数
* `ProfileEvent_SharedMergeTreeOutdatedPartsConfirmationRequest` ([UInt64](/ja/reference/data-types/int-uint)) — outdated パーツの確認に使用された ZooKeeper リクエスト数
* `ProfileEvent_SharedMergeTreeOutdatedPartsConfirmationInvocations` ([UInt64](/ja/reference/data-types/int-uint)) — outdated パーツの確認を実行した回数
* `ProfileEvent_SharedMergeTreeOutdatedPartsHTTPRequest` ([UInt64](/ja/reference/data-types/int-uint)) — outdated パーツの確認のために送信された HTTP リクエスト数
* `ProfileEvent_SharedMergeTreeOutdatedPartsHTTPResponse` ([UInt64](/ja/reference/data-types/int-uint)) — outdated パーツの確認のために受信した HTTP レスポンス数
* `ProfileEvent_SharedMergeTreeCondemnedPartsKillRequest` ([UInt64](/ja/reference/data-types/int-uint)) — 廃棄対象パーツの削除に使用された ZooKeeper リクエスト数
* `ProfileEvent_SharedMergeTreeCondemnedPartsLockConflict` ([UInt64](/ja/reference/data-types/int-uint)) — 競合によりロック取得に失敗した回数
* `ProfileEvent_SharedMergeTreeCondemnedPartsRemoved` ([UInt64](/ja/reference/data-types/int-uint)) — 削除された廃棄対象パーツ数
* `ProfileEvent_SharedMergeTreePartsKillerRuns` ([UInt64](/ja/reference/data-types/int-uint)) — パーツキラーが実行された回数
* `ProfileEvent_SharedMergeTreePartsKillerMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — パーツキラーのメインスレッドが要した時間
* `ProfileEvent_SharedMergeTreePartsKillerParts` ([UInt64](/ja/reference/data-types/int-uint)) — キラーによってスケジュールされたパーツ数
* `ProfileEvent_SharedMergeTreePartsKillerPartsMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — パーツの削除に要した時間 (複数スレッドで実行)
* `ProfileEvent_SharedMergeTreeMergeSelectingTaskMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — SMT におけるマージ選択タスクの所要時間 (マイクロ秒)
* `ProfileEvent_SharedMergeTreeReplicaSetUpdateTaskRuns` ([UInt64](/ja/reference/data-types/int-uint)) — updateReplicaSetTask が実行された回数
* `ProfileEvent_SharedMergeTreeOptimizeAsync` ([UInt64](/ja/reference/data-types/int-uint)) — 非同期の OPTIMIZE クエリの実行回数
* `ProfileEvent_SharedMergeTreeOptimizeSync` ([UInt64](/ja/reference/data-types/int-uint)) — 同期の OPTIMIZE クエリの実行回数
* `ProfileEvent_SharedMergeTreeScheduleDataProcessingJob` ([UInt64](/ja/reference/data-types/int-uint)) — scheduleDataProcessingJob が呼び出された回数
* `ProfileEvent_SharedMergeTreeScheduleDataProcessingJobNothingToScheduled` ([UInt64](/ja/reference/data-types/int-uint)) — scheduleDataProcessingJob が呼び出されたものの、処理対象がなかった回数
* `ProfileEvent_SharedMergeTreeScheduleDataProcessingJobMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — scheduleDataProcessingJob の実行時間
* `ProfileEvent_SharedMergeTreeHandleBlockingParts` ([UInt64](/ja/reference/data-types/int-uint)) — scheduleDataProcessingJob で処理するブロッキングパーツの数
* `ProfileEvent_SharedMergeTreeHandleBlockingPartsMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — scheduleDataProcessingJob におけるブロッキングパーツの処理時間
* `ProfileEvent_SharedMergeTreeHandleFetchPartsMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — scheduleDataProcessingJob における取得済みパーツの処理時間
* `ProfileEvent_SharedMergeTreeHandleOutdatedParts` ([UInt64](/ja/reference/data-types/int-uint)) — scheduleDataProcessingJob で処理する古いパーツの数
* `ProfileEvent_SharedMergeTreeHandleOutdatedPartsMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — scheduleDataProcessingJob における古いパーツの処理時間
* `ProfileEvent_SharedMergeTreeSelectPartsForRendezvousFetchMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — selectPartsForRendezvousFetch の所要時間
* `ProfileEvent_SharedMergeTreeSelectPartsForRendezvousFetchParts` ([UInt64](/ja/reference/data-types/int-uint)) — selectPartsForRendezvousFetch で選択されたパーツ数
* `ProfileEvent_SharedMergeTreeSelectPartsForCoordinatedFetchMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — selectPartsForCoordinatedFetch の所要時間
* `ProfileEvent_SharedMergeTreeSelectPartsForCoordinatedFetchParts` ([UInt64](/ja/reference/data-types/int-uint)) — selectPartsForCoordinatedFetch で選択されたパーツ数
* `ProfileEvent_SharedMergeTreeSelectPartsForFullFetchMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — selectPartsForFullFetch の所要時間
* `ProfileEvent_SharedMergeTreeSelectPartsForFullFetchParts` ([UInt64](/ja/reference/data-types/int-uint)) — selectPartsForFullFetch で選択されたパーツ数
* `ProfileEvent_SharedMergeTreeTryUpdateDiskMetadataCacheForPartMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — scheduleDataProcessingJob における tryUpdateDiskMetadataCacheForPart の所要時間
* `ProfileEvent_SharedMergeTreeLoadChecksumAndIndexesMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — SharedMergeTree でのみ使用される loadColumnsChecksumsIndexes の所要時間
* `ProfileEvent_SharedMergeTreeSnapshotPartsCleanRequest` ([UInt64](/ja/reference/data-types/int-uint)) — SnapshotCleanerThread がパーツのクリーンアップを決定した回数
* `ProfileEvent_SharedMergeTreeSnapshotPartsCleanerParts` ([UInt64](/ja/reference/data-types/int-uint)) — SnapshotCleanerThread がパーツのクリーンアップを試みた時間
* `ProfileEvent_SharedMergeTreeSnapshotPartsRemoved` ([UInt64](/ja/reference/data-types/int-uint)) — SnapshotCleanerThread がパーツのクリーンアップに成功した回数
* `ProfileEvent_SharedMergeTreeSnapshotPartsCleanerRuns` ([UInt64](/ja/reference/data-types/int-uint)) — SnapshotCleanerThread の実行回数
* `ProfileEvent_SharedMergeTreeSnapshotPartsCleanerMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — SnapshotCleanerThread の実行時間
* `ProfileEvent_SharedMergeTreeSnapshotPartsCleanerPartsMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — SnapshotCleanerThread がパーツのクリーンアップに要した時間
* `ProfileEvent_SharedMergeTreeDataPartsFetchAttempt` ([UInt64](/ja/reference/data-types/int-uint)) — データパーツの取得を試みた回数
* `ProfileEvent_SharedMergeTreeDataPartsFetchFromPeer` ([UInt64](/ja/reference/data-types/int-uint)) — ピアからデータパーツを取得した回数
* `ProfileEvent_SharedMergeTreeDataPartsFetchFromPeerMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ピアからのデータパーツ取得に要したマイクロ秒数
* `ProfileEvent_SharedMergeTreeDataPartsFetchFromS3` ([UInt64](/ja/reference/data-types/int-uint)) — S3 からデータパーツを取得した回数
* `ProfileEvent_SharedMergeTreeReplicaSetUpdatesFromZooKeeper` ([UInt64](/ja/reference/data-types/int-uint)) — ZooKeeper からレプリカセットを更新した回数
* `ProfileEvent_SharedMergeTreeReplicaSetUpdatesFromZooKeeperRequests` ([UInt64](/ja/reference/data-types/int-uint)) — レプリカセットの更新のために実行した ZooKeeper リクエストの総数
* `ProfileEvent_SharedMergeTreeReplicaSetUpdatesFromZooKeeperMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — レプリカセットの更新に費やした時間
* `ProfileEvent_KeeperLogsEntryReadFromLatestCache` ([UInt64](/ja/reference/data-types/int-uint)) — Keeper で latest logs cache から読み取られたログエントリ数
* `ProfileEvent_KeeperLogsEntryReadFromCommitCache` ([UInt64](/ja/reference/data-types/int-uint)) — Keeper で commit logs cache から読み取られたログエントリ数
* `ProfileEvent_KeeperLogsEntryReadFromFile` ([UInt64](/ja/reference/data-types/int-uint)) — Keeper で changelog file から直接読み取られたログエントリ数
* `ProfileEvent_KeeperLogsPrefetchedEntries` ([UInt64](/ja/reference/data-types/int-uint)) — Keeper で changelog file から事前読み込みされたログエントリ数
* `ProfileEvent_KeeperChangelogWrittenBytes` ([UInt64](/ja/reference/data-types/int-uint)) — Keeper の changelog に書き込まれたバイト数
* `ProfileEvent_KeeperChangelogFileSyncMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Keeper の changelog に対する `fsync` に費やした時間 (非圧縮ログのみ)
* `ProfileEvent_KeeperSnapshotWrittenBytes` ([UInt64](/ja/reference/data-types/int-uint)) — Keeper の snapshot file に書き込まれたバイト数
* `ProfileEvent_KeeperSnapshotFileSyncMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — Keeper の snapshot file に対する `fsync` に費やした時間
* `ProfileEvent_StorageConnectionsCreated` ([UInt64](/ja/reference/data-types/int-uint)) — ストレージ向けに作成された接続数
* `ProfileEvent_StorageConnectionsReused` ([UInt64](/ja/reference/data-types/int-uint)) — ストレージ向けに再利用された接続数
* `ProfileEvent_StorageConnectionsReset` ([UInt64](/ja/reference/data-types/int-uint)) — ストレージ向けにリセットされた接続数
* `ProfileEvent_StorageConnectionsPreserved` ([UInt64](/ja/reference/data-types/int-uint)) — ストレージ向けに維持された接続数
* `ProfileEvent_StorageConnectionsExpired` ([UInt64](/ja/reference/data-types/int-uint)) — ストレージ向けに期限切れとなった接続数
* `ProfileEvent_StorageConnectionsErrors` ([UInt64](/ja/reference/data-types/int-uint)) — ストレージ向け接続の作成に失敗した件数
* `ProfileEvent_StorageConnectionsElapsedMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ストレージ向け接続の作成に費やした合計時間
* `ProfileEvent_DiskConnectionsCreated` ([UInt64](/ja/reference/data-types/int-uint)) — ディスク向けに作成された接続数
* `ProfileEvent_DiskConnectionsReused` ([UInt64](/ja/reference/data-types/int-uint)) — ディスク向けに再利用された接続数
* `ProfileEvent_DiskConnectionsReset` ([UInt64](/ja/reference/data-types/int-uint)) — ディスク向けにリセットされた接続数
* `ProfileEvent_DiskConnectionsPreserved` ([UInt64](/ja/reference/data-types/int-uint)) — ディスク向けに維持された接続数
* `ProfileEvent_DiskConnectionsExpired` ([UInt64](/ja/reference/data-types/int-uint)) — ディスク向けに期限切れとなった接続数
* `ProfileEvent_DiskConnectionsErrors` ([UInt64](/ja/reference/data-types/int-uint)) — ディスク向け接続の作成に失敗した件数
* `ProfileEvent_DiskConnectionsElapsedMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ディスク向け接続の作成に費やした合計時間
* `ProfileEvent_HTTPConnectionsCreated` ([UInt64](/ja/reference/data-types/int-uint)) — 作成されたクライアント HTTP 接続数
* `ProfileEvent_HTTPConnectionsReused` ([UInt64](/ja/reference/data-types/int-uint)) — 再利用されたクライアント HTTP 接続の数
* `ProfileEvent_HTTPConnectionsReset` ([UInt64](/ja/reference/data-types/int-uint)) — リセットされたクライアント HTTP 接続の数
* `ProfileEvent_HTTPConnectionsPreserved` ([UInt64](/ja/reference/data-types/int-uint)) — 保持されたクライアント HTTP 接続の数
* `ProfileEvent_HTTPConnectionsExpired` ([UInt64](/ja/reference/data-types/int-uint)) — 期限切れとなったクライアント HTTP 接続の数
* `ProfileEvent_HTTPConnectionsErrors` ([UInt64](/ja/reference/data-types/int-uint)) — クライアント HTTP 接続の作成に失敗した回数
* `ProfileEvent_HTTPConnectionsElapsedMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — クライアント HTTP 接続の作成に費やした合計時間
* `ProfileEvent_HTTPServerConnectionsCreated` ([UInt64](/ja/reference/data-types/int-uint)) — 作成されたサーバー HTTP 接続の数
* `ProfileEvent_HTTPServerConnectionsReused` ([UInt64](/ja/reference/data-types/int-uint)) — 再利用されたサーバー HTTP 接続の数
* `ProfileEvent_HTTPServerConnectionsPreserved` ([UInt64](/ja/reference/data-types/int-uint)) — 保持されたサーバー HTTP 接続の数。接続の Keep alive に成功した回数
* `ProfileEvent_HTTPServerConnectionsExpired` ([UInt64](/ja/reference/data-types/int-uint)) — 期限切れとなったサーバー HTTP 接続の数。
* `ProfileEvent_HTTPServerConnectionsClosed` ([UInt64](/ja/reference/data-types/int-uint)) — クローズされたサーバー HTTP 接続の数。Keep alive がネゴシエートされなかった回数
* `ProfileEvent_HTTPServerConnectionsReset` ([UInt64](/ja/reference/data-types/int-uint)) — リセットされたサーバー HTTP 接続の数。サーバーが接続を閉じた回数
* `ProfileEvent_AddressesDiscovered` ([UInt64](/ja/reference/data-types/int-uint)) — HTTP 接続の DNS resolve results に含まれる新規アドレスの総数
* `ProfileEvent_AddressesExpired` ([UInt64](/ja/reference/data-types/int-uint)) — HTTP 接続の DNS resolve results に存在しなくなったアドレスの総数
* `ProfileEvent_AddressesMarkedAsFailed` ([UInt64](/ja/reference/data-types/int-uint)) — HTTP 接続で接続エラーにより障害ありとしてマークされたアドレスの総数
* `ProfileEvent_ReadWriteBufferFromHTTPRequestsSent` ([UInt64](/ja/reference/data-types/int-uint)) — ReadWriteBufferFromHTTP によって送信された HTTP リクエストの数
* `ProfileEvent_ReadWriteBufferFromHTTPBytes` ([UInt64](/ja/reference/data-types/int-uint)) — ReadWriteBufferFromHTTP によって送受信された payload バイトの合計サイズ。HTTP ヘッダーは含まれません。
* `ProfileEvent_WriteBufferFromHTTPRequestsSent` ([UInt64](/ja/reference/data-types/int-uint)) — WriteBufferFromHTTP によって送信された HTTP リクエストの数
* `ProfileEvent_WriteBufferFromHTTPBytes` ([UInt64](/ja/reference/data-types/int-uint)) — WriteBufferFromHTTP によって送受信された payload バイトの合計サイズ。HTTP ヘッダーは含まれません。
* `ProfileEvent_ConcurrencyControlSlotsGranted` ([UInt64](/ja/reference/data-types/int-uint)) — クエリごとに 1 thread を保証する条件、および設定 'use\_concurrency\_control' = 0 のクエリに基づいて付与された CPU slot の数
* `ProfileEvent_ConcurrencyControlSlotsDelayed` ([UInt64](/ja/reference/data-types/int-uint)) — 最初は付与されず、空き CPU slot を待つ必要があった CPU slot の数
* `ProfileEvent_ConcurrencyControlSlotsAcquired` ([UInt64](/ja/reference/data-types/int-uint)) — 取得された CPU slots の総数
* `ProfileEvent_ConcurrencyControlSlotsAcquiredNonCompeting` ([UInt64](/ja/reference/data-types/int-uint)) — 競合なしで取得された CPU slot の総数
* `ProfileEvent_ConcurrencyControlQueriesDelayed` ([UInt64](/ja/reference/data-types/int-uint)) — slot の増加のために待機が必要だった CPU slot の割り当て (クエリ) の総数
* `ProfileEvent_ConcurrencyControlWaitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — クエリが CPU slots の resource requests を待機していた合計時間。
* `ProfileEvent_ConcurrencyControlPreemptedMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — CPUスロットのプリエンプションによりクエリが待機していた合計時間
* `ProfileEvent_ConcurrencyControlPreemptions` ([UInt64](/ja/reference/data-types/int-uint)) — CPUプリエンプションの合計回数
* `ProfileEvent_ConcurrencyControlUpscales` ([UInt64](/ja/reference/data-types/int-uint)) — CPUスケールアップイベントの合計回数
* `ProfileEvent_ConcurrencyControlDownscales` ([UInt64](/ja/reference/data-types/int-uint)) — CPUスケールダウンイベントの合計回数
* `ProfileEvent_ConcurrentQuerySlotsAcquired` ([UInt64](/ja/reference/data-types/int-uint)) — 取得されたクエリスロットの合計数
* `ProfileEvent_ConcurrentQueryWaitMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — クエリがクエリスロットを待機していた合計時間
* `ProfileEvent_CoordinatedMergesMergeCoordinatorUpdateCount` ([UInt64](/ja/reference/data-types/int-uint)) — マージコーディネーターの更新回数の合計
* `ProfileEvent_CoordinatedMergesMergeCoordinatorUpdateMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — マージコーディネーター状態の更新に費やされた合計時間
* `ProfileEvent_CoordinatedMergesMergeCoordinatorFetchMetadataMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — マージコーディネーター内部で最新のメタデータを取得するのに費やされた合計時間
* `ProfileEvent_CoordinatedMergesMergeCoordinatorFilterMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — マージコーディネーター内部で準備済みのマージをフィルタリングするのに費やされた合計時間
* `ProfileEvent_CoordinatedMergesMergeCoordinatorSelectMergesMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — マージコーディネーター内部でマージセレクターを使用してマージを見つけるのに費やされた合計時間
* `ProfileEvent_CoordinatedMergesMergeCoordinatorLockStateForShareCount` ([UInt64](/ja/reference/data-types/int-uint)) — コーディネーター状態ロックを共有で取得した合計回数
* `ProfileEvent_CoordinatedMergesMergeCoordinatorLockStateExclusivelyCount` ([UInt64](/ja/reference/data-types/int-uint)) — コーディネーター状態ロックを排他的に取得した合計回数
* `ProfileEvent_CoordinatedMergesMergeCoordinatorLockStateForShareMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 共有用にコーディネーター状態のミューテックスをロックするのに費やされた合計時間
* `ProfileEvent_CoordinatedMergesMergeCoordinatorLockStateExclusivelyMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — コーディネーター状態のミューテックスを排他的にロックするのに費やされた合計時間
* `ProfileEvent_CoordinatedMergesMergeWorkerUpdateCount` ([UInt64](/ja/reference/data-types/int-uint)) — マージワーカーの更新回数の合計
* `ProfileEvent_CoordinatedMergesMergeWorkerUpdateMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — ワーカー上で割り当てられたマージのローカル状態を更新するのに費やされた合計時間
* `ProfileEvent_CoordinatedMergesMergeAssignmentRequest` ([UInt64](/ja/reference/data-types/int-uint)) — マージ割り当てリクエストの合計数
* `ProfileEvent_CoordinatedMergesMergeAssignmentResponse` ([UInt64](/ja/reference/data-types/int-uint)) — マージ割り当てレスポンスの合計数
* `ProfileEvent_CoordinatedMergesMergeAssignmentRequestMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — マージ割り当てクライアントで費やされた合計時間
* `ProfileEvent_CoordinatedMergesMergeAssignmentResponseMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — マージ割り当てハンドラーで費やされた合計時間
* `ProfileEvent_SharedDatabaseCatalogFailedToApplyState` ([UInt64](/ja/reference/data-types/int-uint)) — SharedDatabaseCatalog で新しい状態の適用に失敗した回数
* `ProfileEvent_SharedDatabaseCatalogStateApplicationMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — SharedDatabaseCatalog で新しい状態の適用に費やされた合計時間
* `ProfileEvent_MemoryWorkerRun` ([UInt64](/ja/reference/data-types/int-uint)) — MemoryWorker がバックグラウンドで実行した回数
* `ProfileEvent_MemoryWorkerRunElapsedMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — MemoryWorker がバックグラウンド処理に費やした合計時間
* `ProfileEvent_ParquetFetchWaitTimeMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — デコードスレッド (プリフェッチスレッドを除く) による Parquet ファイルの読み取り待機時間
* `ProfileEvent_WasmSerializationMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — WebAssembly コードの実行に費やされた時間
* `ProfileEvent_WasmDeserializationMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — WebAssembly コードの実行に費やされた時間
* `ProfileEvent_WasmGuestExecuteMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — WebAssembly コードの実行に費やされた時間
* `ProfileEvent_WasmTotalExecuteMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — WebAssembly コードの実行に費やされた時間
* `ProfileEvent_WasmModuleInstatiate` ([UInt64](/ja/reference/data-types/int-uint)) — 作成された WebAssembly コンパートメントの数
* `ProfileEvent_WasmMemoryAllocated` ([UInt64](/ja/reference/data-types/int-uint)) — WebAssembly コンパートメントに割り当てられたメモリの総量
* `ProfileEvent_ParquetReadRowGroups` ([UInt64](/ja/reference/data-types/int-uint)) — Parquet データから読み取られた行グループの総数
* `ProfileEvent_ParquetPrunedRowGroups` ([UInt64](/ja/reference/data-types/int-uint)) — Parquet データからプルーニングされた行グループの総数
* `ProfileEvent_ParquetDecodingTasks` ([UInt64](/ja/reference/data-types/int-uint)) — Parquet リーダーが発行したタスク数
* `ProfileEvent_ParquetDecodingTaskBatches` ([UInt64](/ja/reference/data-types/int-uint)) — Parquet リーダーがスレッドプールに送信したタスクグループ数
* `ProfileEvent_ParquetPrefetcherReadRandomRead` ([UInt64](/ja/reference/data-types/int-uint)) — DB::Parquet::Prefetcher による ReadMode::RandomRead での読み取り総数
* `ProfileEvent_ParquetPrefetcherReadSeekAndRead` ([UInt64](/ja/reference/data-types/int-uint)) — DB::Parquet::Prefetcher による ReadMode::SeekAndRead での読み取り総数
* `ProfileEvent_ParquetPrefetcherReadEntireFile` ([UInt64](/ja/reference/data-types/int-uint)) — DB::Parquet::Prefetcher による ReadMode::EntireFileIsInMemory での読み取り総数
* `ProfileEvent_ParquetRowsFilterExpression` ([UInt64](/ja/reference/data-types/int-uint)) — filter を通過した行の総数
* `ProfileEvent_ParquetColumnsFilterExpression` ([UInt64](/ja/reference/data-types/int-uint)) — filter を通過したカラムの総数
* `ProfileEvent_FilterTransformPassedRows` ([UInt64](/ja/reference/data-types/int-uint)) — クエリでフィルタを通過した行数
* `ProfileEvent_FilterTransformPassedBytes` ([UInt64](/ja/reference/data-types/int-uint)) — クエリでフィルタを通過したバイト数
* `ProfileEvent_QueryPreempted` ([UInt64](/ja/reference/data-types/int-uint)) — 'priority' 設定によりタスクが一時停止され、待機状態になった回数
* `ProfileEvent_IndexBinarySearchAlgorithm` ([UInt64](/ja/reference/data-types/int-uint)) — 索引マークに対して二分探索アルゴリズムが使用された回数
* `ProfileEvent_IndexGenericExclusionSearchAlgorithm` ([UInt64](/ja/reference/data-types/int-uint)) — 索引マークに対して汎用排除検索アルゴリズムが使用された回数
* `ProfileEvent_ParallelReplicasQueryCount` ([UInt64](/ja/reference/data-types/int-uint)) — クエリ実行中に並列レプリカを使用して実行された (サブ) クエリ数
* `ProfileEvent_DistributedConnectionReconnectCount` ([UInt64](/ja/reference/data-types/int-uint)) — 分散クエリ実行中に他のサーバーへの再接続が行われた回数。接続プールから古くなった接続を取得した場合に発生することがあります
* `ProfileEvent_DistributedConnectionConnectCount` ([UInt64](/ja/reference/data-types/int-uint)) — 分散クエリ実行中に他のサーバーへ接続した回数。プール内の既存の接続ではなく、新しい接続が確立された場合に発生します。
* `ProfileEvent_RefreshableViewRefreshSuccess` ([UInt64](/ja/reference/data-types/int-uint)) — リフレッシャブルmaterialized view がリフレッシュされた回数
* `ProfileEvent_RefreshableViewRefreshFailed` ([UInt64](/ja/reference/data-types/int-uint)) — リフレッシャブルmaterialized view のリフレッシュに失敗した回数
* `ProfileEvent_RefreshableViewSyncReplicaSuccess` ([UInt64](/ja/reference/data-types/int-uint)) — リフレッシャブルmaterialized view に対する SELECT で、暗黙的な SYNC REPLICA が実行された回数
* `ProfileEvent_RefreshableViewSyncReplicaRetry` ([UInt64](/ja/reference/data-types/int-uint)) — リフレッシャブルmaterialized view に対する SELECT が失敗し、暗黙的な SYNC REPLICA が再試行された回数
* `ProfileEvent_RefreshableViewLockTableRetry` ([UInt64](/ja/reference/data-types/int-uint)) — リフレッシャブルmaterialized view に対する SELECT で、古いテーブルが drop されたため新しいテーブルに切り替える必要があった回数
* `ProfileEvent_AsyncLoggingConsoleTotalMessages` ([UInt64](/ja/reference/data-types/int-uint)) — console log 用の async queue に送信されたメッセージ数 (受理・破棄を含む合計)
* `ProfileEvent_AsyncLoggingFileLogTotalMessages` ([UInt64](/ja/reference/data-types/int-uint)) — file log 用の async queue に送信されたメッセージ数 (受理・破棄を含む合計)
* `ProfileEvent_AsyncLoggingErrorFileLogTotalMessages` ([UInt64](/ja/reference/data-types/int-uint)) — error file log 用の async queue に送信されたメッセージ数 (受理・破棄を含む合計)
* `ProfileEvent_AsyncLoggingSyslogTotalMessages` ([UInt64](/ja/reference/data-types/int-uint)) — syslog 用の async queue に送信されたメッセージ数 (受理・破棄を含む合計)
* `ProfileEvent_AsyncLoggingTextLogTotalMessages` ([UInt64](/ja/reference/data-types/int-uint)) — text\_log 用の async queue に送信されたメッセージ数 (受理・破棄を含む合計)
* `ProfileEvent_AsyncLoggingConsoleDroppedMessages` ([UInt64](/ja/reference/data-types/int-uint)) — async log queue が満杯だったため、console log から破棄されたメッセージ数
* `ProfileEvent_AsyncLoggingFileLogDroppedMessages` ([UInt64](/ja/reference/data-types/int-uint)) — async log queue が満杯だったため、file log から破棄されたメッセージ数
* `ProfileEvent_AsyncLoggingErrorFileLogDroppedMessages` ([UInt64](/ja/reference/data-types/int-uint)) — async log queue が満杯だったため、error file log から破棄されたメッセージ数
* `ProfileEvent_AsyncLoggingSyslogDroppedMessages` ([UInt64](/ja/reference/data-types/int-uint)) — async log queue が満杯だったため、syslog から破棄されたメッセージ数
* `ProfileEvent_AsyncLoggingTextLogDroppedMessages` ([UInt64](/ja/reference/data-types/int-uint)) — async log queue が満杯だったため、text\_log から破棄されたメッセージ数
* `ProfileEvent_JemallocFailedAllocationSampleTracking` ([UInt64](/ja/reference/data-types/int-uint)) — jemalloc の割り当てサンプルの追跡に失敗した総回数
* `ProfileEvent_JemallocFailedDeallocationSampleTracking` ([UInt64](/ja/reference/data-types/int-uint)) — jemalloc の解放サンプルの追跡に失敗した総回数
* `ProfileEvent_LoadedStatisticsMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — パーツから統計を読み込むのにかかった経過時間
* `ProfileEvent_RuntimeDataflowStatisticsInputBytes` ([UInt64](/ja/reference/data-types/int-uint)) — クエリを並列レプリカで実行した場合にレプリカが読み取るバイト数について収集された統計
* `ProfileEvent_RuntimeDataflowStatisticsOutputBytes` ([UInt64](/ja/reference/data-types/int-uint)) — クエリを並列レプリカで実行した場合にレプリカがイニシエーターへ送信するバイト数について収集された統計
* `ProfileEvent_S3CachedCredentialsProvidersReused` ([UInt64](/ja/reference/data-types/int-uint)) — cache から再利用された credentials provider の総数
* `ProfileEvent_S3CachedCredentialsProvidersAdded` ([UInt64](/ja/reference/data-types/int-uint)) — cache に新たに追加された credentials provider の総数
* `ProfileEvent_RuntimeFiltersCreated` ([UInt64](/ja/reference/data-types/int-uint)) — クエリ内で作成された個別の JOIN Runtime Filters の数
* `ProfileEvent_RuntimeFilterBlocksProcessed` ([UInt64](/ja/reference/data-types/int-uint)) — JOIN Runtime Filters によって処理されたブロック数
* `ProfileEvent_RuntimeFilterBlocksSkipped` ([UInt64](/ja/reference/data-types/int-uint)) — フィルタリング率が低いためフィルタが動的に無効化され、処理されずに JOIN Runtime Filters によってスキップされたブロック数
* `ProfileEvent_RuntimeFilterRowsChecked` ([UInt64](/ja/reference/data-types/int-uint)) — JOIN Runtime Filters によってチェックされた行数
* `ProfileEvent_RuntimeFilterRowsPassed` ([UInt64](/ja/reference/data-types/int-uint)) — JOIN Runtime Filters を通過した (フィルタで除外されなかった) 行数
* `ProfileEvent_RuntimeFilterRowsSkipped` ([UInt64](/ja/reference/data-types/int-uint)) — JOIN Runtime Filters によってスキップされたブロック内の行数
* `ProfileEvent_JoinBuildPostProcessingMicroseconds` ([UInt64](/ja/reference/data-types/int-uint)) — 右側の JOIN を構築した後の後処理ステップの経過時間。
* `ProfileEvent_AIInputTokens` ([UInt64](/ja/reference/data-types/int-uint)) — クエリ内のすべての AI 関数呼び出しで消費されたプロンプトトークンの合計。
* `ProfileEvent_AIOutputTokens` ([UInt64](/ja/reference/data-types/int-uint)) — クエリ内のすべての AI 関数呼び出しで消費された補完トークンの合計。
* `ProfileEvent_AIAPICalls` ([UInt64](/ja/reference/data-types/int-uint)) — AI プロバイダーに送出された HTTP リクエスト数。
* `ProfileEvent_AIRowsProcessed` ([UInt64](/ja/reference/data-types/int-uint)) — AI の結果を受け取った行数。
* `ProfileEvent_AIRowsSkipped` ([UInt64](/ja/reference/data-types/int-uint)) — クォータまたはエラーによりデフォルト値が返された行数。
* `CurrentMetric_Query` ([Int64](/ja/reference/data-types/int-uint)) — 実行中のクエリ数
* `CurrentMetric_ASTFuzzerAccumulatedFragments` ([Int64](/ja/reference/data-types/int-uint)) — 今後のミューテーションで使用するために、サーバー側 AST fuzzer が蓄積した AST フラグメント数。
* `CurrentMetric_QueryNonInternal` ([Int64](/ja/reference/data-types/int-uint)) — 実行中の非内部クエリ数 (ユーザーが開始したクエリで、ClickHouse の内部クエリを除く)
* `CurrentMetric_Merge` ([Int64](/ja/reference/data-types/int-uint)) — 実行中のバックグラウンドマージ数
* `CurrentMetric_MergeParts` ([Int64](/ja/reference/data-types/int-uint)) — 現在のバックグラウンドマージに参加しているソースパーツ数
* `CurrentMetric_Move` ([Int64](/ja/reference/data-types/int-uint)) — 現在実行中の移動処理数
* `CurrentMetric_PartMutation` ([Int64](/ja/reference/data-types/int-uint)) — ミューテーション数 (ALTER DELETE/UPDATE)
* `CurrentMetric_ReplicatedFetch` ([Int64](/ja/reference/data-types/int-uint)) — レプリカからフェッチ中のデータパーツ数
* `CurrentMetric_ReplicatedSend` ([Int64](/ja/reference/data-types/int-uint)) — レプリカに送信中のデータパーツ数
* `CurrentMetric_ReplicatedChecks` ([Int64](/ja/reference/data-types/int-uint)) — 一貫性チェック中のデータパーツ数
* `CurrentMetric_BackgroundMergesAndMutationsPoolTask` ([Int64](/ja/reference/data-types/int-uint)) — 関連するバックグラウンドプール内でアクティブなマージおよびミューテーション数
* `CurrentMetric_BackgroundMergesAndMutationsPoolSize` ([Int64](/ja/reference/data-types/int-uint)) — 関連するバックグラウンドプール内でアクティブにできるマージおよびミューテーション数の上限
* `CurrentMetric_BackgroundFetchesPoolTask` ([Int64](/ja/reference/data-types/int-uint)) — 関連するバックグラウンドプール内でアクティブなフェッチ数
* `CurrentMetric_BackgroundFetchesPoolSize` ([Int64](/ja/reference/data-types/int-uint)) — 関連するバックグラウンドプール内で同時に実行できるフェッチ数の上限
* `CurrentMetric_BackgroundCommonPoolTask` ([Int64](/ja/reference/data-types/int-uint)) — 関連するバックグラウンドプール内でアクティブなタスク数
* `CurrentMetric_BackgroundCommonPoolSize` ([Int64](/ja/reference/data-types/int-uint)) — 関連するバックグラウンドプール内のタスク数の上限
* `CurrentMetric_BackgroundMovePoolTask` ([Int64](/ja/reference/data-types/int-uint)) — moves 用の BackgroundProcessingPool におけるアクティブなタスク数
* `CurrentMetric_BackgroundMovePoolSize` ([Int64](/ja/reference/data-types/int-uint)) — moves 用の BackgroundProcessingPool におけるタスク数の上限
* `CurrentMetric_AzureRequests` ([Int64](/ja/reference/data-types/int-uint)) — 現在実行中の Azure リクエスト数
* `CurrentMetric_BackgroundSchedulePoolTask` ([Int64](/ja/reference/data-types/int-uint)) — BackgroundSchedulePool におけるアクティブなタスク数。このプールは、古いデータパーツのクリーンアップ、データパーツの変更、レプリカの再初期化など、定期的な ReplicatedMergeTree タスクに使用されます。
* `CurrentMetric_BackgroundSchedulePoolSize` ([Int64](/ja/reference/data-types/int-uint)) — BackgroundSchedulePool におけるタスク数の上限。このプールは、古いデータパーツのクリーンアップ、データパーツの変更、レプリカの再初期化など、定期的な ReplicatedMergeTree タスクに使用されます。
* `CurrentMetric_BackgroundBufferFlushSchedulePoolTask` ([Int64](/ja/reference/data-types/int-uint)) — BackgroundBufferFlushSchedulePool におけるアクティブなタスク数。このプールは定期的な Buffer の flush に使用されます
* `CurrentMetric_BackgroundBufferFlushSchedulePoolSize` ([Int64](/ja/reference/data-types/int-uint)) — BackgroundBufferFlushSchedulePool におけるタスク数の上限
* `CurrentMetric_BackgroundDistributedSchedulePoolTask` ([Int64](/ja/reference/data-types/int-uint)) — BackgroundDistributedSchedulePool におけるアクティブなタスク数。このプールは、バックグラウンドで実行される分散送信に使用されます。
* `CurrentMetric_BackgroundDistributedSchedulePoolSize` ([Int64](/ja/reference/data-types/int-uint)) — BackgroundDistributedSchedulePool におけるタスク数の上限
* `CurrentMetric_BackgroundMessageBrokerSchedulePoolTask` ([Int64](/ja/reference/data-types/int-uint)) — message streaming 用の BackgroundMessageBrokerSchedulePool におけるアクティブなタスク数
* `CurrentMetric_BackgroundMessageBrokerSchedulePoolSize` ([Int64](/ja/reference/data-types/int-uint)) — message streaming 用の BackgroundMessageBrokerSchedulePool におけるタスク数の上限
* `CurrentMetric_CacheDictionaryUpdateQueueBatches` ([Int64](/ja/reference/data-types/int-uint)) — CacheDictionaries の更新キュー内にある 'batches' (一連のキー) の数。
* `CurrentMetric_CacheDictionaryUpdateQueueKeys` ([Int64](/ja/reference/data-types/int-uint)) — CacheDictionaries の更新キュー内にあるキーの正確な数。
* `CurrentMetric_DiskSpaceReservedForMerge` ([Int64](/ja/reference/data-types/int-uint)) — 現在実行中の background merges 用に予約されているディスク領域。これは、現在 merging 中のパーツの合計サイズよりわずかに大きくなります。
* `CurrentMetric_DistributedSend` ([Int64](/ja/reference/data-types/int-uint)) — 分散テーブルに INSERT されたデータを送信する、リモートサーバーへの接続数。同期モードと非同期モードの両方を含みます。
* `CurrentMetric_QueryPreempted` ([Int64](/ja/reference/data-types/int-uint)) — 'priority' 設定により一時停止され、待機中の実行中タスク数。
* `CurrentMetric_TCPConnection` ([Int64](/ja/reference/data-types/int-uint)) — TCP サーバーへの接続数 (ネイティブインターフェイスを使用するクライアント) 。サーバー間の分散クエリ接続も含まれます
* `CurrentMetric_MySQLConnection` ([Int64](/ja/reference/data-types/int-uint)) — MySQL プロトコルを使用するクライアント接続数
* `CurrentMetric_HTTPConnection` ([Int64](/ja/reference/data-types/int-uint)) — HTTP サーバーへの接続数
* `CurrentMetric_InterserverConnection` ([Int64](/ja/reference/data-types/int-uint)) — パーツを fetch するための、他のレプリカからの接続数
* `CurrentMetric_PostgreSQLConnection` ([Int64](/ja/reference/data-types/int-uint)) — PostgreSQL プロトコルを使用するクライアント接続数
* `CurrentMetric_OpenFileForRead` ([Int64](/ja/reference/data-types/int-uint)) — 読み取り用に開かれているファイル数
* `CurrentMetric_OpenFileForWrite` ([Int64](/ja/reference/data-types/int-uint)) — 書き込み用に開かれているファイル数
* `CurrentMetric_Compressing` ([Int64](/ja/reference/data-types/int-uint)) — 内部 compression codecs を使用する圧縮操作数
* `CurrentMetric_Decompressing` ([Int64](/ja/reference/data-types/int-uint)) — 内部 compression codecs を使用する伸長操作数
* `CurrentMetric_ParallelCompressedWriteBufferThreads` ([Int64](/ja/reference/data-types/int-uint)) — ParallelCompressedWriteBuffer のすべてのインスタンスにおけるスレッド数。これらのスレッドは並列で圧縮と書き込みを行っています
* `CurrentMetric_ParallelCompressedWriteBufferWait` ([Int64](/ja/reference/data-types/int-uint)) — 現在、書き込みに使用できるバッファが利用可能になるのを待機している、ParallelCompressedWriteBuffer のすべてのインスタンスにおけるスレッド数
* `CurrentMetric_TotalTemporaryFiles` ([Int64](/ja/reference/data-types/int-uint)) — 作成された一時ファイルの数
* `CurrentMetric_TemporaryFilesForSort` ([Int64](/ja/reference/data-types/int-uint)) — 外部ソート用に作成された一時ファイルの数
* `CurrentMetric_TemporaryFilesForAggregation` ([Int64](/ja/reference/data-types/int-uint)) — 外部集約用に作成された一時ファイルの数
* `CurrentMetric_TemporaryFilesForJoin` ([Int64](/ja/reference/data-types/int-uint)) — JOIN 用に作成された一時ファイルの数
* `CurrentMetric_TemporaryFilesForMerge` ([Int64](/ja/reference/data-types/int-uint)) — vertical merge 用の一時ファイルの数
* `CurrentMetric_TemporaryFilesUnknown` ([Int64](/ja/reference/data-types/int-uint)) — 用途不明のまま作成された一時ファイルの数
* `CurrentMetric_Read` ([Int64](/ja/reference/data-types/int-uint)) — 実行中の read (read、pread、io\_getevents など) システムコール数
* `CurrentMetric_RemoteRead` ([Int64](/ja/reference/data-types/int-uint)) — リモートリーダーによる実行中の read 数
* `CurrentMetric_Write` ([Int64](/ja/reference/data-types/int-uint)) — 実行中の write (write、pwrite、io\_getevents など) システムコール数
* `CurrentMetric_NetworkReceive` ([Int64](/ja/reference/data-types/int-uint)) — ネットワークからデータを受信しているスレッド数。ClickHouse 関連のネットワーク通信のみを含み、サードパーティライブラリによるものは含みません。
* `CurrentMetric_NetworkSend` ([Int64](/ja/reference/data-types/int-uint)) — ネットワークにデータを送信しているスレッド数。ClickHouse 関連のネットワーク通信のみを含み、サードパーティライブラリによるものは含みません。
* `CurrentMetric_SendScalars` ([Int64](/ja/reference/data-types/int-uint)) — スカラー用データをリモートサーバーへ送信している接続数。
* `CurrentMetric_SendExternalTables` ([Int64](/ja/reference/data-types/int-uint)) — external table 用データをリモートサーバーへ送信している接続数。External tables は、distributed subqueries を伴う GLOBAL IN および GLOBAL JOIN 演算子を実装するために使用されます。
* `CurrentMetric_QueryThread` ([Int64](/ja/reference/data-types/int-uint)) — クエリ処理スレッド数
* `CurrentMetric_ReadonlyReplica` ([Int64](/ja/reference/data-types/int-uint)) — ZooKeeper session の喪失後の再初期化、または ZooKeeper が設定されていない状態での起動により、現在読み取り専用状態にあるレプリケートテーブル数。
* `CurrentMetric_ReplicaReady` ([Int64](/ja/reference/data-types/int-uint)) — レプリカがクエリを処理できる状態かどうかを示します: 0 = いいえ、1 = はい
* `CurrentMetric_MemoryTracking` ([Int64](/ja/reference/data-types/int-uint)) — サーバーによって割り当てられたメモリ総量 (バイト) 。
* `CurrentMetric_MemoryTrackingUncorrected` ([Int64](/ja/reference/data-types/int-uint)) — RSS による補正前の、サーバーによって割り当てられたメモリ総量 (バイト) 。
* `CurrentMetric_MergesMutationsMemoryTracking` ([Int64](/ja/reference/data-types/int-uint)) — バックグラウンドタスク (merges および mutations) によって割り当てられたメモリ総量 (バイト) 。
* `CurrentMetric_EphemeralNode` ([Int64](/ja/reference/data-types/int-uint)) — ZooKeeper に保持されている ephemeral nodes の数。
* `CurrentMetric_MaxAllocatedEphemeralLockSequentialNumber` ([Int64](/ja/reference/data-types/int-uint)) — ZooKeeper 内の ephemeral lock znode に割り当てられた最大 sequential number。主に block numbers の影響を受けます。
* `CurrentMetric_ZooKeeperSession` ([Int64](/ja/reference/data-types/int-uint)) — ZooKeeper への session (接続) 数。1 を超えるべきではありません。ZooKeeper への接続を複数使用すると、ZooKeeper の整合性モデルで許容されている線形化可能性の欠如 (stale reads) により、バグにつながる可能性があるためです。
* `CurrentMetric_ZooKeeperSessionExpired` ([Int64](/ja/reference/data-types/int-uint)) — 期限切れになったグローバル ZooKeeper session 数。
* `CurrentMetric_ZooKeeperConnectionLossStartedTimestampSeconds` ([Int64](/ja/reference/data-types/int-uint)) — ZooKeeper 接続が失われた時刻を表す、秒単位の Unix timestamp。正常に接続されている場合は 0。
* `CurrentMetric_ZooKeeperWatch` ([Int64](/ja/reference/data-types/int-uint)) — ZooKeeper 内のウォッチ (イベント購読) の数。
* `CurrentMetric_ZooKeeperRequest` ([Int64](/ja/reference/data-types/int-uint)) — 進行中の ZooKeeper へのリクエスト数。
* `CurrentMetric_DelayedInserts` ([Int64](/ja/reference/data-types/int-uint)) — MergeTree テーブルのパーティション内のアクティブなデータパーツ数が多いために、スロットリングされている INSERT クエリ数。
* `CurrentMetric_ContextLockWait` ([Int64](/ja/reference/data-types/int-uint)) — Context でロック待ちをしているスレッド数。これはグローバルロックです。
* `CurrentMetric_StorageBufferRows` ([Int64](/ja/reference/data-types/int-uint)) — Buffer テーブルのバッファ内の行数。
* `CurrentMetric_StorageBufferBytes` ([Int64](/ja/reference/data-types/int-uint)) — Buffer テーブルのバッファ内のバイト数。
* `CurrentMetric_DictCacheRequests` ([Int64](/ja/reference/data-types/int-uint)) — cache 型の Dictionaries のデータソースに対する進行中のリクエスト数。
* `CurrentMetric_Revision` ([Int64](/ja/reference/data-types/int-uint)) — サーバーのリビジョン。パッチリリースを除き、各リリースまたはリリース候補ごとに増加する数値です。
* `CurrentMetric_VersionInteger` ([Int64](/ja/reference/data-types/int-uint)) — base-1000 の単一の整数で表したサーバーのバージョン。たとえば、バージョン 11.22.33 は 11022033 に変換されます。
* `CurrentMetric_RWLockWaitingReaders` ([Int64](/ja/reference/data-types/int-uint)) — テーブルの RWLock で読み取り待ちをしているスレッド数。
* `CurrentMetric_RWLockWaitingWriters` ([Int64](/ja/reference/data-types/int-uint)) — テーブルの RWLock で書き込み待ちをしているスレッド数。
* `CurrentMetric_RWLockActiveReaders` ([Int64](/ja/reference/data-types/int-uint)) — テーブルの RWLock で読み取りロックを保持しているスレッド数。
* `CurrentMetric_RWLockActiveWriters` ([Int64](/ja/reference/data-types/int-uint)) — テーブルの RWLock で書き込みロックを保持しているスレッド数。
* `CurrentMetric_GlobalThread` ([Int64](/ja/reference/data-types/int-uint)) — グローバルスレッドプール内のスレッド数。
* `CurrentMetric_GlobalThreadActive` ([Int64](/ja/reference/data-types/int-uint)) — グローバルスレッドプール内でタスクを実行中のスレッド数。
* `CurrentMetric_GlobalThreadScheduled` ([Int64](/ja/reference/data-types/int-uint)) — グローバルスレッドプール内でキューに入っている、またはアクティブなジョブ数。
* `CurrentMetric_LocalThread` ([Int64](/ja/reference/data-types/int-uint)) — 廃止された。ローカルスレッドプール内のスレッド数。ローカルスレッドプールのスレッドはグローバルスレッドプールから取得されます。
* `CurrentMetric_LocalThreadActive` ([Int64](/ja/reference/data-types/int-uint)) — 廃止された。ローカルスレッドプール内でタスクを実行中のスレッド数。
* `CurrentMetric_LocalThreadScheduled` ([Int64](/ja/reference/data-types/int-uint)) — 廃止された。ローカルスレッドプール内でキューに入っている、またはアクティブなジョブ数。
* `CurrentMetric_MergeTreeDataSelectExecutorThreads` ([Int64](/ja/reference/data-types/int-uint)) — MergeTreeDataSelectExecutor スレッドプール内のスレッド数。
* `CurrentMetric_MergeTreeDataSelectExecutorThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — MergeTreeDataSelectExecutor スレッドプール内でタスクを実行中のスレッド数。
* `CurrentMetric_MergeTreeDataSelectExecutorThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — MergeTreeDataSelectExecutor スレッドプール内でキューに入っている、またはアクティブなジョブ数。
* `CurrentMetric_BackupsThreads` ([Int64](/ja/reference/data-types/int-uint)) — BACKUP 用スレッドプール内のスレッド数。
* `CurrentMetric_BackupsThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — BACKUP 用スレッドプール内でタスクを実行中のスレッド数。
* `CurrentMetric_BackupsThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — BACKUP のキュー待ちまたは実行中のジョブ数。
* `CurrentMetric_RestoreThreads` ([Int64](/ja/reference/data-types/int-uint)) — RESTORE 用スレッドプール内のスレッド数。
* `CurrentMetric_RestoreThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — RESTORE 用スレッドプールでタスクを実行中のスレッド数。
* `CurrentMetric_RestoreThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — RESTORE のキュー待ちまたは実行中のジョブ数。
* `CurrentMetric_MarksLoaderThreads` ([Int64](/ja/reference/data-types/int-uint)) — マークの読み込み用スレッドプール内のスレッド数。
* `CurrentMetric_MarksLoaderThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — マークの読み込み用スレッドプールでタスクを実行中のスレッド数。
* `CurrentMetric_MarksLoaderThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — マークの読み込み用スレッドプール内のキュー待ちまたは実行中のジョブ数。
* `CurrentMetric_IOPrefetchThreads` ([Int64](/ja/reference/data-types/int-uint)) — I/O prefetch スレッドプール内のスレッド数。
* `CurrentMetric_IOPrefetchThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — I/O prefetch スレッドプールでタスクを実行中のスレッド数。
* `CurrentMetric_IOPrefetchThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — I/O prefetch スレッドプール内のキュー待ちまたは実行中のジョブ数。
* `CurrentMetric_IOWriterThreads` ([Int64](/ja/reference/data-types/int-uint)) — I/O writer スレッドプール内のスレッド数。
* `CurrentMetric_IOWriterThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — I/O writer スレッドプールでタスクを実行中のスレッド数。
* `CurrentMetric_IOWriterThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — I/O writer スレッドプール内のキュー待ちまたは実行中のジョブ数。
* `CurrentMetric_IOThreads` ([Int64](/ja/reference/data-types/int-uint)) — I/O スレッドプール内のスレッド数。
* `CurrentMetric_IOThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — I/O スレッドプールでタスクを実行中のスレッド数。
* `CurrentMetric_IOThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — I/O スレッドプール内のキュー待ちまたは実行中のジョブ数。
* `CurrentMetric_CompressionThread` ([Int64](/ja/reference/data-types/int-uint)) — 圧縮スレッドプール内のスレッド数。
* `CurrentMetric_CompressionThreadActive` ([Int64](/ja/reference/data-types/int-uint)) — 圧縮スレッドプールでタスクを実行中のスレッド数。
* `CurrentMetric_CompressionThreadScheduled` ([Int64](/ja/reference/data-types/int-uint)) — 圧縮スレッドプール内のキュー待ちまたは実行中のジョブ数。
* `CurrentMetric_ThreadPoolRemoteFSReaderThreads` ([Int64](/ja/reference/data-types/int-uint)) — remote\_filesystem\_read\_method=threadpool 用スレッドプール内のスレッド数。
* `CurrentMetric_ThreadPoolRemoteFSReaderThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — remote\_filesystem\_read\_method=threadpool 用スレッドプールでタスクを実行中のスレッド数。
* `CurrentMetric_ThreadPoolRemoteFSReaderThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — remote\_filesystem\_read\_method=threadpool 用スレッドプール内のキュー待ちまたは実行中のジョブ数。
* `CurrentMetric_ThreadPoolFSReaderThreads` ([Int64](/ja/reference/data-types/int-uint)) — local\_filesystem\_read\_method=threadpool 用スレッドプール内のスレッド数。
* `CurrentMetric_ThreadPoolFSReaderThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — local\_filesystem\_read\_method=threadpool 用スレッドプールでタスクを実行中のスレッド数。
* `CurrentMetric_ThreadPoolFSReaderThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — local\_filesystem\_read\_method=threadpool 用スレッドプール内のキュー待ちまたは実行中のジョブ数。
* `CurrentMetric_ObjectStorageQueueShutdownThreads` ([Int64](/ja/reference/data-types/int-uint)) — オブジェクトストレージのキューシャットダウンプール内のスレッド数。
* `CurrentMetric_ObjectStorageQueueShutdownThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — オブジェクトストレージのキューシャットダウンプールでタスクを実行中のスレッド数。
* `CurrentMetric_ObjectStorageQueueShutdownThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — オブジェクトストレージのキューシャットダウンプール内でキュー待ち、またはアクティブなジョブ数。
* `CurrentMetric_ObjectStorageQueueMetadataCacheSizeBytes` ([Int64](/ja/reference/data-types/int-uint)) — ObjectStorageQueue のメタデータキャッシュのバイト単位のサイズ。
* `CurrentMetric_ObjectStorageQueueMetadataCacheSizeElements` ([Int64](/ja/reference/data-types/int-uint)) — ObjectStorageQueue のメタデータキャッシュの要素数。
* `CurrentMetric_DeltaLakeSnapshotCacheSizeElements` ([Int64](/ja/reference/data-types/int-uint)) — Delta Lake スナップショットキャッシュの要素数。
* `CurrentMetric_BackupsIOThreads` ([Int64](/ja/reference/data-types/int-uint)) — BackupsIO I/O スレッドプール内のスレッド数。
* `CurrentMetric_BackupsIOThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — BackupsIO I/O スレッドプールでタスクを実行中のスレッド数。
* `CurrentMetric_BackupsIOThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — BackupsIO I/O スレッドプール内でキュー待ち、またはアクティブなジョブ数。
* `CurrentMetric_DiskObjectStorageAsyncThreads` ([Int64](/ja/reference/data-types/int-uint)) — 廃止されたメトリクスであり、何も表示しません。
* `CurrentMetric_DiskObjectStorageAsyncThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — 廃止されたメトリクスであり、何も表示しません。
* `CurrentMetric_StorageHiveThreads` ([Int64](/ja/reference/data-types/int-uint)) — StorageHive スレッドプール内のスレッド数。
* `CurrentMetric_StorageHiveThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — StorageHive スレッドプールでタスクを実行中のスレッド数。
* `CurrentMetric_StorageHiveThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — StorageHive スレッドプール内でキュー待ち、またはアクティブなジョブ数。
* `CurrentMetric_TablesLoaderBackgroundThreads` ([Int64](/ja/reference/data-types/int-uint)) — テーブルローダーのバックグラウンドスレッドプール内のスレッド数。
* `CurrentMetric_TablesLoaderBackgroundThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — テーブルローダーのバックグラウンドスレッドプールでタスクを実行中のスレッド数。
* `CurrentMetric_TablesLoaderBackgroundThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — テーブルローダーのバックグラウンドスレッドプール内でキュー待ち、またはアクティブなジョブ数。
* `CurrentMetric_TablesLoaderForegroundThreads` ([Int64](/ja/reference/data-types/int-uint)) — テーブルローダーのフォアグラウンドスレッドプール内のスレッド数。
* `CurrentMetric_TablesLoaderForegroundThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — テーブルローダーのフォアグラウンドスレッドプールでタスクを実行中のスレッド数。
* `CurrentMetric_TablesLoaderForegroundThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — テーブルローダーのフォアグラウンドスレッドプール内でキュー待ち、またはアクティブなジョブ数。
* `CurrentMetric_DatabaseOnDiskThreads` ([Int64](/ja/reference/data-types/int-uint)) — DatabaseOnDisk スレッドプール内のスレッド数。
* `CurrentMetric_DatabaseOnDiskThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — DatabaseOnDisk スレッドプールでタスクを実行中のスレッド数。
* `CurrentMetric_DatabaseOnDiskThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — DatabaseOnDisk スレッドプール内でキュー待ち、またはアクティブなジョブ数。
* `CurrentMetric_DatabaseBackupThreads` ([Int64](/ja/reference/data-types/int-uint)) — DatabaseBackup スレッドプール内のスレッド数。
* `CurrentMetric_DatabaseBackupThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — DatabaseBackup スレッドプールでタスクを実行中のスレッド数。
* `CurrentMetric_DatabaseBackupThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — DatabaseBackup スレッドプール内でキューに入っているジョブまたは実行中のジョブの数。
* `CurrentMetric_DatabaseCatalogThreads` ([Int64](/ja/reference/data-types/int-uint)) — DatabaseCatalog スレッドプール内のスレッド数。
* `CurrentMetric_DatabaseCatalogThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — DatabaseCatalog スレッドプール内でタスクを実行中のスレッド数。
* `CurrentMetric_DatabaseCatalogThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — DatabaseCatalog スレッドプール内でキューに入っているジョブまたは実行中のジョブの数。
* `CurrentMetric_DestroyAggregatesThreads` ([Int64](/ja/reference/data-types/int-uint)) — aggregate state を破棄するためのスレッドプール内のスレッド数。
* `CurrentMetric_DestroyAggregatesThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — aggregate state を破棄するためのスレッドプール内でタスクを実行中のスレッド数。
* `CurrentMetric_DestroyAggregatesThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — aggregate state を破棄するためのスレッドプール内でキューに入っているジョブまたは実行中のジョブの数。
* `CurrentMetric_ConcurrentHashJoinPoolThreads` ([Int64](/ja/reference/data-types/int-uint)) — 同時実行ハッシュ結合用スレッドプール内のスレッド数。
* `CurrentMetric_ConcurrentHashJoinPoolThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — 同時実行ハッシュ結合用スレッドプール内でタスクを実行中のスレッド数。
* `CurrentMetric_ConcurrentHashJoinPoolThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — 同時実行ハッシュ結合用スレッドプール内でキューに入っているジョブまたは実行中のジョブの数。
* `CurrentMetric_HashedDictionaryThreads` ([Int64](/ja/reference/data-types/int-uint)) — HashedDictionary スレッドプール内のスレッド数。
* `CurrentMetric_HashedDictionaryThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — HashedDictionary スレッドプール内でタスクを実行中のスレッド数。
* `CurrentMetric_HashedDictionaryThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — HashedDictionary スレッドプール内でキューに入っているジョブまたは実行中のジョブの数。
* `CurrentMetric_CacheDictionaryThreads` ([Int64](/ja/reference/data-types/int-uint)) — CacheDictionary スレッドプール内のスレッド数。
* `CurrentMetric_CacheDictionaryThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — CacheDictionary スレッドプール内でタスクを実行中のスレッド数。
* `CurrentMetric_CacheDictionaryThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — CacheDictionary スレッドプール内でキューに入っているジョブまたは実行中のジョブの数。
* `CurrentMetric_ParallelFormattingOutputFormatThreads` ([Int64](/ja/reference/data-types/int-uint)) — ParallelFormattingOutputFormatThreads スレッドプール内のスレッド数。
* `CurrentMetric_ParallelFormattingOutputFormatThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — ParallelFormattingOutputFormatThreads スレッドプール内でタスクを実行中のスレッド数。
* `CurrentMetric_ParallelFormattingOutputFormatThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — ParallelFormattingOutputFormatThreads スレッドプール内でキューに入っているジョブまたは実行中のジョブの数。
* `CurrentMetric_MergeTreeBackgroundExecutorThreads` ([Int64](/ja/reference/data-types/int-uint)) — MergeTreeBackgroundExecutor スレッドプール内のスレッド数。
* `CurrentMetric_MergeTreeBackgroundExecutorThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — MergeTreeBackgroundExecutor スレッドプール内でタスクを実行中のスレッド数。
* `CurrentMetric_MergeTreeBackgroundExecutorThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — MergeTreeBackgroundExecutor スレッドプール内でキューに入っているジョブまたは実行中のジョブの数。
* `CurrentMetric_AsynchronousInsertThreads` ([Int64](/ja/reference/data-types/int-uint)) — AsynchronousInsert スレッドプール内のスレッド数。
* `CurrentMetric_AsynchronousInsertThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — AsynchronousInsert スレッドプール内でタスクを実行中のスレッド数。
* `CurrentMetric_AsynchronousInsertThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — AsynchronousInsert スレッドプール内でキューに入っているジョブまたは実行中のジョブの数。
* `CurrentMetric_AsynchronousInsertQueueSize` ([Int64](/ja/reference/data-types/int-uint)) — AsynchronousInsert キュー内の保留中のタスク数。
* `CurrentMetric_AsynchronousInsertQueueBytes` ([Int64](/ja/reference/data-types/int-uint)) — AsynchronousInsert キュー内の保留中のバイト数。
* `CurrentMetric_StartupSystemTablesThreads` ([Int64](/ja/reference/data-types/int-uint)) — StartupSystemTables スレッドプール内のスレッド数。
* `CurrentMetric_StartupSystemTablesThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — StartupSystemTables スレッドプール内でタスクを実行中のスレッド数。
* `CurrentMetric_StartupSystemTablesThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — StartupSystemTables スレッドプール内でキューに入っている、またはアクティブなジョブ数。
* `CurrentMetric_AggregatorThreads` ([Int64](/ja/reference/data-types/int-uint)) — Aggregator スレッドプール内のスレッド数。
* `CurrentMetric_AggregatorThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — Aggregator スレッドプール内でタスクを実行中のスレッド数。
* `CurrentMetric_AggregatorThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — Aggregator スレッドプール内でキューに入っている、またはアクティブなジョブ数。
* `CurrentMetric_DDLWorkerThreads` ([Int64](/ja/reference/data-types/int-uint)) — ON CLUSTER クエリ用の DDLWorker スレッドプール内のスレッド数。
* `CurrentMetric_DDLWorkerThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — ON CLUSTER クエリ用の DDLWORKER スレッドプール内でタスクを実行中のスレッド数。
* `CurrentMetric_DDLWorkerThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — ON CLUSTER クエリ用の DDLWORKER スレッドプール内でキューに入っている、またはアクティブなジョブ数。
* `CurrentMetric_StorageDistributedThreads` ([Int64](/ja/reference/data-types/int-uint)) — StorageDistributed スレッドプール内のスレッド数。
* `CurrentMetric_StorageDistributedThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — StorageDistributed スレッドプール内でタスクを実行中のスレッド数。
* `CurrentMetric_StorageDistributedThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — StorageDistributed スレッドプール内でキューに入っている、またはアクティブなジョブ数。
* `CurrentMetric_DistributedInsertThreads` ([Int64](/ja/reference/data-types/int-uint)) — Distributed への INSERT に使用されるスレッド数。
* `CurrentMetric_DistributedInsertThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — Distributed への INSERT に使用され、タスクを実行中のスレッド数。
* `CurrentMetric_DistributedInsertThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — Distributed への INSERT に使用される、キューに入っている、またはアクティブなジョブ数。
* `CurrentMetric_StorageS3Threads` ([Int64](/ja/reference/data-types/int-uint)) — StorageS3 スレッドプール内のスレッド数。
* `CurrentMetric_StorageS3ThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — StorageS3 スレッドプール内でタスクを実行中のスレッド数。
* `CurrentMetric_StorageS3ThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — StorageS3 スレッドプール内でキューに入っている、またはアクティブなジョブ数。
* `CurrentMetric_ObjectStorageS3Threads` ([Int64](/ja/reference/data-types/int-uint)) — S3ObjectStorage スレッドプール内のスレッド数。
* `CurrentMetric_ObjectStorageS3ThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — S3ObjectStorage スレッドプール内でタスクを実行中のスレッド数。
* `CurrentMetric_ObjectStorageS3ThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — S3ObjectStorage スレッドプール内でキューに入っている、またはアクティブなジョブ数。
* `CurrentMetric_StorageObjectStorageThreads` ([Int64](/ja/reference/data-types/int-uint)) — リモートテーブルエンジンのスレッドプール内のスレッド数。
* `CurrentMetric_StorageObjectStorageThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — リモートテーブルエンジンのスレッドプール内でタスクを実行中のスレッド数。
* `CurrentMetric_StorageObjectStorageThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — remote table engines のスレッドプールで、キューに入っている、または実行中のジョブ数。
* `CurrentMetric_ObjectStorageAzureThreads` ([Int64](/ja/reference/data-types/int-uint)) — AzureObjectStorage スレッドプール内のスレッド数。
* `CurrentMetric_ObjectStorageAzureThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — AzureObjectStorage スレッドプールでタスクを実行中のスレッド数。
* `CurrentMetric_ObjectStorageAzureThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — AzureObjectStorage スレッドプールで、キューに入っている、または実行中のジョブ数。
* `CurrentMetric_BuildVectorSimilarityIndexThreads` ([Int64](/ja/reference/data-types/int-uint)) — ベクトル類似度索引の構築用スレッドプール内のスレッド数。
* `CurrentMetric_BuildVectorSimilarityIndexThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — ベクトル類似度索引の構築用スレッドプールでタスクを実行中のスレッド数。
* `CurrentMetric_BuildVectorSimilarityIndexThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — ベクトル類似度索引の構築用スレッドプールで、キューに入っている、または実行中のジョブ数。
* `CurrentMetric_DistributedIndexAnalysisThreads` ([Int64](/ja/reference/data-types/int-uint)) — 分散索引解析用スレッドプール内のスレッド数。
* `CurrentMetric_DistributedIndexAnalysisThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — 分散索引解析用スレッドプールでタスクを実行中のスレッド数。
* `CurrentMetric_DistributedIndexAnalysisThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — 分散索引解析用スレッドプールで、キューに入っている、または実行中のジョブ数。
* `CurrentMetric_ObjectStorageQueueRegisteredServers` ([Int64](/ja/reference/data-types/int-uint)) — StorageS3(Azure)Queue に登録されているサーバー数
* `CurrentMetric_IcebergCatalogThreads` ([Int64](/ja/reference/data-types/int-uint)) — IcebergCatalog スレッドプール内のスレッド数。
* `CurrentMetric_IcebergCatalogThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — IcebergCatalog スレッドプールでタスクを実行中のスレッド数。
* `CurrentMetric_IcebergCatalogThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — IcebergCatalog スレッドプールで、キューに入っている、または実行中のジョブ数。
* `CurrentMetric_IcebergSchedulePoolTask` ([Int64](/ja/reference/data-types/int-uint)) — Iceberg table 用バックグラウンドスケジュールプール内のタスク数。
* `CurrentMetric_IcebergSchedulePoolSize` ([Int64](/ja/reference/data-types/int-uint)) — Iceberg table 用バックグラウンドスケジュールプール内のタスク数の上限。
* `CurrentMetric_ParallelWithQueryThreads` ([Int64](/ja/reference/data-types/int-uint)) — PARALLEL WITH クエリを処理する thread pool 内のスレッド数。
* `CurrentMetric_ParallelWithQueryActiveThreads` ([Int64](/ja/reference/data-types/int-uint)) — PARALLEL WITH クエリを処理する thread pool 内のアクティブなスレッド数。
* `CurrentMetric_ParallelWithQueryScheduledThreads` ([Int64](/ja/reference/data-types/int-uint)) — PARALLEL WITH クエリを処理する thread pool で、キューに入っている、または実行中のジョブ数。
* `CurrentMetric_DiskPlainRewritableAzureDirectoryMapSize` ([Int64](/ja/reference/data-types/int-uint)) — AzureObjectStorage 用 'plain\_rewritable' インメモリマップ内の、ローカルからリモートへの path エントリ数。
* `CurrentMetric_DiskPlainRewritableAzureFileCount` ([Int64](/ja/reference/data-types/int-uint)) — AzureObjectStorage 用 'plain\_rewritable' インメモリマップ内の file エントリ数。
* `CurrentMetric_DiskPlainRewritableLocalDirectoryMapSize` ([Int64](/ja/reference/data-types/int-uint)) — LocalObjectStorage 用 'plain\_rewritable' インメモリマップ内の、ローカルからリモートへの path エントリ数。
* `CurrentMetric_DiskPlainRewritableLocalFileCount` ([Int64](/ja/reference/data-types/int-uint)) — LocalObjectStorage 用 'plain\_rewritable' インメモリマップ内の file エントリ数。
* `CurrentMetric_DiskPlainRewritableS3DirectoryMapSize` ([Int64](/ja/reference/data-types/int-uint)) — S3ObjectStorage 用 'plain\_rewritable' インメモリマップ内の、ローカルからリモートへの path エントリ数。
* `CurrentMetric_DiskPlainRewritableS3FileCount` ([Int64](/ja/reference/data-types/int-uint)) — S3ObjectStorage の `plain_rewritable` インメモリマップ内にあるファイルエントリ数。
* `CurrentMetric_MergeTreeFetchPartitionThreads` ([Int64](/ja/reference/data-types/int-uint)) — ALTER TABLE FETCH PARTITION 用のスレッド数。
* `CurrentMetric_MergeTreeFetchPartitionThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — パーツのフェッチを実行中の ALTER TABLE FETCH PARTITION 用スレッド数。
* `CurrentMetric_MergeTreeFetchPartitionThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — ALTER TABLE FETCH PARTITION における、キュー待ちまたは実行中のパーツフェッチ数。
* `CurrentMetric_MergeTreePartsLoaderThreads` ([Int64](/ja/reference/data-types/int-uint)) — MergeTree パーツローダーのスレッドプール内のスレッド数。
* `CurrentMetric_MergeTreePartsLoaderThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — タスクを実行中の MergeTree パーツローダーのスレッドプール内のスレッド数。
* `CurrentMetric_MergeTreePartsLoaderThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — MergeTree パーツローダーのスレッドプール内の、キュー待ちまたは実行中のジョブ数。
* `CurrentMetric_MergeTreeOutdatedPartsLoaderThreads` ([Int64](/ja/reference/data-types/int-uint)) — Outdated data parts の読み込み用スレッドプール内のスレッド数。
* `CurrentMetric_MergeTreeOutdatedPartsLoaderThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — Outdated data parts の読み込み用スレッドプール内のアクティブなスレッド数。
* `CurrentMetric_MergeTreeOutdatedPartsLoaderThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — Outdated data parts の読み込み用スレッドプール内の、キュー待ちまたは実行中のジョブ数。
* `CurrentMetric_MergeTreeUnexpectedPartsLoaderThreads` ([Int64](/ja/reference/data-types/int-uint)) — Unexpected データパーツの読み込み用スレッドプール内のスレッド数。
* `CurrentMetric_MergeTreeUnexpectedPartsLoaderThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — Unexpected データパーツの読み込み用スレッドプール内のアクティブなスレッド数。
* `CurrentMetric_MergeTreeUnexpectedPartsLoaderThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — Unexpected データパーツの読み込み用スレッドプール内の、キュー待ちまたは実行中のジョブ数。
* `CurrentMetric_MergeTreePartsCleanerThreads` ([Int64](/ja/reference/data-types/int-uint)) — MergeTree パーツクリーナーのスレッドプール内のスレッド数。
* `CurrentMetric_MergeTreePartsCleanerThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — タスクを実行中の MergeTree パーツクリーナーのスレッドプール内のスレッド数。
* `CurrentMetric_MergeTreePartsCleanerThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — MergeTree パーツクリーナーのスレッドプール内の、キュー待ちまたは実行中のジョブ数。
* `CurrentMetric_DatabaseReplicatedCreateTablesThreads` ([Int64](/ja/reference/data-types/int-uint)) — DatabaseReplicated におけるテーブル作成用スレッドプール内のスレッド数。
* `CurrentMetric_DatabaseReplicatedCreateTablesThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — DatabaseReplicated におけるテーブル作成用スレッドプール内のアクティブなスレッド数。
* `CurrentMetric_DatabaseReplicatedCreateTablesThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — DatabaseReplicated におけるテーブル作成用スレッドプール内の、キュー待ちまたは実行中のジョブ数。
* `CurrentMetric_IDiskCopierThreads` ([Int64](/ja/reference/data-types/int-uint)) — 異なる種類のディスク間でデータをコピーするためのスレッド数。
* `CurrentMetric_IDiskCopierThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — 異なる種類のディスク間でのデータコピーでタスクを実行中のスレッド数。
* `CurrentMetric_IDiskCopierThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — 異なる種類のディスク間でデータをコピーするための、キュー待ちまたは実行中のジョブ数。
* `CurrentMetric_SystemReplicasThreads` ([Int64](/ja/reference/data-types/int-uint)) — system.replicas スレッドプール内のスレッド数。
* `CurrentMetric_SystemDatabaseReplicasThreads` ([Int64](/ja/reference/data-types/int-uint)) — system.database\_replicas スレッドプール内のスレッド数。
* `CurrentMetric_SystemReplicasThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — system.replicas スレッドプール内でタスクを実行中のスレッド数。
* `CurrentMetric_SystemDatabaseReplicasThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — system.database\_replicas スレッドプールでタスクを実行中のスレッド数。
* `CurrentMetric_SystemReplicasThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — system.replicas スレッドプールでキュー内または実行中のジョブ数。
* `CurrentMetric_SystemDatabaseReplicasThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — system.database\_replicas スレッドプールでキュー内または実行中のジョブ数。
* `CurrentMetric_RestartReplicaThreads` ([Int64](/ja/reference/data-types/int-uint)) — RESTART REPLICA スレッドプール内のスレッド数。
* `CurrentMetric_RestartReplicaThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — RESTART REPLICA スレッドプールでタスクを実行中のスレッド数。
* `CurrentMetric_RestartReplicaThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — RESTART REPLICA スレッドプールでキュー内または実行中のジョブ数。
* `CurrentMetric_QueryPipelineExecutorThreads` ([Int64](/ja/reference/data-types/int-uint)) — PipelineExecutor スレッドプール内のスレッド数。
* `CurrentMetric_QueryPipelineExecutorThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — PipelineExecutor スレッドプールでタスクを実行中のスレッド数。
* `CurrentMetric_QueryPipelineExecutorThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — PipelineExecutor スレッドプールでキュー内または実行中のジョブ数。
* `CurrentMetric_ParquetEncoderThreads` ([Int64](/ja/reference/data-types/int-uint)) — ParquetBlockOutputFormat スレッドプール内のスレッド数。
* `CurrentMetric_ParquetEncoderThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — ParquetBlockOutputFormat スレッドプールでタスクを実行中のスレッド数。
* `CurrentMetric_ParquetEncoderThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — ParquetBlockOutputFormat スレッドプールでキュー内または実行中のジョブ数。
* `CurrentMetric_MergeTreeSubcolumnsReaderThreads` ([Int64](/ja/reference/data-types/int-uint)) — MergeTree でサブカラムの読み取りに使用されるスレッドプール内のスレッド数。
* `CurrentMetric_MergeTreeSubcolumnsReaderThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — MergeTree でサブカラムの読み取りに使用されるスレッドプールでタスクを実行中のスレッド数。
* `CurrentMetric_MergeTreeSubcolumnsReaderThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — MergeTree でサブカラムの読み取りに使用されるスレッドプールでキュー内または実行中のジョブ数。
* `CurrentMetric_FormatParsingThreads` ([Int64](/ja/reference/data-types/int-uint)) — 入力のパースに使用されるスレッドプール内のスレッド数。
* `CurrentMetric_FormatParsingThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — 入力のパースに使用されるスレッドプールでタスクを実行中のスレッド数。
* `CurrentMetric_FormatParsingThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — 入力のパースに使用されるスレッドプールでキュー内または実行中のジョブ数。
* `CurrentMetric_OutdatedPartsLoadingThreads` ([Int64](/ja/reference/data-types/int-uint)) — 古いデータパーツの読み込み用スレッドプール内のスレッド数。
* `CurrentMetric_OutdatedPartsLoadingThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — 古いデータパーツの読み込み用スレッドプール内のアクティブなスレッド数。
* `CurrentMetric_OutdatedPartsLoadingThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — 古いデータパーツの読み込み用スレッドプールでキュー内または実行中のジョブ数。
* `CurrentMetric_FreezePartThreads` ([Int64](/ja/reference/data-types/int-uint)) — データパーツのフリーズ用スレッドプール内のスレッド数。
* `CurrentMetric_FreezePartThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — データパーツのフリーズ用スレッドプール内のアクティブなスレッド数。
* `CurrentMetric_FreezePartThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — データパーツのフリーズ用スレッドプールでキュー内または実行中のジョブ数。
* `CurrentMetric_PolygonDictionaryThreads` ([Int64](/ja/reference/data-types/int-uint)) — ポリゴン辞書用スレッドプール内のスレッド数。
* `CurrentMetric_PolygonDictionaryThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — polygon dictionaries 用スレッドプールのアクティブなスレッド数。
* `CurrentMetric_PolygonDictionaryThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — polygon dictionaries 用スレッドプールでキューに入っている、または実行中のジョブ数。
* `CurrentMetric_KeeperReadThreads` ([Int64](/ja/reference/data-types/int-uint)) — Keeper サーバーの読み取り用スレッドプール内のスレッド数。
* `CurrentMetric_KeeperReadThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — Keeper サーバーの読み取り用スレッドプールのアクティブなスレッド数。
* `CurrentMetric_KeeperReadThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — Keeper サーバーの読み取り用スレッドプールでキューに入っている、または実行中のジョブ数。実際の読み取りタスクは別の仕組みでこのスレッドプールにスケジュールされるため、このメトリクスに意味はありません。
* `CurrentMetric_DistributedBytesToInsert` ([Int64](/ja/reference/data-types/int-uint)) — 分散テーブルへの非同期挿入で、処理待ちとなっているバイト数。各分片のバイト数を合計した値です。
* `CurrentMetric_BrokenDistributedBytesToInsert` ([Int64](/ja/reference/data-types/int-uint)) — 分散テーブルへの非同期挿入で、破損としてマークされたバイト数。各分片のバイト数を合計した値です。
* `CurrentMetric_DistributedFilesToInsert` ([Int64](/ja/reference/data-types/int-uint)) — 分散テーブルへの非同期挿入で、処理待ちとなっているファイル数。各分片のファイル数を合計した値です。
* `CurrentMetric_BrokenDistributedFilesToInsert` ([Int64](/ja/reference/data-types/int-uint)) — 分散テーブルへの非同期挿入で、破損としてマークされたファイル数。各分片のファイル数を合計した値です。
* `CurrentMetric_TablesToDropQueueSize` ([Int64](/ja/reference/data-types/int-uint)) — drop 済みで、バックグラウンドでのデータ削除を待っているテーブル数。
* `CurrentMetric_MaxDDLEntryID` ([Int64](/ja/reference/data-types/int-uint)) — DDLWorker が処理した DDL エントリの最大 ID。
* `CurrentMetric_MaxPushedDDLEntryID` ([Int64](/ja/reference/data-types/int-uint)) — DDLWorker が ZooKeeper に push した DDL エントリの最大 ID。
* `CurrentMetric_PartsTemporary` ([Int64](/ja/reference/data-types/int-uint)) — 現在生成中のパーツで、data\_parts リストには含まれていません。
* `CurrentMetric_PartsPreCommitted` ([Int64](/ja/reference/data-types/int-uint)) — 非推奨。PartsPreActive を参照してください。
* `CurrentMetric_PartsCommitted` ([Int64](/ja/reference/data-types/int-uint)) — 非推奨。PartsActive を参照してください。
* `CurrentMetric_PartsPreActive` ([Int64](/ja/reference/data-types/int-uint)) — data\_parts には含まれていますが、SELECT では使用されないパーツです。
* `CurrentMetric_PartsActive` ([Int64](/ja/reference/data-types/int-uint)) — 現在および今後の SELECT で使用される、アクティブな data part です。
* `CurrentMetric_AttachedDatabase` ([Int64](/ja/reference/data-types/int-uint)) — アクティブなデータベース数。
* `CurrentMetric_AttachedTable` ([Int64](/ja/reference/data-types/int-uint)) — アクティブなテーブル数。
* `CurrentMetric_AttachedReplicatedTable` ([Int64](/ja/reference/data-types/int-uint)) — アクティブなレプリケートテーブル数。
* `CurrentMetric_AttachedView` ([Int64](/ja/reference/data-types/int-uint)) — アクティブなビュー数。
* `CurrentMetric_AttachedDictionary` ([Int64](/ja/reference/data-types/int-uint)) — アクティブな Dictionary 数。
* `CurrentMetric_PartsOutdated` ([Int64](/ja/reference/data-types/int-uint)) — アクティブではない data part ですが、現在実行中の SELECT でのみ使用される可能性があり、SELECT の完了後に削除できます。
* `CurrentMetric_PartsDeleting` ([Int64](/ja/reference/data-types/int-uint)) — identity refcounter を持つ非アクティブな data part で、現在 cleaner によって削除中です。
* `CurrentMetric_PartsDeleteOnDestroy` ([Int64](/ja/reference/data-types/int-uint)) — 別のディスクに移動されたパーツで、自身のデストラクタで削除される必要があります。
* `CurrentMetric_PartsWide` ([Int64](/ja/reference/data-types/int-uint)) — wide パーツ。
* `CurrentMetric_PartsCompact` ([Int64](/ja/reference/data-types/int-uint)) — compact パーツ。
* `CurrentMetric_MMappedFiles` ([Int64](/ja/reference/data-types/int-uint)) — メモリマップされたファイルの総数。
* `CurrentMetric_MMappedFileBytes` ([Int64](/ja/reference/data-types/int-uint)) — メモリマップされたファイル領域の合計サイズ。
* `CurrentMetric_AsynchronousReadWait` ([Int64](/ja/reference/data-types/int-uint)) — 非同期読み取りを待機しているスレッド数。
* `CurrentMetric_PendingAsyncInsert` ([Int64](/ja/reference/data-types/int-uint)) — フラッシュ待ちの非同期挿入数。
* `CurrentMetric_KafkaConsumers` ([Int64](/ja/reference/data-types/int-uint)) — アクティブな Kafka コンシューマー数
* `CurrentMetric_KafkaConsumersWithAssignment` ([Int64](/ja/reference/data-types/int-uint)) — パーティションが割り当てられているアクティブな Kafka コンシューマー数。
* `CurrentMetric_KafkaProducers` ([Int64](/ja/reference/data-types/int-uint)) — 作成されたアクティブな Kafka プロデューサー数
* `CurrentMetric_KafkaLibrdkafkaThreads` ([Int64](/ja/reference/data-types/int-uint)) — アクティブな librdkafka スレッド数
* `CurrentMetric_KafkaBackgroundReads` ([Int64](/ja/reference/data-types/int-uint)) — 現在動作中のバックグラウンド読み取り数 (Kafka から materialized view を生成)
* `CurrentMetric_KafkaConsumersInUse` ([Int64](/ja/reference/data-types/int-uint)) — 現在 direct またはバックグラウンド読み取りで使用中のコンシューマー数
* `CurrentMetric_KafkaWrites` ([Int64](/ja/reference/data-types/int-uint)) — 現在実行中の Kafka への挿入数
* `CurrentMetric_KafkaAssignedPartitions` ([Int64](/ja/reference/data-types/int-uint)) — 現在 Kafka テーブルに割り当てられているパーティション数
* `CurrentMetric_FilesystemCacheReadBuffers` ([Int64](/ja/reference/data-types/int-uint)) — アクティブなキャッシュバッファ数
* `CurrentMetric_CacheFileSegments` ([Int64](/ja/reference/data-types/int-uint)) — 存在するキャッシュファイルセグメント数
* `CurrentMetric_CacheDetachedFileSegments` ([Int64](/ja/reference/data-types/int-uint)) — 存在するデタッチされたキャッシュファイルセグメント数
* `CurrentMetric_FilesystemCacheSize` ([Int64](/ja/reference/data-types/int-uint)) — ファイルシステムキャッシュのサイズ (バイト)
* `CurrentMetric_FilesystemCacheSizeLimit` ([Int64](/ja/reference/data-types/int-uint)) — ファイルシステムキャッシュのサイズ上限 (バイト)
* `CurrentMetric_FilesystemCacheElements` ([Int64](/ja/reference/data-types/int-uint)) — ファイルシステムキャッシュの要素 (ファイルセグメント)
* `CurrentMetric_FilesystemCacheDownloadQueueElements` ([Int64](/ja/reference/data-types/int-uint)) — ダウンロードキュー内のファイルシステムキャッシュ要素
* `CurrentMetric_FilesystemCacheDelayedCleanupElements` ([Int64](/ja/reference/data-types/int-uint)) — バックグラウンドクリーンアップキュー内のファイルシステムキャッシュ要素
* `CurrentMetric_FilesystemCacheHoldFileSegments` ([Int64](/ja/reference/data-types/int-uint)) — 現在、解放不可として保持されているファイルシステムキャッシュのファイルセグメント
* `CurrentMetric_FilesystemCacheKeys` ([Int64](/ja/reference/data-types/int-uint)) — ファイルシステムキャッシュ内のキー数
* `CurrentMetric_FilesystemCacheReserveThreads` ([Int64](/ja/reference/data-types/int-uint)) — キャッシュ内の領域を確保しようとしているスレッド数
* `CurrentMetric_AsyncInsertCacheSize` ([Int64](/ja/reference/data-types/int-uint)) — cache 内の非同期 INSERT ハッシュ ID の数
* `CurrentMetric_IcebergMetadataFilesCacheBytes` ([Int64](/ja/reference/data-types/int-uint)) — Iceberg メタデータキャッシュのサイズ (バイト)
* `CurrentMetric_IcebergMetadataFilesCacheFiles` ([Int64](/ja/reference/data-types/int-uint)) — Iceberg メタデータキャッシュ内のキャッシュされたファイル数
* `CurrentMetric_ParquetMetadataCacheBytes` ([Int64](/ja/reference/data-types/int-uint)) — Parquet メタデータキャッシュのサイズ (バイト)
* `CurrentMetric_ParquetMetadataCacheFiles` ([Int64](/ja/reference/data-types/int-uint)) — Parquet メタデータキャッシュ内のキャッシュされたファイル数
* `CurrentMetric_AvroSchemaCacheBytes` ([Int64](/ja/reference/data-types/int-uint)) — Avro スキーマ cache のサイズ (バイト)
* `CurrentMetric_AvroSchemaCacheCells` ([Int64](/ja/reference/data-types/int-uint)) — キャッシュされた Avro スキーマの数
* `CurrentMetric_AvroSchemaRegistryCacheBytes` ([Int64](/ja/reference/data-types/int-uint)) — Avro スキーマレジストリ cache のサイズ (バイト)
* `CurrentMetric_AvroSchemaRegistryCacheCells` ([Int64](/ja/reference/data-types/int-uint)) — Avro スキーマレジストリ cache 内のエントリ数
* `CurrentMetric_HiveFilesCacheBytes` ([Int64](/ja/reference/data-types/int-uint)) — Hive cache のサイズ (バイト)
* `CurrentMetric_HiveFilesCacheFiles` ([Int64](/ja/reference/data-types/int-uint)) — Hive cache 内のキャッシュされたファイル数
* `CurrentMetric_HiveMetadataFilesCacheBytes` ([Int64](/ja/reference/data-types/int-uint)) — Hive メタデータキャッシュのサイズ (バイト)
* `CurrentMetric_HiveMetadataFilesCacheFiles` ([Int64](/ja/reference/data-types/int-uint)) — Hive メタデータキャッシュ内のキャッシュされたファイル数
* `CurrentMetric_VectorSimilarityIndexCacheBytes` ([Int64](/ja/reference/data-types/int-uint)) — ベクトル類似度索引キャッシュのサイズ (バイト)
* `CurrentMetric_VectorSimilarityIndexCacheCells` ([Int64](/ja/reference/data-types/int-uint)) — ベクトル類似度索引キャッシュ内のエントリ数
* `CurrentMetric_TextIndexTokensCacheBytes` ([Int64](/ja/reference/data-types/int-uint)) — テキスト索引トークンキャッシュのサイズ (バイト)
* `CurrentMetric_TextIndexTokensCacheCells` ([Int64](/ja/reference/data-types/int-uint)) — テキスト索引トークンキャッシュ内のエントリ数
* `CurrentMetric_TextIndexHeaderCacheBytes` ([Int64](/ja/reference/data-types/int-uint)) — テキスト索引ヘッダーキャッシュのサイズ (バイト)
* `CurrentMetric_TextIndexHeaderCacheCells` ([Int64](/ja/reference/data-types/int-uint)) — テキスト索引ヘッダーキャッシュ内のエントリ数
* `CurrentMetric_TextIndexPostingsCacheBytes` ([Int64](/ja/reference/data-types/int-uint)) — テキスト索引 posting lists cache のサイズ (バイト)
* `CurrentMetric_TextIndexPostingsCacheCells` ([Int64](/ja/reference/data-types/int-uint)) — テキスト索引 posting lists cache 内のエントリ数
* `CurrentMetric_DNSHostsCacheBytes` ([Int64](/ja/reference/data-types/int-uint)) — DNS host cache のサイズ (バイト)
* `CurrentMetric_DNSHostsCacheSize` ([Int64](/ja/reference/data-types/int-uint)) — キャッシュされた DNS host の数
* `CurrentMetric_DNSAddressesCacheBytes` ([Int64](/ja/reference/data-types/int-uint)) — DNS アドレス cache のサイズ (バイト)
* `CurrentMetric_DNSAddressesCacheSize` ([Int64](/ja/reference/data-types/int-uint)) — キャッシュされた DNS アドレスの数
* `CurrentMetric_MarkCacheBytes` ([Int64](/ja/reference/data-types/int-uint)) — マークキャッシュの合計サイズ (バイト)
* `CurrentMetric_MarkCacheFiles` ([Int64](/ja/reference/data-types/int-uint)) — マークキャッシュにキャッシュされているマークファイルの総数
* `CurrentMetric_NamedCollection` ([Int64](/ja/reference/data-types/int-uint)) — 名前付きコレクションの数
* `CurrentMetric_PrimaryIndexCacheBytes` ([Int64](/ja/reference/data-types/int-uint)) — プライマリインデックスキャッシュの合計サイズ (バイト)
* `CurrentMetric_PrimaryIndexCacheFiles` ([Int64](/ja/reference/data-types/int-uint)) — プライマリインデックスキャッシュにキャッシュされている索引ファイルの総数
* `CurrentMetric_PageCacheBytes` ([Int64](/ja/reference/data-types/int-uint)) — ユーザー空間ページキャッシュの合計サイズ (バイト)
* `CurrentMetric_PageCacheCells` ([Int64](/ja/reference/data-types/int-uint)) — ユーザー空間ページキャッシュ内のエントリ総数
* `CurrentMetric_UncompressedCacheBytes` ([Int64](/ja/reference/data-types/int-uint)) — 非圧縮キャッシュの合計サイズ (バイト) 。非圧縮キャッシュは通常、パフォーマンス向上に寄与しないため、基本的には使用を避けるべきです
* `CurrentMetric_UncompressedCacheCells` ([Int64](/ja/reference/data-types/int-uint)) — 非圧縮キャッシュ内のエントリ総数。各エントリは展開済みのデータブロックを表します。非圧縮キャッシュは通常、パフォーマンス向上に寄与しないため、基本的には使用を避けるべきです
* `CurrentMetric_IndexMarkCacheBytes` ([Int64](/ja/reference/data-types/int-uint)) — セカンダリ索引用マークキャッシュの合計サイズ (バイト)
* `CurrentMetric_IndexMarkCacheFiles` ([Int64](/ja/reference/data-types/int-uint)) — セカンダリ索引用マークキャッシュにキャッシュされているマークファイルの総数
* `CurrentMetric_IndexUncompressedCacheBytes` ([Int64](/ja/reference/data-types/int-uint)) — セカンダリ索引用の非圧縮キャッシュの合計サイズ (バイト) 。非圧縮キャッシュは通常、パフォーマンス向上に寄与しないため、基本的には使用を避けるべきです
* `CurrentMetric_IndexUncompressedCacheCells` ([Int64](/ja/reference/data-types/int-uint)) — セカンダリ索引用の非圧縮キャッシュ内のエントリ総数。各エントリは展開済みのデータブロックを表します。非圧縮キャッシュは通常、パフォーマンス向上に寄与しないため、基本的には使用を避けるべきです
* `CurrentMetric_MMapCacheCells` ([Int64](/ja/reference/data-types/int-uint)) — `mmap` で開かれたファイル数 (メモリにマップ済み) 。これは、設定 `local_filesystem_read_method` が `mmap` に設定されているクエリで使用されます。`mmap` で開かれたファイルは、コストの高い TLB フラッシュを避けるためにキャッシュに保持されます。
* `CurrentMetric_QueryCacheBytes` ([Int64](/ja/reference/data-types/int-uint)) — クエリキャッシュの合計サイズ (バイト)
* `CurrentMetric_QueryCacheEntries` ([Int64](/ja/reference/data-types/int-uint)) — クエリキャッシュ内のエントリ総数
* `CurrentMetric_QueryConditionCacheBytes` ([Int64](/ja/reference/data-types/int-uint)) — クエリ条件キャッシュの合計サイズ (バイト)
* `CurrentMetric_QueryConditionCacheEntries` ([Int64](/ja/reference/data-types/int-uint)) — クエリ条件キャッシュ内のエントリ総数
* `CurrentMetric_CompiledExpressionCacheBytes` ([Int64](/ja/reference/data-types/int-uint)) — JIT コンパイル済みコードのキャッシュで使用される合計バイト数
* `CurrentMetric_CompiledExpressionCacheCount` ([Int64](/ja/reference/data-types/int-uint)) — JIT コンパイル済みコードのキャッシュ内のエントリ総数
* `CurrentMetric_SerializationCacheBytesInMemoryAllocated` ([Int64](/ja/reference/data-types/int-uint)) — キーおよび空のスロットによるオーバーヘッドを含む、シリアライゼーションキャッシュの合計サイズ (バイト)
* `CurrentMetric_SerializationCacheBytesInMemory` ([Int64](/ja/reference/data-types/int-uint)) — 値のみを含む、シリアライゼーションキャッシュの合計サイズ (バイト)
* `CurrentMetric_SerializationCacheCount` ([Int64](/ja/reference/data-types/int-uint)) — シリアライゼーションキャッシュ内のエントリ総数
* `CurrentMetric_MergeJoinBlocksCacheBytes` ([Int64](/ja/reference/data-types/int-uint)) — MergeJoin のキャッシュ済みブロックで使用される合計バイト数
* `CurrentMetric_MergeJoinBlocksCacheCount` ([Int64](/ja/reference/data-types/int-uint)) — MergeJoin のキャッシュ済みブロックの総数
* `CurrentMetric_BcryptCacheBytes` ([Int64](/ja/reference/data-types/int-uint)) — bcrypt authentication cache の合計サイズ (バイト)
* `CurrentMetric_BcryptCacheSize` ([Int64](/ja/reference/data-types/int-uint)) — bcrypt authentication cache 内のエントリ総数
* `CurrentMetric_ColumnsDescriptionsCacheSize` ([Int64](/ja/reference/data-types/int-uint)) — ColumnsDescriptions cache のサイズ (テーブルごとの cache)
* `CurrentMetric_S3Requests` ([Int64](/ja/reference/data-types/int-uint)) — S3 リクエスト数
* `CurrentMetric_KeeperAliveConnections` ([Int64](/ja/reference/data-types/int-uint)) — 有効な接続数
* `CurrentMetric_KeeperOutstandingRequests` ([Int64](/ja/reference/data-types/int-uint)) — 未処理リクエスト数
* `CurrentMetric_ThreadsInOvercommitTracker` ([Int64](/ja/reference/data-types/int-uint)) — OvercommitTracker 内で待機中のスレッド数
* `CurrentMetric_IOUringPendingEvents` ([Int64](/ja/reference/data-types/int-uint)) — 送信待ちの io\_uring SQE 数
* `CurrentMetric_IOUringInFlightEvents` ([Int64](/ja/reference/data-types/int-uint)) — 処理中の io\_uring SQE 数
* `CurrentMetric_ReadTaskRequestsSent` ([Int64](/ja/reference/data-types/int-uint)) — 読み取り task を選択するために、リモートサーバーからイニシエーターサーバーへ送り返される callback requests の現在の進行中件数 (s3Cluster table function など) 。リモートサーバー側で計測されます。
* `CurrentMetric_MergeTreeReadTaskRequestsSent` ([Int64](/ja/reference/data-types/int-uint)) — 読み取り task を選択するために、リモートサーバーからイニシエーターサーバーへ送り返される callback requests の現在の進行中件数 (MergeTree テーブル) 。リモートサーバー側で計測されます。
* `CurrentMetric_MergeTreeAllRangesAnnouncementsSent` ([Int64](/ja/reference/data-types/int-uint)) — データパーツの集合に関して、リモートサーバーからイニシエーターサーバーへ送信中の announcement の現在の件数 (MergeTree テーブル) 。リモートサーバー側で計測されます。
* `CurrentMetric_CreatedTimersInQueryProfiler` ([Int64](/ja/reference/data-types/int-uint)) — クエリプロファイラ内で作成された thread local timers 数
* `CurrentMetric_ActiveTimersInQueryProfiler` ([Int64](/ja/reference/data-types/int-uint)) — クエリプロファイラ内でアクティブな thread local timers 数
* `CurrentMetric_RefreshableViews` ([Int64](/ja/reference/data-types/int-uint)) — 定期的に refresh (REFRESH) される materialized view の数
* `CurrentMetric_RefreshingViews` ([Int64](/ja/reference/data-types/int-uint)) — 現在 refresh を実行中の materialized view の数
* `CurrentMetric_StorageBufferFlushThreads` ([Int64](/ja/reference/data-types/int-uint)) — StorageBuffer でバックグラウンド flushes を実行するスレッド数
* `CurrentMetric_StorageBufferFlushThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — StorageBuffer でバックグラウンド flushes の task を実行中のスレッド数
* `CurrentMetric_StorageBufferFlushThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — StorageBuffer でバックグラウンド flushes 向けにキュー投入済みまたはアクティブなスレッド数
* `CurrentMetric_SharedMergeTreeThreads` ([Int64](/ja/reference/data-types/int-uint)) — SharedMergeTree の internals 内の thread pool にあるスレッド数
* `CurrentMetric_SharedMergeTreeThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — SharedMergeTree の internals 内の thread pool で task を実行中のスレッド数
* `CurrentMetric_SharedMergeTreeThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — SharedMergeTree の internals 内の thread pool にある、キュー投入済みまたはアクティブなスレッド数
* `CurrentMetric_SharedMergeTreeFetch` ([Int64](/ja/reference/data-types/int-uint)) — 進行中の fetches 数
* `CurrentMetric_SharedMergeTreeAssignedCurrentParts` ([Int64](/ja/reference/data-types/int-uint)) — merge or mutation によってロックされているパーツ数
* `CurrentMetric_SharedMergeTreeOutdatedPartsInKeeper` ([Int64](/ja/reference/data-types/int-uint)) — Keeper に保存されている outdated な part records 数
* `CurrentMetric_SharedMergeTreeCondemnedPartsInKeeper` ([Int64](/ja/reference/data-types/int-uint)) — Keeper に保存されている廃棄対象パーツレコードの数
* `CurrentMetric_SharedMergeTreeBrokenCondemnedPartsInKeeper` ([Int64](/ja/reference/data-types/int-uint)) — Keeper に保存されている破損した廃棄対象パーツレコードの数
* `CurrentMetric_SharedMergeTreeMaxActiveReplicas` ([Int64](/ja/reference/data-types/int-uint)) — Keeper に登録されているアクティブなレプリカの最大数
* `CurrentMetric_SharedMergeTreeMaxInactiveReplicas` ([Int64](/ja/reference/data-types/int-uint)) — Keeper に登録されている非アクティブなレプリカの最大数
* `CurrentMetric_SharedMergeTreeMaxReplicas` ([Int64](/ja/reference/data-types/int-uint)) — すべてのテーブルについて、Keeper に登録されているレプリカの最大数。SharedMergeTreeMaxActiveReplicas と SharedMergeTreeMaxInactiveReplicas の合計とは限りません
* `CurrentMetric_SharedMergeTreeMinActiveReplicas` ([Int64](/ja/reference/data-types/int-uint)) — Keeper に登録されているアクティブなレプリカの最小数
* `CurrentMetric_SharedMergeTreeMinInactiveReplicas` ([Int64](/ja/reference/data-types/int-uint)) — Keeper に登録されている非アクティブなレプリカの最小数
* `CurrentMetric_SharedMergeTreeMinReplicas` ([Int64](/ja/reference/data-types/int-uint)) — すべてのテーブルについて、Keeper に登録されているレプリカの最小数。SharedMergeTreeMinActiveReplicas と SharedMergeTreeMinInactiveReplicas の合計とは限りません
* `CurrentMetric_SharedMergeTreeMinPartitions` ([Int64](/ja/reference/data-types/int-uint)) — すべての SharedMergeTree テーブルについて、Keeper に登録されているパーティションの最小数
* `CurrentMetric_SharedMergeTreeMaxPartitions` ([Int64](/ja/reference/data-types/int-uint)) — すべての SharedMergeTree テーブルについて、Keeper に登録されているパーティションの最大数
* `CurrentMetric_CacheWarmerBytesInProgress` ([Int64](/ja/reference/data-types/int-uint)) — 非同期でファイルシステムキャッシュに読み込まれるのを待っているリモートファイルセグメントの合計サイズ。
* `CurrentMetric_DistrCacheOpenedConnections` ([Int64](/ja/reference/data-types/int-uint)) — 分散キャッシュへのオープン接続数
* `CurrentMetric_DistrCacheSharedLimitCount` ([Int64](/ja/reference/data-types/int-uint)) — DistributedCache::ConnectionPool::SharedLimit に基づくオープン済み接続数
* `CurrentMetric_DistrCacheUsedConnections` ([Int64](/ja/reference/data-types/int-uint)) — 分散キャッシュへの現在使用中の接続数
* `CurrentMetric_DistrCacheAllocatedConnections` ([Int64](/ja/reference/data-types/int-uint)) — 分散キャッシュ接続プールに現在割り当てられている接続数
* `CurrentMetric_DistrCacheBorrowedConnections` ([Int64](/ja/reference/data-types/int-uint)) — 分散キャッシュ接続プールから現在借り出されている接続数
* `CurrentMetric_DistrCacheReadRequests` ([Int64](/ja/reference/data-types/int-uint)) — 分散キャッシュに対して実行された読み取りリクエスト数
* `CurrentMetric_DistrCacheWriteRequests` ([Int64](/ja/reference/data-types/int-uint)) — 分散キャッシュに対して実行された書き込みリクエスト数
* `CurrentMetric_DistrCacheWriteBuffers` ([Int64](/ja/reference/data-types/int-uint)) — 分散キャッシュの書き込みバッファ数
* `CurrentMetric_DistrCacheReadBuffers` ([Int64](/ja/reference/data-types/int-uint)) — 分散キャッシュの読み取りバッファ数
* `CurrentMetric_DistrCacheServerConnections` ([Int64](/ja/reference/data-types/int-uint)) — 分散キャッシュから ClickHouse server へのオープン接続数
* `CurrentMetric_DistrCacheRegisteredServers` ([Int64](/ja/reference/data-types/int-uint)) — 分散キャッシュに登録されているサーバー数
* `CurrentMetric_DistrCacheRegisteredServersCurrentAZ` ([Int64](/ja/reference/data-types/int-uint)) — 現在の AZ にある分散キャッシュ登録済みサーバー数
* `CurrentMetric_DistrCacheServerS3CachedClients` ([Int64](/ja/reference/data-types/int-uint)) — 分散キャッシュの S3 キャッシュ済みクライアント数
* `CurrentMetric_DistrCacheServerRegistryConnections` ([Int64](/ja/reference/data-types/int-uint)) — 分散キャッシュから ClickHouse server へのアクティブな接続数 (制限のためキャンセル済みとしてマークされていないもの)
* `CurrentMetric_SchedulerIOReadScheduled` ([Int64](/ja/reference/data-types/int-uint)) — 現在スケジュールされている I/O 読み取りの数
* `CurrentMetric_SchedulerIOWriteScheduled` ([Int64](/ja/reference/data-types/int-uint)) — 現在スケジュールされている I/O 書き込みの数
* `CurrentMetric_StorageConnectionsStored` ([Int64](/ja/reference/data-types/int-uint)) — ストレージ向けセッションプールに格納されているセッションの総数
* `CurrentMetric_StorageConnectionsTotal` ([Int64](/ja/reference/data-types/int-uint)) — ストレージ向けの全セッションの総数: プールに格納されているものと、現在アクティブに使用中のもの
* `CurrentMetric_DiskConnectionsStored` ([Int64](/ja/reference/data-types/int-uint)) — ディスク向けセッションプールに格納されているセッションの総数
* `CurrentMetric_DiskConnectionsTotal` ([Int64](/ja/reference/data-types/int-uint)) — ディスク向けの全セッションの総数: プールに格納されているものと、現在アクティブに使用中のもの
* `CurrentMetric_BlobKillerThreads` ([Int64](/ja/reference/data-types/int-uint)) — オブジェクトストレージディスクのバックグラウンド削除プロセスのスレッドプール内のスレッド数
* `CurrentMetric_BlobKillerThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — オブジェクトストレージディスクのバックグラウンド削除プロセスのスレッドプール内でタスクを実行中のスレッド数
* `CurrentMetric_BlobKillerThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — オブジェクトストレージディスクのバックグラウンド削除プロセスのスレッドプール内でキュー待ちまたは実行中のタスク数
* `CurrentMetric_BlobCopierThreads` ([Int64](/ja/reference/data-types/int-uint)) — オブジェクトストレージディスクのバックグラウンドレプリケーションプロセスのスレッドプール内のスレッド数
* `CurrentMetric_BlobCopierThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — オブジェクトストレージディスクのバックグラウンドレプリケーションプロセスのスレッドプール内でタスクを実行中のスレッド数
* `CurrentMetric_BlobCopierThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — オブジェクトストレージディスクのバックグラウンドレプリケーションプロセスのスレッドプール内でキュー待ちまたは実行中のタスク数
* `CurrentMetric_HTTPConnectionsStored` ([Int64](/ja/reference/data-types/int-uint)) — HTTP ホスト向けセッションプールに格納されているセッションの総数
* `CurrentMetric_HTTPConnectionsTotal` ([Int64](/ja/reference/data-types/int-uint)) — HTTP ホスト向けの全セッションの総数: プールに格納されているものと、現在アクティブに使用中のもの
* `CurrentMetric_AddressesActive` ([Int64](/ja/reference/data-types/int-uint)) — 接続プールでの接続確立に使用されているアドレスの総数
* `CurrentMetric_AddressesBanned` ([Int64](/ja/reference/data-types/int-uint)) — 接続プールでの接続確立において、不良として使用禁止になっているアドレスの総数
* `CurrentMetric_FilteringMarksWithPrimaryKey` ([Int64](/ja/reference/data-types/int-uint)) — 現在、主キーによるマーク範囲のフィルタリングを行っているスレッド数
* `CurrentMetric_FilteringMarksWithSecondaryKeys` ([Int64](/ja/reference/data-types/int-uint)) — 現在、セカンダリキーによるマーク範囲のフィルタリングを行っているスレッド数
* `CurrentMetric_ConcurrencyControlScheduled` ([Int64](/ja/reference/data-types/int-uint)) — 現在スケジュールされている CPU スロット要求の総数
* `CurrentMetric_ConcurrencyControlAcquired` ([Int64](/ja/reference/data-types/int-uint)) — 取得済みの CPU スロットの総数
* `CurrentMetric_ConcurrencyControlAcquiredNonCompeting` ([Int64](/ja/reference/data-types/int-uint)) — 競合中と見なされない取得済み CPU スロットの総数 (fair\_round\_robin scheduler 使用時の最初のスレッド)
* `CurrentMetric_ConcurrencyControlSoftLimit` ([Int64](/ja/reference/data-types/int-uint)) — CPU スロット数に対するソフト制限の値
* `CurrentMetric_ConcurrencyControlPreempted` ([Int64](/ja/reference/data-types/int-uint)) — CPU スロットを待機している、プリエンプトされたスレッドの総数
* `CurrentMetric_ConcurrentQueryScheduled` ([Int64](/ja/reference/data-types/int-uint)) — 現在スケジュールされているクエリスロット要求の総数
* `CurrentMetric_ConcurrentQueryAcquired` ([Int64](/ja/reference/data-types/int-uint)) — 取得済みのクエリスロットの総数
* `CurrentMetric_DiskS3NoSuchKeyErrors` ([Int64](/ja/reference/data-types/int-uint)) — ClickHouse ディスク経由で S3 Cloud ストレージからデータを読み取る際に発生した `NoSuchKey` エラーの数。
* `CurrentMetric_SharedCatalogStateApplicationThreads` ([Int64](/ja/reference/data-types/int-uint)) — Shared Catalog の状態適用用スレッドプール内のスレッド数。
* `CurrentMetric_SharedCatalogStateApplicationThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — Shared Catalog の状態適用用スレッドプール内のアクティブなスレッド数。
* `CurrentMetric_SharedCatalogStateApplicationThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — Shared Catalog の状態適用用スレッドプール内の、キューに入っているジョブまたはアクティブなジョブの数。
* `CurrentMetric_SharedCatalogDropLocalThreads` ([Int64](/ja/reference/data-types/int-uint)) — Shared Catalog でローカルテーブルを drop するためのスレッドプール内のスレッド数。
* `CurrentMetric_SharedCatalogDropLocalThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — Shared Catalog でローカルテーブルを drop するためのスレッドプール内のアクティブなスレッド数。
* `CurrentMetric_SharedCatalogDropLocalThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — Shared Catalog でローカルテーブルを drop するためのスレッドプール内の、キューに入っているジョブまたはアクティブなジョブの数。
* `CurrentMetric_SharedCatalogDropZooKeeperThreads` ([Int64](/ja/reference/data-types/int-uint)) — Shared Catalog で ZooKeeper 内のオブジェクトを drop するためのスレッドプール内のスレッド数。
* `CurrentMetric_SharedCatalogDropZooKeeperThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — Shared Catalog で ZooKeeper 内のオブジェクトを drop するためのスレッドプール内のアクティブなスレッド数。
* `CurrentMetric_SharedCatalogDropZooKeeperThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — Shared Catalog で ZooKeeper 内のオブジェクトを drop するためのスレッドプール内の、キューに入っているジョブまたはアクティブなジョブの数。
* `CurrentMetric_CoordinatedMergesCoordinatorRunningMerges` ([Int64](/ja/reference/data-types/int-uint)) — マージコーディネーターから見える実行中のマージ数。
* `CurrentMetric_CoordinatedMergesCoordinatorAssignedMerges` ([Int64](/ja/reference/data-types/int-uint)) — マージコーディネーター状態内の割り当て済みマージ数。
* `CurrentMetric_CoordinatedMergesWorkerAssignedMerges` ([Int64](/ja/reference/data-types/int-uint)) — マージワーカー状態内の割り当て済みマージ数。
* `CurrentMetric_SharedDatabaseCatalogTablesInLocalDropDetachQueue` ([Int64](/ja/reference/data-types/int-uint)) — Shared Catalog でローカルテーブルの drop または detach を行うキュー内のテーブル数。
* `CurrentMetric_SharedCatalogDropDetachLocalTablesErrors` ([Int64](/ja/reference/data-types/int-uint)) — Shared Catalog でローカルテーブルの drop または detach を試行した際に発生したエラー数。
* `CurrentMetric_SharedCatalogNumberOfObjectsInState` ([Int64](/ja/reference/data-types/int-uint)) — Shared Catalog の現在の状態に含まれるオブジェクト数。
* `CurrentMetric_MetadataFromKeeperCacheObjects` ([Int64](/ja/reference/data-types/int-uint)) — ディスクのメタデータキャッシュ内のオブジェクト数。
* `CurrentMetric_LicenseRemainingSeconds` ([Int64](/ja/reference/data-types/int-uint)) — ライセンス有効期間の残り Seconds。
* `CurrentMetric_StartupScriptsExecutionState` ([Int64](/ja/reference/data-types/int-uint)) — 起動スクリプトの実行状態: 0 = 未完了、1 = 成功、2 = 失敗。
* `CurrentMetric_IsServerShuttingDown` ([Int64](/ja/reference/data-types/int-uint)) — サーバーがシャットダウン中かどうかを示します: 0 = いいえ、1 = はい
* `CurrentMetric_StatelessWorkerThreads` ([Int64](/ja/reference/data-types/int-uint)) — ステートレスワーカースレッドプール内のスレッド数。
* `CurrentMetric_StatelessWorkerThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — タスクを実行中のステートレスワーカースレッドプール内のスレッド数。
* `CurrentMetric_StatelessWorkerThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — ステートレスワーカースレッドプール内の、キューに入っているジョブまたはアクティブなジョブの数。
* `CurrentMetric_ReadonlyDisks` ([Int64](/ja/reference/data-types/int-uint)) — ディスクチェック中に readonly としてマークされたディスク数。
* `CurrentMetric_BrokenDisks` ([Int64](/ja/reference/data-types/int-uint)) — ディスクチェック中に broken としてマークされたディスク数。
* `CurrentMetric_TaskTrackerThreads` ([Int64](/ja/reference/data-types/int-uint)) — 分散クエリのリモートタスクトラッカーで使用されるスレッド数。
* `CurrentMetric_TaskTrackerThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — 分散クエリのリモートタスクトラッカーのスレッドプールでタスクを実行中のスレッド数。
* `CurrentMetric_TaskTrackerThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — 分散クエリのリモートタスクトラッカーのスレッドプール内でキューに入っている、または実行中のジョブ数。
* `CurrentMetric_DropDistributedCacheThreads` ([Int64](/ja/reference/data-types/int-uint)) — 分散キャッシュの削除クエリ用スレッドプール内のスレッド数。
* `CurrentMetric_DropDistributedCacheThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — 分散キャッシュの削除クエリ用スレッドプール内のアクティブなスレッド数。
* `CurrentMetric_DropDistributedCacheThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — 分散キャッシュの削除用スレッドプール内でキューに入っている、または実行中のジョブ数。
* `CurrentMetric_S3CachedCredentialsProviders` ([Int64](/ja/reference/data-types/int-uint)) — キャッシュされた S3 認証情報プロバイダーの総数
* `CurrentMetric_MergeTreeSnapshotCommitThreads` ([Int64](/ja/reference/data-types/int-uint)) — スナップショットのコミットに使用されるスレッド数
* `CurrentMetric_MergeTreeSnapshotCommitThreadsActive` ([Int64](/ja/reference/data-types/int-uint)) — スナップショットのコミットに使用されるアクティブなスレッド数
* `CurrentMetric_MergeTreeSnapshotCommitThreadsScheduled` ([Int64](/ja/reference/data-types/int-uint)) — スナップショットのコミットに使用されるスケジュール済みスレッド数

<div id="example">
  ## 例
</div>

```sql theme={null}
SELECT * FROM system.metric_log LIMIT 1 FORMAT Vertical;
```

```text theme={null}
Row 1:
──────
hostname:                                                        clickhouse.eu-central1.internal
event_date:                                                      2020-09-05
event_time:                                                      2020-09-05 16:22:33
event_time_microseconds:                                         2020-09-05 16:22:33.196807
milliseconds:                                                    196
ProfileEvent_Query:                                              0
ProfileEvent_SelectQuery:                                        0
ProfileEvent_InsertQuery:                                        0
ProfileEvent_FailedQuery:                                        0
ProfileEvent_FailedSelectQuery:                                  0
...
...
CurrentMetric_Revision:                                          54439
CurrentMetric_VersionInteger:                                    20009001
CurrentMetric_RWLockWaitingReaders:                              0
CurrentMetric_RWLockWaitingWriters:                              0
CurrentMetric_RWLockActiveReaders:                               0
CurrentMetric_RWLockActiveWriters:                               0
CurrentMetric_GlobalThread:                                      74
CurrentMetric_GlobalThreadActive:                                26
CurrentMetric_LocalThread:                                       0
CurrentMetric_LocalThreadActive:                                 0
CurrentMetric_DistributedFilesToInsert:                          0
```

**スキーマ**
このテーブルは、XML タグ `<schema_type>` を使って異なるスキーマタイプに設定できます。デフォルトのスキーマタイプは `wide` で、各メトリクスまたはプロファイルイベントは個別のカラムに保存されます。このスキーマは、単一カラムの読み取りにおいて最も高性能かつ効率的です。

`transposed` スキーマでは、`system.asynchronous_metric_log` と同様に、メトリクスとイベントを行として保存するフォーマットでデータを格納します。このスキーマは、マージ時のリソース消費を抑えられるため、リソースの限られた環境で有用です。

**ヒストグラム**

各行には、`metric`、`labels`、`histogram`、`count`、`sum` の各フィールドを持つ `histograms` Nested カラムに、登録されているすべてのヒストグラムメトリクスのスナップショットも含まれます。バケットのカウントは、サーバーの起動以降の累積値です。デフォルトでは、合計 `count` が 0 のヒストグラムは出力されず、出力されたヒストグラム内でもカウンターが 0 のバケットは `histogram` map から省かれます。すべてのヒストグラムとすべてのバケットを保持するには、`system_metric_log_show_zero_values_in_histograms = 1` を設定してください (default ユーザーのプロファイル内) 。

クエリ例:

```sql theme={null}
SELECT h.metric, h.labels, h.histogram, h.count, h.sum
FROM system.metric_log
ARRAY JOIN histograms AS h
WHERE h.metric = 'keeper_response_time_ms' AND h.labels['operation_type'] = 'readonly'
ORDER BY event_time DESC
LIMIT 1;
```

<div id="see-also">
  ## 関連項目
</div>

* [metric\_log setting](/ja/reference/settings/server-settings/settings#metric_log) — 設定の有効化と無効化について説明します。
* [system.asynchronous\_metrics](/ja/reference/system-tables/asynchronous_metrics) — 定期的に計算されるメトリクスが含まれます。
* [system.events](/ja/reference/system-tables/events) — 発生した各種イベントが含まれます。
* [system.metrics](/ja/reference/system-tables/metrics) — 即時に計算されるメトリクスが含まれます。
* [監視](/ja/guides/oss/deployment-and-scaling/monitoring/monitoring) — ClickHouse の監視の基本概念。
