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

> 시스템 테이블이 무엇인지와 왜 유용한지에 대한 개요입니다.

# 시스템 테이블

{/*AUTOGENERATED_START*/}

| 페이지                                                                                                    | 설명                                                                                                                                                              |
| ------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [System Tables Overview](/ko/reference/system-tables/overview)                                         | Overview of what system tables are and why they are useful.                                                                                                     |
| [system.histogram\_metric\_log](/ko/reference/system-tables/histogram_metric_log)                      | System table containing periodic snapshots of histogram metrics, flushed to disk.                                                                               |
| [INFORMATION\_SCHEMA](/ko/reference/system-tables/information_schema)                                  | System database providing an almost standardized DBMS-agnostic view on metadata of database objects.                                                            |
| [system.aggregate\_function\_combinators](/ko/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](/ko/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](/ko/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](/ko/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](/ko/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](/ko/reference/system-tables/asynchronous_inserts)                       | System table containing information about pending asynchronous inserts in queue.                                                                                |
| [system.asynchronous\_metrics](/ko/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](/ko/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](/ko/reference/system-tables/azure_queue_metadata_cache)         | Contains in-memory state of AzureQueue metadata and currently processed rows per file.                                                                          |
| [system.azure\_queue\_log](/ko/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](/ko/reference/system-tables/background_schedule_pool_log)     | System table containing history of background schedule pool task executions.                                                                                    |
| [system.background\_schedule\_pool](/ko/reference/system-tables/background_schedule_pool)              | System table containing information about tasks in background schedule pools.                                                                                   |
| [system.backup\_log](/ko/reference/system-tables/backup_log)                                           | System table containing logging entries with information about `BACKUP` and `RESTORE` operations.                                                               |
| [system.backups](/ko/reference/system-tables/backups)                                                  | System table containing logging entries with information about `BACKUP` and `RESTORE` operations.                                                               |
| [system.blob\_storage\_log](/ko/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](/ko/reference/system-tables/build_options)                                     | System table containing information about ClickHouse server's build options.                                                                                    |
| [system.certificates](/ko/reference/system-tables/certificates)                                        | Contains information about available certificates and their sources.                                                                                            |
| [system.clusters](/ko/reference/system-tables/clusters)                                                | System table containing information about clusters available in the config file and the servers defined in them.                                                |
| [system.codecs](/ko/reference/system-tables/codecs)                                                    | System table containing information about codecs in queue.                                                                                                      |
| [system.collations](/ko/reference/system-tables/collations)                                            | Contains a list of all available collations for alphabetical comparison of strings.                                                                             |
| [system.columns](/ko/reference/system-tables/columns)                                                  | System table containing information about columns in all tables                                                                                                 |
| [system.completions](/ko/reference/system-tables/completions)                                          | Contains a list of completion tokens.                                                                                                                           |
| [system.contributors](/ko/reference/system-tables/contributors)                                        | System table containing information about contributors.                                                                                                         |
| [system.crash\_log](/ko/reference/system-tables/crash_log)                                             | System table containing information about stack traces for fatal errors.                                                                                        |
| [system.current\_roles](/ko/reference/system-tables/current_roles)                                     | System table containing active roles for the current user.                                                                                                      |
| [system.dashboards](/ko/reference/system-tables/dashboards)                                            | Contains queries used by `/dashboard` page accessible though the HTTP interface. useful for monitoring and troubleshooting.                                     |
| [system.data\_skipping\_indices](/ko/reference/system-tables/data_skipping_indices)                    | System table containing information about existing data skipping indices in all the tables.                                                                     |
| [system.data\_type\_families](/ko/reference/system-tables/data_type_families)                          | System table containing information about supported data types                                                                                                  |
| [system.database\_engines](/ko/reference/system-tables/database_engines)                               | System table containing a list of database engines supported by the server.                                                                                     |
| [system.database\_replicas](/ko/reference/system-tables/database_replicas)                             | System table containing information about and status of replicated database.                                                                                    |
| [system.databases](/ko/reference/system-tables/databases)                                              | System table containing information about the databases that are available to the current user.                                                                 |
| [system.dead\_letter\_queue](/ko/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](/ko/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](/ko/reference/system-tables/detached_parts)                                   | System table containing information about detached parts of MergeTree tables                                                                                    |
| [system.detached\_tables](/ko/reference/system-tables/detached_tables)                                 | System table containing information about each detached table.                                                                                                  |
| [system.dictionaries](/ko/reference/system-tables/dictionaries)                                        | System table containing information about dictionaries                                                                                                          |
| [system.dimensional\_metrics](/ko/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](/ko/reference/system-tables/disks)                                                      | System table containing information about disks defined in the server configuration                                                                             |
| [system.distributed\_ddl\_queue](/ko/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](/ko/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](/ko/reference/system-tables/dns_cache)                                             | System table containing information about cached DNS records.                                                                                                   |
| [system.dropped\_tables](/ko/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](/ko/reference/system-tables/dropped_tables_parts)                      | System table containing information about parts of MergeTree dropped tables from `system.dropped_tables`                                                        |
| [system.enabled\_roles](/ko/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](/ko/reference/system-tables/error_log)                                             | System table containing the history of error values from table `system.errors`, periodically flushed to disk.                                                   |
| [system.errors](/ko/reference/system-tables/errors)                                                    | System table containing error codes with the number of times they have been triggered.                                                                          |
| [system.events](/ko/reference/system-tables/events)                                                    | System table containing information about the number of events that have occurred in the system.                                                                |
| [system.fail\_points](/ko/reference/system-tables/fail_points)                                         | Contains a list of all available failpoints with their type and current status.                                                                                 |
| [system.filesystem\_cache\_settings](/ko/reference/system-tables/filesystem_cache_settings)            | Contains information about all filesystem cache settings                                                                                                        |
| [system.filesystem\_read\_prefetches\_log](/ko/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](/ko/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](/ko/reference/system-tables/filesystem_cache)                               | Contains information about all entries inside filesystem cache for remote objects.                                                                              |
| [system.formats](/ko/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](/ko/reference/system-tables/functions)                                              | System table containing information about normal and aggregate functions.                                                                                       |
| [system.grants](/ko/reference/system-tables/grants)                                                    | ClickHouse 사용자 계정에 부여된 권한을 보여주는 system table입니다.                                                                                                                |
| [system.graphite\_retentions](/ko/reference/system-tables/graphite_retentions)                         | `GraphiteMergeTree` 유형 엔진을 사용하는 테이블에서 사용되는 `graphite_rollup` 매개변수 정보를 포함하는 system table입니다.                                                                     |
| [system.histogram\_metrics](/ko/reference/system-tables/histogram_metrics)                             | 즉시 계산할 수 있고 Prometheus 포맷으로 내보낼 수 있는 히스토그램 메트릭을 포함하는 테이블입니다. 항상 최신 상태를 유지합니다.                                                                                   |
| [system.iceberg\_history](/ko/reference/system-tables/iceberg_history)                                 | 시스템 Iceberg 스냅샷 이력                                                                                                                                              |
| [system.iceberg\_metadata\_log](/ko/reference/system-tables/iceberg_metadata_log)                      | Iceberg 테이블에서 읽은 메타데이터 파일 정보를 포함하는 system table입니다. 각 항목은 루트 메타데이터 파일, Avro 파일에서 추출한 메타데이터, 또는 특정 Avro 파일의 항목 중 하나를 나타냅니다.                                      |
| [system.instrumentation](/ko/reference/system-tables/instrumentation)                                  | 계측 지점을 포함하는 system table입니다.                                                                                                                                    |
| [system.jemalloc\_stats](/ko/reference/system-tables/jemalloc_stats)                                   | 하나의 컬럼과 하나의 행으로 jemalloc 통계를 반환합니다. SYSTEM JEMALLOC STATS command와 동일합니다.                                                                                       |
| [system.jemalloc\_bins](/ko/reference/system-tables/jemalloc_bins)                                     | 모든 arena에서 집계한, jemalloc allocator를 통해 서로 다른 크기 클래스(bin)에서 수행된 메모리 할당 정보를 포함하는 system table입니다.                                                                 |
| [system.jemalloc\_profile\_text](/ko/reference/system-tables/jemalloc_profile_text)                    | 심볼화된 jemalloc 힙 프로필을 표시합니다. 먼저 프로필을 생성하려면 'SYSTEM JEMALLOC FLUSH PROFILE'을 실행하십시오.                                                                              |
| [system.kafka\_consumers](/ko/reference/system-tables/kafka_consumers)                                 | Kafka 컨슈머 정보를 포함하는 system table입니다.                                                                                                                             |
| [system.keywords](/ko/reference/system-tables/keywords)                                                | ClickHouse parser에서 사용되는 모든 키워드 목록을 포함합니다.                                                                                                                      |
| [system.licenses](/ko/reference/system-tables/licenses)                                                | ClickHouse 소스의 contrib 디렉터리에 있는 서드파티 라이브러리의 라이선스를 포함하는 system table입니다.                                                                                         |
| [system.macros](/ko/reference/system-tables/macros)                                                    | 서버 구성에 정의된 모든 macro 목록을 포함합니다.                                                                                                                                  |
| [system.masking\_policies](/ko/reference/system-tables/masking_policies)                               | 시스템의 모든 masking policies 정보를 포함하는 system table입니다.                                                                                                              |
| [system.merge\_tree\_settings](/ko/reference/system-tables/merge_tree_settings)                        | MergeTree 테이블의 설정 정보를 포함하는 system table입니다.                                                                                                                     |
| [system.merges](/ko/reference/system-tables/merges)                                                    | MergeTree 엔진 계열 테이블에서 현재 진행 중인 머지와 파트 뮤테이션 정보를 포함하는 system table입니다.                                                                                            |
| [system.metric\_log](/ko/reference/system-tables/metric_log)                                           | `system.metrics` 및 `system.events` 테이블의 메트릭 값 이력을 포함하며, 주기적으로 디스크에 플러시되는 system table입니다.                                                                       |
| [system.metrics](/ko/reference/system-tables/metrics)                                                  | 즉시 계산할 수 있거나 현재 값을 가지는 메트릭을 포함하는 system table입니다.                                                                                                               |
| [system.models](/ko/reference/system-tables/models)                                                    | LibraryBridge 메모리에 로드된 CatBoost model 목록과 로드된 시각을 포함합니다.                                                                                                        |
| [system.moves](/ko/reference/system-tables/moves)                                                      | MergeTree 테이블에서 진행 중인 데이터 파트 이동 작업 정보를 포함하는 system table입니다. 각 데이터 파트 이동은 하나의 행으로 표시됩니다.                                                                        |
| [system.mutations](/ko/reference/system-tables/mutations)                                              | MergeTree 테이블의 뮤테이션과 그 진행 상황 정보를 포함하는 system table입니다. 각 mutation 명령은 하나의 행으로 표시됩니다.                                                                            |
| [system.named\_collections](/ko/reference/system-tables/named_collections)                             | SQL query로 생성되었거나 설정 파일에서 파싱된 모든 이름이 지정된 컬렉션 목록을 포함합니다.                                                                                                         |
| [system.numbers\_mt](/ko/reference/system-tables/numbers_mt)                                           | `system.numbers`와 유사한 system table이지만, 읽기가 병렬화되며 숫자는 임의의 순서로 반환될 수 있습니다.                                                                                        |
| [system.numbers](/ko/reference/system-tables/numbers)                                                  | `number`라는 이름의 단일 UInt64 컬럼을 포함하는 system table이며, 0부터 시작하는 거의 모든 자연수를 담고 있습니다.                                                                                  |
| [system.one](/ko/reference/system-tables/one)                                                          | 값 0을 포함하는 단일 `dummy` UInt8 컬럼이 있는 단일 행을 포함하는 system table입니다. 다른 DBMS의 `DUAL` 테이블과 유사합니다.                                                                       |
| [system.opentelemetry\_span\_log](/ko/reference/system-tables/opentelemetry_span_log)                  | 실행된 쿼리의 trace spans 정보를 포함하는 system table입니다.                                                                                                                   |
| [system.part\_moves\_between\_shards](/ko/reference/system-tables/part_moves_between_shards)           | 현재 세그먼트 간 이동 중인 파트와 그 진행 상황 정보를 포함합니다.                                                                                                                          |
| [system.part\_log](/ko/reference/system-tables/part_log)                                               | 데이터 추가 또는 머지와 같이 MergeTree 엔진 계열 테이블의 데이터 파트에서 발생한 이벤트 정보를 포함하는 system table입니다.                                                                                |
| [system.parts](/ko/reference/system-tables/parts)                                                      | MergeTree의 파트 정보를 포함하는 system table입니다.                                                                                                                         |
| [system.parts\_columns](/ko/reference/system-tables/parts_columns)                                     | MergeTree 테이블의 파트 및 컬럼 정보를 포함하는 system table입니다.                                                                                                                |
| [system.predicate\_statistics\_log](/ko/reference/system-tables/predicate_statistics_log)              | 쿼리 실행 중 `MergeTree` 읽기 파이프라인에서 수집된 샘플링된 필터와 인덱스 선택도 통계를 담은 시스템 테이블입니다.                                                                                          |
| [system.primes](/ko/reference/system-tables/primes)                                                    | `prime`이라는 이름의 단일 UInt64 컬럼이 있으며, 2부터 시작하는 소수가 오름차순으로 포함된 시스템 테이블입니다.                                                                                           |
| [system.privileges](/ko/reference/system-tables/privileges)                                            | 사용자 또는 역할에 권한 부여할 수 있는 모든 권한 목록을 포함합니다.                                                                                                                         |
| [system.processes](/ko/reference/system-tables/processes)                                              | `SHOW PROCESSLIST` 쿼리를 구현하는 데 사용되는 시스템 테이블입니다.                                                                                                                  |
| [system.processors\_profile\_log](/ko/reference/system-tables/processors_profile_log)                  | 프로세서 수준(`EXPLAIN PIPELINE`에서 확인 가능)의 프로파일링 정보를 담은 시스템 테이블입니다.                                                                                                   |
| [system.projection\_parts\_columns](/ko/reference/system-tables/projection_parts_columns)              | MergeTree 엔진 계열 테이블의 프로젝션 파트에 있는 컬럼 정보를 담은 시스템 테이블입니다.                                                                                                          |
| [system.projection\_parts](/ko/reference/system-tables/projection_parts)                               | MergeTree 엔진 계열 테이블의 프로젝션 파트 정보를 담은 시스템 테이블입니다.                                                                                                                 |
| [system.projections](/ko/reference/system-tables/projections)                                          | 모든 테이블에 존재하는 프로젝션 정보를 담은 시스템 테이블입니다.                                                                                                                            |
| [system.query\_views\_log](/ko/reference/system-tables/query_views_log)                                | 쿼리 실행 시 함께 실행되는 종속 뷰의 정보(예: 뷰 유형, 실행 시간)를 담은 시스템 테이블입니다.                                                                                                        |
| [system.query\_condition\_cache](/ko/reference/system-tables/query_condition_cache)                    | 쿼리 조건 캐시의 내용을 보여주는 시스템 테이블입니다.                                                                                                                                  |
| [system.query\_thread\_log](/ko/reference/system-tables/query_thread_log)                              | 쿼리를 실행하는 스레드의 정보(예: 스레드 이름, 스레드 시작 시간, 쿼리 처리 시간)를 담은 시스템 테이블입니다.                                                                                                |
| [system.query\_metric\_log](/ko/reference/system-tables/query_metric_log)                              | 개별 쿼리에 대한 `system.events` 테이블의 메모리 및 메트릭 값 이력을 담고 있으며, 이 값들은 주기적으로 디스크에 기록되는 시스템 테이블입니다.                                                                        |
| [system.query\_log](/ko/reference/system-tables/query_log)                                             | 실행된 쿼리의 정보(예: 시작 시간, 처리 시간, 오류 메시지)를 담은 시스템 테이블입니다.                                                                                                             |
| [system.query\_cache](/ko/reference/system-tables/query_cache)                                         | 쿼리 캐시의 내용을 보여주는 시스템 테이블입니다.                                                                                                                                     |
| [system.quota\_usage](/ko/reference/system-tables/quota_usage)                                         | 현재 사용자의 쿼터 사용량 정보(예: 사용한 양과 남은 양)를 담은 시스템 테이블입니다.                                                                                                               |
| [system.quota\_limits](/ko/reference/system-tables/quota_limits)                                       | 모든 쿼터의 모든 기간에 대한 최대값 정보를 담은 시스템 테이블입니다. 하나의 쿼터에 여러 개의 행이 대응될 수도 있고, 행이 없을 수도 있습니다.                                                                              |
| [system.quotas\_usage](/ko/reference/system-tables/quotas_usage)                                       | 모든 사용자의 쿼터 사용량 정보를 담은 시스템 테이블입니다.                                                                                                                               |
| [system.quotas](/ko/reference/system-tables/quotas)                                                    | 쿼터 정보를 담은 시스템 테이블입니다.                                                                                                                                           |
| [system.remote\_data\_paths](/ko/reference/system-tables/remote_data_paths)                            | S3 또는 Azure Blob Storage와 같은 원격 디스크에 저장된 데이터 파일 정보를 담은 시스템 테이블입니다.                                                                                              |
| [system.replicas](/ko/reference/system-tables/replicas)                                                | 로컬 서버에 있는 복제된 테이블의 정보와 상태를 담은 시스템 테이블입니다. 모니터링에 유용합니다.                                                                                                          |
| [system.replicated\_merge\_tree\_settings](/ko/reference/system-tables/replicated_merge_tree_settings) | 모든 ReplicatedMergeTree 엔진별 설정의 목록과 현재값, 기본값, 설명을 포함합니다. 이 설정들은 CREATE 쿼리의 SETTINGS 섹션에서 변경할 수 있습니다.                                                             |
| [system.replicated\_fetches](/ko/reference/system-tables/replicated_fetches)                           | 현재 실행 중인 백그라운드 페치 정보를 담은 시스템 테이블입니다.                                                                                                                            |
| [system.replication\_queue](/ko/reference/system-tables/replication_queue)                             | `ReplicatedMergeTree` 계열 테이블의 경우 ClickHouse Keeper 또는 ZooKeeper에 저장된 복제 큐 작업 정보를 담은 시스템 테이블입니다.                                                                 |
| [system.resources](/ko/reference/system-tables/resources)                                              | 로컬 서버에 있는 리소스 정보를 담은 시스템 테이블이며, 각 리소스마다 하나의 행이 있습니다.                                                                                                            |
| [system.rocksdb](/ko/reference/system-tables/rocksdb)                                                  | embedded RocksDB에서 노출되는 메트릭 목록을 포함합니다.                                                                                                                          |
| [system.role\_grants](/ko/reference/system-tables/role_grants)                                         | 사용자와 역할에 대한 역할 권한 부여 정보를 담은 시스템 테이블입니다.                                                                                                                         |
| [system.roles](/ko/reference/system-tables/roles)                                                      | 구성된 역할 정보를 담은 시스템 테이블입니다.                                                                                                                                       |
| [system.row\_policies](/ko/reference/system-tables/row_policies)                                       | 특정 테이블에 대한 필터와 이 ROW POLICY를 사용해야 하는 역할 및/또는 사용자 목록을 담은 시스템 테이블입니다.                                                                                             |
| [system.s3\_queue\_settings](/ko/reference/system-tables/s3_queue_settings)                            | S3Queue 테이블의 설정 정보를 담은 시스템 테이블입니다. 서버 버전 `24.10`부터 사용할 수 있습니다.                                                                                                  |
| [system.s3queue\_metadata\_cache](/ko/reference/system-tables/s3queue_metadata_cache)                  | S3Queue 메타데이터의 메모리 내 상태와 파일별 현재 처리 중인 행 수를 포함합니다.                                                                                                               |
| [system.s3queue\_log](/ko/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](/ko/reference/system-tables/scheduler)                                              | System table containing information about and status of scheduling nodes residing on the local server.                                                          |
| [system.schema\_inference\_cache](/ko/reference/system-tables/schema_inference_cache)                  | System table containing information about all cached file schemas.                                                                                              |
| [system.server\_settings](/ko/reference/system-tables/server_settings)                                 | System table containing formation about global settings for the server, which are specified in `config.xml`.                                                    |
| [system.session\_log](/ko/reference/system-tables/session_log)                                         | System table containing information about all successful and failed login and logout events.                                                                    |
| [system.settings](/ko/reference/system-tables/settings)                                                | System table containing information about session settings for current user.                                                                                    |
| [system.settings\_profile\_elements](/ko/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](/ko/reference/system-tables/settings_changes)                               | System table containing information about setting changes in previous ClickHouse versions.                                                                      |
| [system.settings\_profiles](/ko/reference/system-tables/settings_profiles)                             | System table which contains properties of configured setting profiles.                                                                                          |
| [system.stack\_trace](/ko/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](/ko/reference/system-tables/storage_policies)                               | System table containing information about storage policies and volumes which are defined in server configuration.                                               |
| [system.symbols](/ko/reference/system-tables/symbols)                                                  | System table useful for C++ experts and ClickHouse engineers containing information for introspection of the `clickhouse` binary.                               |
| [system.table\_engines](/ko/reference/system-tables/table_engines)                                     | System table containing descriptions of table engines supported by the server and the features they support.                                                    |
| [system.table\_functions](/ko/reference/system-tables/table_functions)                                 | Contains a list of all available table functions with their descriptions.                                                                                       |
| [system.tables](/ko/reference/system-tables/tables)                                                    | System table containing metadata of each table that the server knows about.                                                                                     |
| [system.text\_log](/ko/reference/system-tables/text_log)                                               | System table containing logging entries.                                                                                                                        |
| [system.time\_zones](/ko/reference/system-tables/time_zones)                                           | System table containing a list of time zones that are supported by the ClickHouse server.                                                                       |
| [system.tokenizers](/ko/reference/system-tables/tokenizers)                                            | System table which shows all available tokenizers.                                                                                                              |
| [system.trace\_log](/ko/reference/system-tables/trace_log)                                             | System table containing stack traces collected by the sampling query profiler.                                                                                  |
| [system.transactions](/ko/reference/system-tables/transactions)                                        | Contains a list of transactions and their state.                                                                                                                |
| [system.transactions\_info\_log](/ko/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](/ko/reference/system-tables/unicode)                                                  | System table containing a list of Unicode characters and their properties.                                                                                      |
| [system.user\_processes](/ko/reference/system-tables/user_processes)                                   | System table containing information useful for an overview of memory usage and ProfileEvents of users.                                                          |
| [system.user\_directories](/ko/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](/ko/reference/system-tables/user_defined_functions)                  | System table containing loading status and configuration metadata for User-Defined Functions (UDFs).                                                            |
| [system.users](/ko/reference/system-tables/users)                                                      | System table containing a list of user accounts configured on the server.                                                                                       |
| [system.view\_refreshes](/ko/reference/system-tables/view_refreshes)                                   | System table containing information about Refreshable Materialized Views.                                                                                       |
| [system.warnings](/ko/reference/system-tables/system_warnings)                                         | This table contains warning messages about clickhouse server.                                                                                                   |
| [system.warnings](/ko/reference/system-tables/warnings)                                                | 서버에 연결한 직후 clickhouse-client에 표시되는 서버 구성 관련 경고를 담고 있습니다.                                                                                                        |
| [system.workloads](/ko/reference/system-tables/workloads)                                              | 로컬 서버에 있는 워크로드에 대한 정보를 담고 있는 시스템 테이블입니다.                                                                                                                        |
| [system.zeros](/ko/reference/system-tables/zeros)                                                      | 구체화되지 않은 0을 무제한으로 생성합니다.                                                                                                                                        |
| [system.zeros\_mt](/ko/reference/system-tables/zeros_mt)                                               | system.zeros의 멀티스레드 버전입니다.                                                                                                                                      |
| [system.zookeeper\_watches](/ko/reference/system-tables/zookeeper_watches)                             | 이 ClickHouse 서버에 등록된 현재 활성 상태의 ZooKeeper watch를 보여주는 시스템 테이블입니다.                                                                                                |
| [system.zookeeper\_info](/ko/reference/system-tables/zookeeper_info)                                   | 사용 가능한 모든 Keeper 노드의 내부 검사 정보를 출력하는 시스템 테이블입니다.                                                                                                                 |
| [system.zookeeper\_log](/ko/reference/system-tables/zookeeper_log)                                     | ZooKeeper 서버로 보낸 요청의 매개변수와 그에 대한 응답 정보를 담고 있는 시스템 테이블입니다.                                                                                                       |
| [system.zookeeper\_connection](/ko/reference/system-tables/zookeeper_connection)                       | ZooKeeper가 구성된 경우에만 존재하는 시스템 테이블입니다. 현재 ZooKeeper 연결(보조 ZooKeeper 포함)을 보여줍니다.                                                                                   |
| [system.zookeeper\_connection\_log](/ko/reference/system-tables/zookeeper_connection_log)              | ZooKeeper 연결 이력(보조 ZooKeeper 포함)을 보여줍니다.                                                                                                                        |
| [system.zookeeper](/ko/reference/system-tables/zookeeper)                                              | ClickHouse Keeper 또는 ZooKeeper가 구성된 경우에만 존재하는 시스템 테이블입니다. 구성에 정의된 Keeper 클러스터의 데이터를 노출합니다.                                                                      |
