| ページ | 説明 |
|---|---|
| System Tables Overview | Overview of what system tables are and why they are useful. |
| system.histogram_metric_log | System table containing periodic snapshots of histogram metrics, flushed to disk. |
| INFORMATION_SCHEMA | System database providing an almost standardized DBMS-agnostic view on metadata of database objects. |
| system.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 | System table containing aggregated statistics of ZooKeeper operations grouped by session, path, operation type, component, and subrequest flag. |
| system.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 | 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 | System table containing historical values for system.asynchronous_metrics, which are saved once per time interval (one second by default) |
| system.asynchronous_inserts | System table containing information about pending asynchronous inserts in queue. |
| system.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 | System table containing information about settings of AzureQueue tables. Available from server version 24.10. |
| system.azure_queue_metadata_cache | Contains in-memory state of AzureQueue metadata and currently processed rows per file. |
| system.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 | System table containing history of background schedule pool task executions. |
| system.background_schedule_pool | System table containing information about tasks in background schedule pools. |
| system.backup_log | System table containing logging entries with information about BACKUP and RESTORE operations. |
| system.backups | System table containing logging entries with information about BACKUP and RESTORE operations. |
| system.blob_storage_log | System table containing logging entries with information about various blob storage operations such as uploads and deletes. |
| system.build_options | System table containing information about ClickHouse server’s build options. |
| system.certificates | Contains information about available certificates and their sources. |
| system.clusters | System table containing information about clusters available in the config file and the servers defined in them. |
| system.codecs | System table containing information about codecs in queue. |
| system.collations | Contains a list of all available collations for alphabetical comparison of strings. |
| system.columns | System table containing information about columns in all tables |
| system.completions | Contains a list of completion tokens. |
| system.contributors | System table containing information about contributors. |
| system.crash_log | System table containing information about stack traces for fatal errors. |
| system.current_roles | System table containing active roles for the current user. |
| system.dashboards | Contains queries used by /dashboard page accessible though the HTTP interface. useful for monitoring and troubleshooting. |
| system.data_skipping_indices | System table containing information about existing data skipping indices in all the tables. |
| system.data_type_families | System table containing information about supported data types |
| system.database_engines | System table containing a list of database engines supported by the server. |
| system.database_replicas | System table containing information about and status of replicated database. |
| system.databases | System table containing information about the databases that are available to the current user. |
| system.dead_letter_queue | System table containing information about messages received via a streaming engine and parsed with errors. |
| system.delta_lake_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 | System table containing information about detached parts of MergeTree tables |
| system.detached_tables | System table containing information about each detached table. |
| system.dictionaries | System table containing information about dictionaries |
| system.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 | System table containing information about disks defined in the server configuration |
| system.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 | System table containing information about local files that are in the queue to be sent to the shards. |
| system.dns_cache | System table containing information about cached DNS records. |
| system.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 | System table containing information about parts of MergeTree dropped tables from system.dropped_tables |
| system.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 | System table containing the history of error values from table system.errors, periodically flushed to disk. |
| system.errors | System table containing error codes with the number of times they have been triggered. |
| system.events | System table containing information about the number of events that have occurred in the system. |
| system.fail_points | Contains a list of all available failpoints with their type and current status. |
| system.filesystem_cache_settings | Contains information about all filesystem cache settings |
| system.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 | 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 | Contains information about all entries inside filesystem cache for remote objects. |
| system.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 | System table containing information about normal and aggregate functions. |
| system.grants | ClickHouse のユーザーアカウントにどの権限が付与されているかを示すシステムテーブル。 |
| system.graphite_retentions | GraphiteMergeTree 型エンジンのテーブルで使用される graphite_rollup パラメータに関する情報を含むシステムテーブル。 |
| system.histogram_metrics | このテーブルには、即座に計算して Prometheus フォーマットでエクスポートできるヒストグラムメトリクスが含まれます。常に最新の状態が反映されます。 |
| system.iceberg_history | Iceberg スナップショット履歴のシステムテーブル。 |
| system.iceberg_metadata_log | Iceberg テーブルから読み取られたメタデータファイルに関する情報を含むシステムテーブル。各エントリは、ルートメタデータファイル、Avro ファイルから抽出されたメタデータ、または Avro ファイル内のいずれかのエントリを表します。 |
| system.instrumentation | インストルメンテーションポイントを含むシステムテーブル。 |
| system.jemalloc_stats | 1 つのカラムを持つ 1 行で jemalloc の統計情報を返します。SYSTEM JEMALLOC STATS command と同等です。 |
| system.jemalloc_bins | すべての arena から集約された、異なるサイズクラス (ビン) における jemalloc アロケータ経由のメモリ割り当てに関する情報を含むシステムテーブル。 |
| system.jemalloc_profile_text | シンボル化された jemalloc ヒーププロファイルを表示します。最初に ‘SYSTEM JEMALLOC FLUSH PROFILE’ を実行してプロファイルを生成してください。 |
| system.kafka_consumers | Kafka コンシューマーに関する情報を含むシステムテーブル。 |
| system.keywords | ClickHouse パーサーで使用されるすべてのキーワードの一覧を含みます。 |
| system.licenses | ClickHouse ソースの contrib ディレクトリにあるサードパーティライブラリのライセンスを含むシステムテーブル。 |
| system.macros | サーバー設定で定義されているすべてのマクロの一覧を含みます。 |
| system.masking_policies | システム内のすべてのマスキングポリシーに関する情報を含むシステムテーブル。 |
| system.merge_tree_settings | MergeTree テーブルの設定に関する情報を含むシステムテーブル。 |
| system.merges | MergeTree family のテーブルで現在進行中のマージおよびパーツ mutation に関する情報を含むシステムテーブル。 |
| system.metric_log | system.metrics および system.events テーブルのメトリクス値の履歴を含み、定期的にディスクにフラッシュされるシステムテーブル。 |
| system.metrics | 即座に計算できる、または現在値を持つメトリクスを含むシステムテーブル。 |
| system.models | LibraryBridge のメモリにロードされた CatBoost モデルと、その読み込み時刻の一覧を含みます。 |
| system.moves | MergeTree テーブルで進行中のデータパーツの移動に関する情報を含むシステムテーブル。各データパーツの移動は 1 行で表されます。 |
| system.mutations | MergeTree テーブルの mutation とその進行状況に関する情報を含むシステムテーブル。各 mutation command は 1 行で表されます。 |
| system.named_collections | SQL query によって作成された、または configuration file から解析された、すべての named collections の一覧を含みます。 |
| system.numbers_mt | system.numbers に似たシステムテーブルですが、読み取りは並列化されており、数値は任意の順序で返される場合があります。 |
| system.numbers | number という名前の 1 つの UInt64 カラムを含むシステムテーブルで、0 から始まるほぼすべての自然数を含みます。 |
| system.one | 値 0 を含む dummy UInt8 カラムを 1 つ持つ 1 行を含むシステムテーブル。他の DBMS にある DUAL テーブルに似ています。 |
| system.opentelemetry_span_log | 実行されたクエリのトレーススパンに関する情報を含むシステムテーブル。 |
| system.part_moves_between_shards | 現在、分片間で移動中のパーツと、その進行状況に関する情報を含みます。 |
| system.part_log | データの追加やマージなど、MergeTree family テーブル内のデータパーツで発生したイベントに関する情報を含むシステムテーブル。 |
| system.parts | MergeTree のパーツに関する情報を含むシステムテーブル。 |
| system.parts_columns | MergeTree テーブルのパーツとカラムに関する情報を含むシステムテーブル。 |
| system.predicate_statistics_log | クエリ実行中に MergeTree の読み取りパイプラインから収集された、サンプリング済みの filter と index selectivity の統計情報を含むシステムテーブル。 |
| system.primes | prime という名前の UInt64 カラムを 1 つ持ち、2 から始まる素数が昇順で格納されているシステムテーブル。 |
| system.privileges | ユーザーまたはロールに付与できる、利用可能なすべての権限の一覧を含みます。 |
| system.processes | SHOW PROCESSLIST クエリの実装に使用されるシステムテーブル。 |
| system.processors_profile_log | プロセッサレベルのプロファイリング情報 (EXPLAIN PIPELINE で確認可能) を含むシステムテーブル。 |
| system.projection_parts_columns | MergeTree family のテーブルにおける projection parts のカラム情報を含むシステムテーブル。 |
| system.projection_parts | MergeTree family のテーブルにおける projection parts に関する情報を含むシステムテーブル。 |
| system.projections | すべてのテーブルに存在する projections に関する情報を含むシステムテーブル。 |
| system.query_views_log | クエリ実行時に実行された依存ビューに関する情報 (ビューの種類や実行時間など) を含むシステムテーブル。 |
| system.query_condition_cache | query condition cache の内容を表示するシステムテーブル。 |
| system.query_thread_log | クエリを実行するスレッドに関する情報 (スレッド名、スレッド開始時刻、クエリ処理時間など) を含むシステムテーブル。 |
| system.query_metric_log | 個々のクエリについて、table system.events の memory と metric の値の履歴を保持し、定期的にディスクへフラッシュされるシステムテーブル。 |
| system.query_log | 実行されたクエリに関する情報 (開始時刻、処理時間、エラーメッセージなど) を含むシステムテーブル。 |
| system.query_cache | query cache の内容を表示するシステムテーブル。 |
| system.quota_usage | 現在のユーザーによる quota の使用状況 (どれだけ使用され、どれだけ残っているかなど) に関する情報を含むシステムテーブル。 |
| system.quota_limits | すべての quotas のすべての interval における最大値に関する情報を含むシステムテーブル。1 つの quota に対応する行数は 0 行以上の任意の数になり得ます。 |
| system.quotas_usage | すべてのユーザーによる quota の使用状況に関する情報を含むシステムテーブル。 |
| system.quotas | quotas に関する情報を含むシステムテーブル。 |
| system.remote_data_paths | S3 や Azure Blob Storage などのリモートディスクに保存されている data files に関する情報を含むシステムテーブル。 |
| system.replicas | ローカルサーバー上にあるレプリケートテーブルの情報とステータスを含むシステムテーブル。監視に役立ちます。 |
| system.replicated_merge_tree_settings | すべての ReplicatedMergeTree engine specific settings について、現在値、デフォルト値、および説明の一覧を含みます。これらは CREATE クエリの SETTINGS セクションで変更できます。 |
| system.replicated_fetches | 現在実行中のバックグラウンドフェッチに関する情報を含むシステムテーブル。 |
| system.replication_queue | ReplicatedMergeTree family のテーブルについて、ClickHouse Keeper または ZooKeeper に保存されている replication queues のタスクに関する情報を含むシステムテーブル。 |
| system.resources | ローカルサーバー上にあるリソースに関する情報を、各リソースにつき 1 行ずつ含むシステムテーブル。 |
| system.rocksdb | embedded RocksDB から公開される metrics の一覧を含みます。 |
| system.role_grants | ユーザーおよびロールに対する role grants を含むシステムテーブル。 |
| system.roles | 設定済みのロールに関する情報を含むシステムテーブル。 |
| system.row_policies | 特定のテーブルに対する filter と、この row policy を使用するロールおよび/またはユーザーの一覧を含むシステムテーブル。 |
| system.s3_queue_settings | S3Queue テーブルの設定に関する情報を含むシステムテーブル。サーバーバージョン 24.10 以降で利用できます。 |
| system.s3queue_metadata_cache | S3Queue メタデータの in-memory state と、ファイルごとに現在処理中の行を含みます。 |
| system.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 | System table containing information about and status of scheduling nodes residing on the local server. |
| system.schema_inference_cache | System table containing information about all cached file schemas. |
| system.server_settings | System table containing formation about global settings for the server, which are specified in config.xml. |
| system.session_log | System table containing information about all successful and failed login and logout events. |
| system.settings | System table containing information about session settings for current user. |
| system.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 | System table containing information about setting changes in previous ClickHouse versions. |
| system.settings_profiles | System table which contains properties of configured setting profiles. |
| system.stack_trace | System table which contains stack traces of all server threads. Allows developers to introspect the server state. |
| system.storage_policies | System table containing information about storage policies and volumes which are defined in server configuration. |
| system.symbols | System table useful for C++ experts and ClickHouse engineers containing information for introspection of the clickhouse binary. |
| system.table_engines | System table containing descriptions of table engines supported by the server and the features they support. |
| system.table_functions | Contains a list of all available table functions with their descriptions. |
| system.tables | System table containing metadata of each table that the server knows about. |
| system.text_log | System table containing logging entries. |
| system.time_zones | System table containing a list of time zones that are supported by the ClickHouse server. |
| system.tokenizers | System table which shows all available tokenizers. |
| system.trace_log | System table containing stack traces collected by the sampling query profiler. |
| system.transactions | Contains a list of transactions and their state. |
| system.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 | System table containing a list of Unicode characters and their properties. |
| system.user_processes | System table containing information useful for an overview of memory usage and ProfileEvents of users. |
| system.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 | System table containing loading status and configuration metadata for User-Defined Functions (UDFs). |
| system.users | System table containing a list of user accounts configured on the server. |
| system.view_refreshes | System table containing information about Refreshable Materialized Views. |
| system.warnings | This table contains warning messages about clickhouse server. |
| system.warnings | サーバー構成に関する警告が格納されており、clickhouse-client がサーバーに接続した直後に表示されます。 |
| system.workloads | ローカルサーバー上のワークロードに関する情報を含むシステムテーブルです。 |
| system.zeros | 非マテリアライズのゼロを無制限に生成します。 |
| system.zeros_mt | system.zeros のマルチスレッド版です。 |
| system.zookeeper_watches | この ClickHouse server に登録されている、現在アクティブな ZooKeeper のウォッチを表示するシステムテーブルです。 |
| system.zookeeper_info | 利用可能なすべての Keeper ノードの内部情報を出力するシステムテーブルです。 |
| system.zookeeper_log | ZooKeeper サーバーへのリクエストのパラメーターと、それに対するレスポンスに関する情報を含むシステムテーブルです。 |
| system.zookeeper_connection | ZooKeeper が設定されている場合にのみ存在するシステムテーブルです。ZooKeeper への現在の接続 (補助的な ZooKeeper を含む) を表示します。 |
| system.zookeeper_connection_log | ZooKeeper への接続履歴 (補助的な ZooKeeper を含む) を表示します。 |
| system.zookeeper | ClickHouse Keeper または ZooKeeper が設定されている場合にのみ存在するシステムテーブルです。設定で定義された Keeper クラスターのデータを公開します。 |
システムテーブル
システムテーブルの概要と、それが役立つ理由について説明します。
最終更新日 2026年6月10日