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

> システムテーブルの概要と、それが役立つ理由について説明します。

# システムテーブル

{/*AUTOGENERATED_START*/}

| ページ                                                                                                    | 説明                                                                                                                                                              |
| ------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [System Tables Overview](/ja/reference/system-tables/overview)                                         | Overview of what system tables are and why they are useful.                                                                                                     |
| [system.histogram\_metric\_log](/ja/reference/system-tables/histogram_metric_log)                      | System table containing periodic snapshots of histogram metrics, flushed to disk.                                                                               |
| [INFORMATION\_SCHEMA](/ja/reference/system-tables/information_schema)                                  | System database providing an almost standardized DBMS-agnostic view on metadata of database objects.                                                            |
| [system.aggregate\_function\_combinators](/ja/reference/system-tables/aggregate_function_combinators)  | Contains a list of all available aggregate function combinators, which could be applied to aggregate functions and change the way they work.                    |
| [system.aggregated\_zookeeper\_log](/ja/reference/system-tables/aggregated_zookeeper_log)              | System table containing aggregated statistics of ZooKeeper operations grouped by session, path, operation type, component, and subrequest flag.                 |
| [system.asynchronous\_insert\_log](/ja/reference/system-tables/asynchronous_insert_log)                | System table containing information about async inserts. Each entry represents an insert query buffered into an async insert query.                             |
| [system.asynchronous\_loader](/ja/reference/system-tables/asynchronous_loader)                         | System table containing information about and status of recent asynchronous jobs (e.g. for tables which are loading). The table contains a row for every job.   |
| [system.asynchronous\_metric\_log](/ja/reference/system-tables/asynchronous_metric_log)                | System table containing historical values for `system.asynchronous_metrics`, which are saved once per time interval (one second by default)                     |
| [system.asynchronous\_inserts](/ja/reference/system-tables/asynchronous_inserts)                       | System table containing information about pending asynchronous inserts in queue.                                                                                |
| [system.asynchronous\_metrics](/ja/reference/system-tables/asynchronous_metrics)                       | System table containing metrics that are calculated periodically in the background. For example, the amount of RAM in use.                                      |
| [system.azure\_queue\_settings](/ja/reference/system-tables/azure_queue_settings)                      | System table containing information about settings of AzureQueue tables. Available from server version `24.10`.                                                 |
| [system.azure\_queue\_metadata\_cache](/ja/reference/system-tables/azure_queue_metadata_cache)         | Contains in-memory state of AzureQueue metadata and currently processed rows per file.                                                                          |
| [system.azure\_queue\_log](/ja/reference/system-tables/azure_queue_log)                                | Contains log entries with information about files processed by the AzureQueue engine.                                                                           |
| It is safe to truncate or drop this table at any time.                                                 |                                                                                                                                                                 |
| [system.background\_schedule\_pool\_log](/ja/reference/system-tables/background_schedule_pool_log)     | System table containing history of background schedule pool task executions.                                                                                    |
| [system.background\_schedule\_pool](/ja/reference/system-tables/background_schedule_pool)              | System table containing information about tasks in background schedule pools.                                                                                   |
| [system.backup\_log](/ja/reference/system-tables/backup_log)                                           | System table containing logging entries with information about `BACKUP` and `RESTORE` operations.                                                               |
| [system.backups](/ja/reference/system-tables/backups)                                                  | System table containing logging entries with information about `BACKUP` and `RESTORE` operations.                                                               |
| [system.blob\_storage\_log](/ja/reference/system-tables/blob_storage_log)                              | System table containing logging entries with information about various blob storage operations such as uploads and deletes.                                     |
| [system.build\_options](/ja/reference/system-tables/build_options)                                     | System table containing information about ClickHouse server's build options.                                                                                    |
| [system.certificates](/ja/reference/system-tables/certificates)                                        | Contains information about available certificates and their sources.                                                                                            |
| [system.clusters](/ja/reference/system-tables/clusters)                                                | System table containing information about clusters available in the config file and the servers defined in them.                                                |
| [system.codecs](/ja/reference/system-tables/codecs)                                                    | System table containing information about codecs in queue.                                                                                                      |
| [system.collations](/ja/reference/system-tables/collations)                                            | Contains a list of all available collations for alphabetical comparison of strings.                                                                             |
| [system.columns](/ja/reference/system-tables/columns)                                                  | System table containing information about columns in all tables                                                                                                 |
| [system.completions](/ja/reference/system-tables/completions)                                          | Contains a list of completion tokens.                                                                                                                           |
| [system.contributors](/ja/reference/system-tables/contributors)                                        | System table containing information about contributors.                                                                                                         |
| [system.crash\_log](/ja/reference/system-tables/crash_log)                                             | System table containing information about stack traces for fatal errors.                                                                                        |
| [system.current\_roles](/ja/reference/system-tables/current_roles)                                     | System table containing active roles for the current user.                                                                                                      |
| [system.dashboards](/ja/reference/system-tables/dashboards)                                            | Contains queries used by `/dashboard` page accessible though the HTTP interface. useful for monitoring and troubleshooting.                                     |
| [system.data\_skipping\_indices](/ja/reference/system-tables/data_skipping_indices)                    | System table containing information about existing data skipping indices in all the tables.                                                                     |
| [system.data\_type\_families](/ja/reference/system-tables/data_type_families)                          | System table containing information about supported data types                                                                                                  |
| [system.database\_engines](/ja/reference/system-tables/database_engines)                               | System table containing a list of database engines supported by the server.                                                                                     |
| [system.database\_replicas](/ja/reference/system-tables/database_replicas)                             | System table containing information about and status of replicated database.                                                                                    |
| [system.databases](/ja/reference/system-tables/databases)                                              | System table containing information about the databases that are available to the current user.                                                                 |
| [system.dead\_letter\_queue](/ja/reference/system-tables/dead_letter_queue)                            | System table containing information about messages received via a streaming engine and parsed with errors.                                                      |
| [system.delta\_lake\_metadata\_log](/ja/reference/system-tables/delta_metadata_log)                    | System table containing information about metadata files read from Delta Lake tables. Each entry represents a root metadata JSON file.                          |
| [system.detached\_parts](/ja/reference/system-tables/detached_parts)                                   | System table containing information about detached parts of MergeTree tables                                                                                    |
| [system.detached\_tables](/ja/reference/system-tables/detached_tables)                                 | System table containing information about each detached table.                                                                                                  |
| [system.dictionaries](/ja/reference/system-tables/dictionaries)                                        | System table containing information about dictionaries                                                                                                          |
| [system.dimensional\_metrics](/ja/reference/system-tables/dimensional_metrics)                         | This table contains dimensional metrics that can be calculated instantly and exported in the Prometheus format. It is always up to date.                        |
| [system.disks](/ja/reference/system-tables/disks)                                                      | System table containing information about disks defined in the server configuration                                                                             |
| [system.distributed\_ddl\_queue](/ja/reference/system-tables/distributed_ddl_queue)                    | System table containing information about distributed ddl queries (queries using the ON CLUSTER clause) that were executed on a cluster.                        |
| [system.distribution\_queue](/ja/reference/system-tables/distribution_queue)                           | System table containing information about local files that are in the queue to be sent to the shards.                                                           |
| [system.dns\_cache](/ja/reference/system-tables/dns_cache)                                             | System table containing information about cached DNS records.                                                                                                   |
| [system.dropped\_tables](/ja/reference/system-tables/dropped_tables)                                   | System table containing information about tables that drop table has been executed on but for which data cleanup has not yet been performed                     |
| [system.dropped\_tables\_parts](/ja/reference/system-tables/dropped_tables_parts)                      | System table containing information about parts of MergeTree dropped tables from `system.dropped_tables`                                                        |
| [system.enabled\_roles](/ja/reference/system-tables/enabled_roles)                                     | System table containing all active roles at the moment, including the current role of the current user and the granted roles for the current role               |
| [system.error\_log](/ja/reference/system-tables/error_log)                                             | System table containing the history of error values from table `system.errors`, periodically flushed to disk.                                                   |
| [system.errors](/ja/reference/system-tables/errors)                                                    | System table containing error codes with the number of times they have been triggered.                                                                          |
| [system.events](/ja/reference/system-tables/events)                                                    | System table containing information about the number of events that have occurred in the system.                                                                |
| [system.fail\_points](/ja/reference/system-tables/fail_points)                                         | Contains a list of all available failpoints with their type and current status.                                                                                 |
| [system.filesystem\_cache\_settings](/ja/reference/system-tables/filesystem_cache_settings)            | Contains information about all filesystem cache settings                                                                                                        |
| [system.filesystem\_read\_prefetches\_log](/ja/reference/system-tables/filesystem_read_prefetches_log) | Contains a history of all prefetches done during reading from MergeTree tables backed by a remote filesystem.                                                   |
| It is safe to truncate or drop this table at any time.                                                 |                                                                                                                                                                 |
| [system.filesystem\_cache\_log](/ja/reference/system-tables/filesystem_cache_log)                      | Contains a history of all events occurred with filesystem cache for objects on a remote filesystem.                                                             |
| It is safe to truncate or drop this table at any time.                                                 |                                                                                                                                                                 |
| [system.filesystem\_cache](/ja/reference/system-tables/filesystem_cache)                               | Contains information about all entries inside filesystem cache for remote objects.                                                                              |
| [system.formats](/ja/reference/system-tables/formats)                                                  | Contains a list of all the formats along with flags whether a format is suitable for input/output or whether it supports parallelization.                       |
| [system.functions](/ja/reference/system-tables/functions)                                              | System table containing information about normal and aggregate functions.                                                                                       |
| [system.grants](/ja/reference/system-tables/grants)                                                    | ClickHouse のユーザーアカウントにどの権限が付与されているかを示すシステムテーブル。                                                                                                                 |
| [system.graphite\_retentions](/ja/reference/system-tables/graphite_retentions)                         | `GraphiteMergeTree` 型エンジンのテーブルで使用される `graphite_rollup` パラメータに関する情報を含むシステムテーブル。                                                                                  |
| [system.histogram\_metrics](/ja/reference/system-tables/histogram_metrics)                             | このテーブルには、即座に計算して Prometheus フォーマットでエクスポートできるヒストグラムメトリクスが含まれます。常に最新の状態が反映されます。                                                                                   |
| [system.iceberg\_history](/ja/reference/system-tables/iceberg_history)                                 | Iceberg スナップショット履歴のシステムテーブル。                                                                                                                                    |
| [system.iceberg\_metadata\_log](/ja/reference/system-tables/iceberg_metadata_log)                      | Iceberg テーブルから読み取られたメタデータファイルに関する情報を含むシステムテーブル。各エントリは、ルートメタデータファイル、Avro ファイルから抽出されたメタデータ、または Avro ファイル内のいずれかのエントリを表します。                                         |
| [system.instrumentation](/ja/reference/system-tables/instrumentation)                                  | インストルメンテーションポイントを含むシステムテーブル。                                                                                                                                    |
| [system.jemalloc\_stats](/ja/reference/system-tables/jemalloc_stats)                                   | 1 つのカラムを持つ 1 行で jemalloc の統計情報を返します。SYSTEM JEMALLOC STATS command と同等です。                                                                                        |
| [system.jemalloc\_bins](/ja/reference/system-tables/jemalloc_bins)                                     | すべての arena から集約された、異なるサイズクラス (ビン) における jemalloc アロケータ経由のメモリ割り当てに関する情報を含むシステムテーブル。                                                                               |
| [system.jemalloc\_profile\_text](/ja/reference/system-tables/jemalloc_profile_text)                    | シンボル化された jemalloc ヒーププロファイルを表示します。最初に 'SYSTEM JEMALLOC FLUSH PROFILE' を実行してプロファイルを生成してください。                                                                     |
| [system.kafka\_consumers](/ja/reference/system-tables/kafka_consumers)                                 | Kafka コンシューマーに関する情報を含むシステムテーブル。                                                                                                                                 |
| [system.keywords](/ja/reference/system-tables/keywords)                                                | ClickHouse パーサーで使用されるすべてのキーワードの一覧を含みます。                                                                                                                         |
| [system.licenses](/ja/reference/system-tables/licenses)                                                | ClickHouse ソースの contrib ディレクトリにあるサードパーティライブラリのライセンスを含むシステムテーブル。                                                                                                 |
| [system.macros](/ja/reference/system-tables/macros)                                                    | サーバー設定で定義されているすべてのマクロの一覧を含みます。                                                                                                                                  |
| [system.masking\_policies](/ja/reference/system-tables/masking_policies)                               | システム内のすべてのマスキングポリシーに関する情報を含むシステムテーブル。                                                                                                                           |
| [system.merge\_tree\_settings](/ja/reference/system-tables/merge_tree_settings)                        | MergeTree テーブルの設定に関する情報を含むシステムテーブル。                                                                                                                             |
| [system.merges](/ja/reference/system-tables/merges)                                                    | MergeTree family のテーブルで現在進行中のマージおよびパーツ mutation に関する情報を含むシステムテーブル。                                                                                              |
| [system.metric\_log](/ja/reference/system-tables/metric_log)                                           | `system.metrics` および `system.events` テーブルのメトリクス値の履歴を含み、定期的にディスクにフラッシュされるシステムテーブル。                                                                               |
| [system.metrics](/ja/reference/system-tables/metrics)                                                  | 即座に計算できる、または現在値を持つメトリクスを含むシステムテーブル。                                                                                                                             |
| [system.models](/ja/reference/system-tables/models)                                                    | LibraryBridge のメモリにロードされた CatBoost モデルと、その読み込み時刻の一覧を含みます。                                                                                                       |
| [system.moves](/ja/reference/system-tables/moves)                                                      | MergeTree テーブルで進行中のデータパーツの移動に関する情報を含むシステムテーブル。各データパーツの移動は 1 行で表されます。                                                                                            |
| [system.mutations](/ja/reference/system-tables/mutations)                                              | MergeTree テーブルの mutation とその進行状況に関する情報を含むシステムテーブル。各 mutation command は 1 行で表されます。                                                                               |
| [system.named\_collections](/ja/reference/system-tables/named_collections)                             | SQL query によって作成された、または configuration file から解析された、すべての named collections の一覧を含みます。                                                                             |
| [system.numbers\_mt](/ja/reference/system-tables/numbers_mt)                                           | `system.numbers` に似たシステムテーブルですが、読み取りは並列化されており、数値は任意の順序で返される場合があります。                                                                                             |
| [system.numbers](/ja/reference/system-tables/numbers)                                                  | `number` という名前の 1 つの UInt64 カラムを含むシステムテーブルで、0 から始まるほぼすべての自然数を含みます。                                                                                              |
| [system.one](/ja/reference/system-tables/one)                                                          | 値 0 を含む `dummy` UInt8 カラムを 1 つ持つ 1 行を含むシステムテーブル。他の DBMS にある `DUAL` テーブルに似ています。                                                                                  |
| [system.opentelemetry\_span\_log](/ja/reference/system-tables/opentelemetry_span_log)                  | 実行されたクエリのトレーススパンに関する情報を含むシステムテーブル。                                                                                                                              |
| [system.part\_moves\_between\_shards](/ja/reference/system-tables/part_moves_between_shards)           | 現在、分片間で移動中のパーツと、その進行状況に関する情報を含みます。                                                                                                                              |
| [system.part\_log](/ja/reference/system-tables/part_log)                                               | データの追加やマージなど、MergeTree family テーブル内のデータパーツで発生したイベントに関する情報を含むシステムテーブル。                                                                                           |
| [system.parts](/ja/reference/system-tables/parts)                                                      | MergeTree のパーツに関する情報を含むシステムテーブル。                                                                                                                                |
| [system.parts\_columns](/ja/reference/system-tables/parts_columns)                                     | MergeTree テーブルのパーツとカラムに関する情報を含むシステムテーブル。                                                                                                                        |
| [system.predicate\_statistics\_log](/ja/reference/system-tables/predicate_statistics_log)              | クエリ実行中に `MergeTree` の読み取りパイプラインから収集された、サンプリング済みの filter と index selectivity の統計情報を含むシステムテーブル。                                                                   |
| [system.primes](/ja/reference/system-tables/primes)                                                    | `prime` という名前の UInt64 カラムを 1 つ持ち、2 から始まる素数が昇順で格納されているシステムテーブル。                                                                                                  |
| [system.privileges](/ja/reference/system-tables/privileges)                                            | ユーザーまたはロールに付与できる、利用可能なすべての権限の一覧を含みます。                                                                                                                           |
| [system.processes](/ja/reference/system-tables/processes)                                              | `SHOW PROCESSLIST` クエリの実装に使用されるシステムテーブル。                                                                                                                        |
| [system.processors\_profile\_log](/ja/reference/system-tables/processors_profile_log)                  | プロセッサレベルのプロファイリング情報 (`EXPLAIN PIPELINE` で確認可能) を含むシステムテーブル。                                                                                                     |
| [system.projection\_parts\_columns](/ja/reference/system-tables/projection_parts_columns)              | MergeTree family のテーブルにおける projection parts のカラム情報を含むシステムテーブル。                                                                                                  |
| [system.projection\_parts](/ja/reference/system-tables/projection_parts)                               | MergeTree family のテーブルにおける projection parts に関する情報を含むシステムテーブル。                                                                                                  |
| [system.projections](/ja/reference/system-tables/projections)                                          | すべてのテーブルに存在する projections に関する情報を含むシステムテーブル。                                                                                                                    |
| [system.query\_views\_log](/ja/reference/system-tables/query_views_log)                                | クエリ実行時に実行された依存ビューに関する情報 (ビューの種類や実行時間など) を含むシステムテーブル。                                                                                                            |
| [system.query\_condition\_cache](/ja/reference/system-tables/query_condition_cache)                    | query condition cache の内容を表示するシステムテーブル。                                                                                                                         |
| [system.query\_thread\_log](/ja/reference/system-tables/query_thread_log)                              | クエリを実行するスレッドに関する情報 (スレッド名、スレッド開始時刻、クエリ処理時間など) を含むシステムテーブル。                                                                                                      |
| [system.query\_metric\_log](/ja/reference/system-tables/query_metric_log)                              | 個々のクエリについて、table `system.events` の memory と metric の値の履歴を保持し、定期的にディスクへフラッシュされるシステムテーブル。                                                                         |
| [system.query\_log](/ja/reference/system-tables/query_log)                                             | 実行されたクエリに関する情報 (開始時刻、処理時間、エラーメッセージなど) を含むシステムテーブル。                                                                                                              |
| [system.query\_cache](/ja/reference/system-tables/query_cache)                                         | query cache の内容を表示するシステムテーブル。                                                                                                                                   |
| [system.quota\_usage](/ja/reference/system-tables/quota_usage)                                         | 現在のユーザーによる quota の使用状況 (どれだけ使用され、どれだけ残っているかなど) に関する情報を含むシステムテーブル。                                                                                               |
| [system.quota\_limits](/ja/reference/system-tables/quota_limits)                                       | すべての quotas のすべての interval における最大値に関する情報を含むシステムテーブル。1 つの quota に対応する行数は 0 行以上の任意の数になり得ます。                                                                       |
| [system.quotas\_usage](/ja/reference/system-tables/quotas_usage)                                       | すべてのユーザーによる quota の使用状況に関する情報を含むシステムテーブル。                                                                                                                       |
| [system.quotas](/ja/reference/system-tables/quotas)                                                    | quotas に関する情報を含むシステムテーブル。                                                                                                                                       |
| [system.remote\_data\_paths](/ja/reference/system-tables/remote_data_paths)                            | S3 や Azure Blob Storage などのリモートディスクに保存されている data files に関する情報を含むシステムテーブル。                                                                                       |
| [system.replicas](/ja/reference/system-tables/replicas)                                                | ローカルサーバー上にあるレプリケートテーブルの情報とステータスを含むシステムテーブル。監視に役立ちます。                                                                                                            |
| [system.replicated\_merge\_tree\_settings](/ja/reference/system-tables/replicated_merge_tree_settings) | すべての ReplicatedMergeTree engine specific settings について、現在値、デフォルト値、および説明の一覧を含みます。これらは CREATE クエリの SETTINGS セクションで変更できます。                                         |
| [system.replicated\_fetches](/ja/reference/system-tables/replicated_fetches)                           | 現在実行中のバックグラウンドフェッチに関する情報を含むシステムテーブル。                                                                                                                            |
| [system.replication\_queue](/ja/reference/system-tables/replication_queue)                             | `ReplicatedMergeTree` family のテーブルについて、ClickHouse Keeper または ZooKeeper に保存されている replication queues のタスクに関する情報を含むシステムテーブル。                                       |
| [system.resources](/ja/reference/system-tables/resources)                                              | ローカルサーバー上にあるリソースに関する情報を、各リソースにつき 1 行ずつ含むシステムテーブル。                                                                                                               |
| [system.rocksdb](/ja/reference/system-tables/rocksdb)                                                  | embedded RocksDB から公開される metrics の一覧を含みます。                                                                                                                      |
| [system.role\_grants](/ja/reference/system-tables/role_grants)                                         | ユーザーおよびロールに対する role grants を含むシステムテーブル。                                                                                                                         |
| [system.roles](/ja/reference/system-tables/roles)                                                      | 設定済みのロールに関する情報を含むシステムテーブル。                                                                                                                                      |
| [system.row\_policies](/ja/reference/system-tables/row_policies)                                       | 特定のテーブルに対する filter と、この row policy を使用するロールおよび/またはユーザーの一覧を含むシステムテーブル。                                                                                           |
| [system.s3\_queue\_settings](/ja/reference/system-tables/s3_queue_settings)                            | S3Queue テーブルの設定に関する情報を含むシステムテーブル。サーバーバージョン `24.10` 以降で利用できます。                                                                                                   |
| [system.s3queue\_metadata\_cache](/ja/reference/system-tables/s3queue_metadata_cache)                  | S3Queue メタデータの in-memory state と、ファイルごとに現在処理中の行を含みます。                                                                                                           |
| [system.s3queue\_log](/ja/reference/system-tables/s3queue_log)                                         | Contains log entries with information about files processed by the S3Queue engine.                                                                              |
| It is safe to truncate or drop this table at any time.                                                 |                                                                                                                                                                 |
| [system.scheduler](/ja/reference/system-tables/scheduler)                                              | System table containing information about and status of scheduling nodes residing on the local server.                                                          |
| [system.schema\_inference\_cache](/ja/reference/system-tables/schema_inference_cache)                  | System table containing information about all cached file schemas.                                                                                              |
| [system.server\_settings](/ja/reference/system-tables/server_settings)                                 | System table containing formation about global settings for the server, which are specified in `config.xml`.                                                    |
| [system.session\_log](/ja/reference/system-tables/session_log)                                         | System table containing information about all successful and failed login and logout events.                                                                    |
| [system.settings](/ja/reference/system-tables/settings)                                                | System table containing information about session settings for current user.                                                                                    |
| [system.settings\_profile\_elements](/ja/reference/system-tables/settings_profile_elements)            | System table which describes the content of the settings profile: constraints, roles and users that the setting applies to, parent settings profiles.           |
| [system.settings\_changes](/ja/reference/system-tables/settings_changes)                               | System table containing information about setting changes in previous ClickHouse versions.                                                                      |
| [system.settings\_profiles](/ja/reference/system-tables/settings_profiles)                             | System table which contains properties of configured setting profiles.                                                                                          |
| [system.stack\_trace](/ja/reference/system-tables/stack_trace)                                         | System table which contains stack traces of all server threads. Allows developers to introspect the server state.                                               |
| [system.storage\_policies](/ja/reference/system-tables/storage_policies)                               | System table containing information about storage policies and volumes which are defined in server configuration.                                               |
| [system.symbols](/ja/reference/system-tables/symbols)                                                  | System table useful for C++ experts and ClickHouse engineers containing information for introspection of the `clickhouse` binary.                               |
| [system.table\_engines](/ja/reference/system-tables/table_engines)                                     | System table containing descriptions of table engines supported by the server and the features they support.                                                    |
| [system.table\_functions](/ja/reference/system-tables/table_functions)                                 | Contains a list of all available table functions with their descriptions.                                                                                       |
| [system.tables](/ja/reference/system-tables/tables)                                                    | System table containing metadata of each table that the server knows about.                                                                                     |
| [system.text\_log](/ja/reference/system-tables/text_log)                                               | System table containing logging entries.                                                                                                                        |
| [system.time\_zones](/ja/reference/system-tables/time_zones)                                           | System table containing a list of time zones that are supported by the ClickHouse server.                                                                       |
| [system.tokenizers](/ja/reference/system-tables/tokenizers)                                            | System table which shows all available tokenizers.                                                                                                              |
| [system.trace\_log](/ja/reference/system-tables/trace_log)                                             | System table containing stack traces collected by the sampling query profiler.                                                                                  |
| [system.transactions](/ja/reference/system-tables/transactions)                                        | Contains a list of transactions and their state.                                                                                                                |
| [system.transactions\_info\_log](/ja/reference/system-tables/transactions_info_log)                    | Contains information about all transactions executed on a current server.                                                                                       |
| It is safe to truncate or drop this table at any time.                                                 |                                                                                                                                                                 |
| [system.unicode](/ja/reference/system-tables/unicode)                                                  | System table containing a list of Unicode characters and their properties.                                                                                      |
| [system.user\_processes](/ja/reference/system-tables/user_processes)                                   | System table containing information useful for an overview of memory usage and ProfileEvents of users.                                                          |
| [system.user\_directories](/ja/reference/system-tables/user_directories)                               | Contains the information about configured user directories - directories on the file system from which ClickHouse server is allowed to read user provided data. |
| [system.user\_defined\_functions](/ja/reference/system-tables/user_defined_functions)                  | System table containing loading status and configuration metadata for User-Defined Functions (UDFs).                                                            |
| [system.users](/ja/reference/system-tables/users)                                                      | System table containing a list of user accounts configured on the server.                                                                                       |
| [system.view\_refreshes](/ja/reference/system-tables/view_refreshes)                                   | System table containing information about Refreshable Materialized Views.                                                                                       |
| [system.warnings](/ja/reference/system-tables/system_warnings)                                         | This table contains warning messages about clickhouse server.                                                                                                   |
| [system.warnings](/ja/reference/system-tables/warnings)                                                | サーバー構成に関する警告が格納されており、clickhouse-client がサーバーに接続した直後に表示されます。                                                                                                     |
| [system.workloads](/ja/reference/system-tables/workloads)                                              | ローカルサーバー上のワークロードに関する情報を含むシステムテーブルです。                                                                                                                            |
| [system.zeros](/ja/reference/system-tables/zeros)                                                      | 非マテリアライズのゼロを無制限に生成します。                                                                                                                                          |
| [system.zeros\_mt](/ja/reference/system-tables/zeros_mt)                                               | system.zeros のマルチスレッド版です。                                                                                                                                       |
| [system.zookeeper\_watches](/ja/reference/system-tables/zookeeper_watches)                             | この ClickHouse server に登録されている、現在アクティブな ZooKeeper のウォッチを表示するシステムテーブルです。                                                                                          |
| [system.zookeeper\_info](/ja/reference/system-tables/zookeeper_info)                                   | 利用可能なすべての Keeper ノードの内部情報を出力するシステムテーブルです。                                                                                                                       |
| [system.zookeeper\_log](/ja/reference/system-tables/zookeeper_log)                                     | ZooKeeper サーバーへのリクエストのパラメーターと、それに対するレスポンスに関する情報を含むシステムテーブルです。                                                                                                   |
| [system.zookeeper\_connection](/ja/reference/system-tables/zookeeper_connection)                       | ZooKeeper が設定されている場合にのみ存在するシステムテーブルです。ZooKeeper への現在の接続 (補助的な ZooKeeper を含む) を表示します。                                                                            |
| [system.zookeeper\_connection\_log](/ja/reference/system-tables/zookeeper_connection_log)              | ZooKeeper への接続履歴 (補助的な ZooKeeper を含む) を表示します。                                                                                                                   |
| [system.zookeeper](/ja/reference/system-tables/zookeeper)                                              | ClickHouse Keeper または ZooKeeper が設定されている場合にのみ存在するシステムテーブルです。設定で定義された Keeper クラスターのデータを公開します。                                                                    |
