| 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_metric_log | System table containing historical values for system.asynchronous_metrics, which are saved once per time interval (one second by default) |
| system.asynchronous_metrics | System table containing metrics that are calculated periodically in the background. For example, the amount of RAM in use. |
| system.asynchronous_inserts | System table containing information about pending asynchronous inserts in queue. |
| 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.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.azure_queue_metadata_cache | Contains in-memory state of AzureQueue metadata and currently processed rows per file. |
| system.azure_queue_settings | System table containing information about settings of AzureQueue tables. Available from server version 24.10. |
| 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_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_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 | Contains information about all entries inside filesystem cache for remote objects. |
| system.filesystem_cache_settings | Contains information about all filesystem cache settings |
| 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_metadata_log | Iceberg 테이블에서 읽은 메타데이터 파일에 대한 정보를 포함하는 시스템 테이블입니다. 각 항목은 루트 메타데이터 파일, Avro 파일에서 추출된 메타데이터 또는 특정 Avro 파일의 항목을 나타냅니다. |
| system.iceberg_history | Iceberg 스냅샷 이력을 제공하는 시스템 테이블입니다. |
| system.instrumentation | 계측(instrumentation) 포인트에 대한 정보를 포함하는 시스템 테이블입니다. |
| system.jemalloc_bins | jemalloc 할당자를 통해 수행된 메모리 할당 정보를 크기 클래스(빈, bins)별로 모든 arena에서 집계한 정보를 포함하는 시스템 테이블입니다. |
| system.jemalloc_profile_text | 기호화된 jemalloc 힙 프로필을 표시합니다. 먼저 'SYSTEM JEMALLOC FLUSH PROFILE'을 실행하여 프로필을 생성하십시오. |
| system.jemalloc_stats | jemalloc 통계를 단일 컬럼과 단일 행으로 반환합니다. SYSTEM JEMALLOC STATS 명령어와 동일합니다. |
| system.kafka_consumers | Kafka 소비자(consumers)에 대한 정보를 포함하는 시스템 테이블입니다. |
| system.keywords | ClickHouse 파서에서 사용되는 모든 키워드의 목록을 포함합니다. |
| system.licenses | ClickHouse 소스의 contrib 디렉터리에 위치한 서드파티 라이브러리의 라이선스를 포함하는 시스템 테이블입니다. |
| system.macros | 서버 구성에 정의된 모든 매크로 목록을 포함합니다. |
| system.masking_policies | 시스템에 존재하는 모든 마스킹 정책에 대한 정보를 포함하는 시스템 테이블입니다. |
| system.merge_tree_settings | MergeTree 테이블에 대한 설정 정보를 포함하는 시스템 테이블입니다. |
| system.merges | MergeTree 계열 테이블에서 현재 진행 중인 병합(merges) 작업과 파트 뮤테이션에 대한 정보를 포함하는 시스템 테이블입니다. |
| system.metric_log | system.metrics 및 system.events 테이블의 메트릭 값 이력을 포함하며, 주기적으로 디스크에 플러시되는 시스템 테이블입니다. |
| system.metrics | 즉시 계산할 수 있거나 현재 값을 가지는 메트릭을 포함하는 시스템 테이블입니다. |
| system.models | LibraryBridge 메모리에 로드된 CatBoost 모델 목록과 각 모델이 로드된 시간을 포함합니다. |
| system.moves | 진행 중인 MergeTree 테이블의 데이터 파트 이동에 대한 정보를 포함하는 시스템 테이블입니다. 각 데이터 파트 이동은 하나의 행으로 표현됩니다. |
| system.mutations | MergeTree 테이블의 뮤테이션과 그 진행 상태에 대한 정보를 담는 시스템 테이블입니다. 각 뮤테이션 명령은 하나의 행으로 기록됩니다. |
| system.named_collections | SQL 쿼리를 통해 생성되었거나 설정 파일에서 파싱된 모든 이름이 지정된 컬렉션의 목록을 포함합니다. |
| system.numbers | 단일 UInt64 컬럼 number 하나만을 가지며, 0부터 시작하는 거의 모든 자연수가 이 컬럼에 저장되는 시스템 테이블입니다. |
| system.numbers_mt | system.numbers와 유사한 시스템 테이블로, 읽기가 병렬화되어 숫자가 임의의 순서로 반환될 수 있습니다. |
| system.one | 값 0이 저장된 dummy UInt8 컬럼 하나와 단일 행만을 포함하는 시스템 테이블입니다. 다른 DBMS에서 사용되는 DUAL 테이블과 유사합니다. |
| system.opentelemetry_span_log | 실행된 쿼리에 대한 트레이스 스팬 정보를 담는 시스템 테이블입니다. |
| system.part_log | 데이터 추가나 병합과 같이 MergeTree 계열 테이블의 데이터 파트에서 발생한 이벤트에 대한 정보를 담는 시스템 테이블입니다. |
| system.part_moves_between_shards | 현재 세그먼트 간 이동이 진행 중인 파트와 그 진행 상태에 대한 정보를 담고 있습니다. |
| system.parts | MergeTree 파트에 대한 정보를 담는 시스템 테이블입니다. |
| system.parts_columns | MergeTree 테이블의 파트 및 컬럼에 대한 정보를 담는 시스템 테이블입니다. |
| system.predicate_statistics_log | 쿼리 실행 중 MergeTree 읽기 파이프라인에서 수집된 샘플링된 필터 및 인덱스 선택도 통계를 포함하는 시스템 테이블입니다. |
| system.primes | prime이라는 이름의 단일 UInt64 컬럼을 포함하는 시스템 테이블로, 2부터 시작하는 소수가 오름차순으로 저장됩니다. |
| system.privileges | 사용자 또는 역할에 부여할 수 있는 사용 가능한 모든 특권의 목록을 포함합니다. |
| system.processes | SHOW PROCESSLIST 쿼리를 구현하는 데 사용되는 시스템 테이블입니다. |
| system.processors_profile_log | 프로세서 수준의 프로파일링 정보를 포함하는 시스템 테이블입니다(EXPLAIN PIPELINE 출력에서 확인할 수 있습니다). |
| system.projection_parts | MergeTree 계열 테이블에 대한 프로젝션 파트 정보를 담는 시스템 테이블입니다. |
| system.projection_parts_columns | MergeTree 계열 테이블의 프로젝션 파트에 포함된 컬럼 정보를 담는 시스템 테이블입니다. |
| system.projections | 모든 테이블에 존재하는 프로젝션에 대한 정보를 담는 시스템 테이블입니다. |
| system.query_log | 시작 시간, 처리 시간, 오류 메시지 등 실행된 쿼리에 대한 정보를 담는 시스템 테이블입니다. |
| system.query_metric_log | system.events 테이블에서 개별 쿼리별 메모리 및 메트릭 값 이력을 저장하며, 주기적으로 디스크에 플러시되는 시스템 테이블입니다. |
| system.query_thread_log | 스레드 이름, 스레드 시작 시간, 쿼리 처리 시간 등 쿼리를 실행하는 스레드에 대한 정보를 담는 시스템 테이블입니다. |
| system.query_views_log | 뷰 유형, 실행 시간 등 쿼리 실행 시 함께 실행되는 종속 뷰에 대한 정보를 담는 시스템 테이블입니다. |
| system.query_cache | 쿼리 캐시의 내용을 보여주는 시스템 테이블입니다. |
| system.query_condition_cache | 쿼리 조건 캐시의 내용을 보여주는 시스템 테이블입니다. |
| system.quota_limits | 모든 쿼터(quota)의 각 구간(interval)에 대한 최대값 정보를 담고 있는 시스템 테이블입니다. 하나의 쿼터에는 0개 이상의 행이 대응될 수 있습니다. |
| system.quota_usage | 현재 사용자에 대한 쿼터 사용량 정보(예: 사용된 양과 남은 양)를 담고 있는 시스템 테이블입니다. |
| system.quotas | 쿼터에 관한 정보를 담고 있는 시스템 테이블입니다. |
| system.quotas_usage | 모든 사용자의 쿼터 사용량 정보(예: 사용된 양과 남은 양)를 담고 있는 시스템 테이블입니다. |
| system.remote_data_paths | S3 또는 Azure Blob Storage와 같은 원격 디스크에 저장된 데이터 파일 정보를 담고 있는 시스템 테이블입니다. |
| system.replicas | 로컬 서버에 존재하는 복제된 테이블들의 정보와 상태를 담고 있는 시스템 테이블입니다. 모니터링에 유용합니다. |
| system.replicated_fetches | 현재 실행 중인 백그라운드 페치(fetch) 작업들에 대한 정보를 담고 있는 시스템 테이블입니다. |
| system.replicated_merge_tree_settings | ReplicatedMergeTree 엔진 전용 설정과 각 설정의 현재 값, 기본값 및 설명 목록을 포함합니다. 이 설정은 CREATE 쿼리의 SETTINGS 섹션에서 변경할 수 있습니다. |
| system.replication_queue | ReplicatedMergeTree 계열 테이블에 대해 ClickHouse Keeper 또는 ZooKeeper에 저장된 복제 큐에 있는 작업에 대한 정보를 제공하는 시스템 테이블입니다. |
| system.resources | 로컬 서버에 존재하는 리소스들에 대한 정보를 담고 있는 시스템 테이블로, 각 리소스마다 한 행이 있습니다. |
| system.rocksdb | embedded RocksDB에서 노출되는 메트릭 목록을 포함합니다. |
| system.role_grants | 사용자 및 역할에 부여된 역할 그랜트(role grants)에 관한 정보를 담고 있는 시스템 테이블입니다. |
| system.roles | 구성된 역할들에 대한 정보를 담고 있는 시스템 테이블입니다. |
| system.row_policies | 특정 테이블에 대한 필터(로우 정책)와 해당 로우 정책을 사용해야 하는 역할 및/또는 사용자 목록을 담고 있는 시스템 테이블입니다. |
| system.s3_queue_settings | S3Queue 테이블의 설정 정보를 포함하는 시스템 테이블입니다. 서버 24.10 버전부터 사용할 수 있습니다. |
| system.s3queue_log | S3Queue 엔진에서 처리한 파일에 대한 정보를 담은 로그 항목을 포함합니다. |
| It is safe to truncate or drop this table at any time. | |
| system.s3queue_metadata_cache | Contains in-memory state of S3Queue metadata and currently processed rows per file. |
| 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_changes | System table containing information about setting changes in previous ClickHouse versions. |
| 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_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_defined_functions | System table containing loading status and configuration metadata for User-Defined Functions (UDFs). |
| 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_processes | System table containing information useful for an overview of memory usage and ProfileEvents of users. |
| 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 | 구체화되지 않은 0을 무제한으로 생성합니다. |
| system.zeros_mt | system.zeros의 멀티스레드 버전입니다. |
| system.zookeeper | ClickHouse Keeper 또는 ZooKeeper가 구성된 경우에만 존재하는 시스템 테이블입니다. 설정에 정의된 Keeper 클러스터의 데이터를 노출합니다. |
| system.zookeeper_connection | ZooKeeper가 구성된 경우에만 존재하는 시스템 테이블입니다. 현재 ZooKeeper(보조 ZooKeeper 포함)와의 연결을 보여줍니다. |
| system.zookeeper_connection_log | ZooKeeper 연결 이력(보조 ZooKeeper 포함)을 보여주는 시스템 테이블입니다. |
| system.zookeeper_info | 사용 가능한 모든 Keeper 노드에 대한 내부 정보를 출력하는 시스템 테이블입니다. |
| system.zookeeper_log | ZooKeeper 서버에 대한 요청의 파라미터와 그에 대한 응답 정보를 포함하는 시스템 테이블입니다. |
| system.zookeeper_watches | 이 ClickHouse 서버에 등록된 현재 활성 상태의 ZooKeeper watch를 보여주는 시스템 테이블입니다. |