Saltar al contenido principal
PáginaDescripción
system.constraintsSystem table containing information about existing constraints in all tables.
System Tables OverviewOverview of what system tables are and why they are useful.
INFORMATION_SCHEMASystem database providing an almost standardized DBMS-agnostic view on metadata of database objects.
system.aggregate_function_combinatorsContains a list of all available aggregate function combinators, which could be applied to aggregate functions and change the way they work.
system.aggregated_zookeeper_logSystem table containing aggregated statistics of ZooKeeper operations grouped by session, path, operation type, component, and subrequest flag.
system.asynchronous_insert_logSystem table containing information about async inserts. Each entry represents an insert query buffered into an async insert query.
system.asynchronous_loaderSystem 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_logSystem table containing historical values for system.asynchronous_metrics, which are saved once per time interval (one second by default)
system.asynchronous_insertsSystem table containing information about pending asynchronous inserts in queue.
system.asynchronous_metricsSystem table containing metrics that are calculated periodically in the background. For example, the amount of RAM in use.
system.azure_queue_settingsSystem table containing information about settings of AzureQueue tables. Available from server version 24.10.
system.azure_queue_metadata_cacheContains in-memory state of AzureQueue metadata and currently processed rows per file.
system.azure_queue_logContains 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_logSystem table containing history of background schedule pool task executions.
system.background_schedule_poolSystem table containing information about tasks in background schedule pools.
system.backup_logSystem table containing logging entries with information about BACKUP and RESTORE operations.
system.backupsSystem table containing logging entries with information about BACKUP and RESTORE operations.
system.blob_storage_logSystem table containing logging entries with information about various blob storage operations such as uploads and deletes.
system.build_optionsSystem table containing information about ClickHouse server’s build options.
system.certificatesContains information about available certificates and their sources.
system.clustersSystem table containing information about clusters available in the config file and the servers defined in them.
system.codecsSystem table containing information about codecs in queue.
system.collationsContains a list of all available collations for alphabetical comparison of strings.
system.columnsSystem table containing information about columns in all tables
system.completionsContains a list of completion tokens.
system.contributorsSystem table containing information about contributors.
system.crash_logSystem table containing information about stack traces for fatal errors.
system.current_rolesSystem table containing active roles for the current user.
system.dashboardsContains queries used by /dashboard page accessible though the HTTP interface. useful for monitoring and troubleshooting.
system.data_skipping_indicesSystem table containing information about existing data skipping indices in all the tables.
system.data_skipping_index_typesSystem table containing a list of data skipping index types supported by the server along with their embedded documentation.
system.data_type_familiesSystem table containing information about supported data types
system.database_enginesSystem table containing a list of database engines supported by the server.
system.database_replicasSystem table containing information about and status of replicated database.
system.databasesSystem table containing information about the databases that are available to the current user.
system.dead_letter_queueSystem table containing information about messages received via a streaming engine and parsed with errors.
system.delta_lake_metadata_logSystem table containing information about metadata files read from Delta Lake tables. Each entry represents a root metadata JSON file.
system.detached_partsSystem table containing information about detached parts of MergeTree tables
system.detached_tablesSystem table containing information about each detached table.
system.dictionariesSystem table containing information about dictionaries
system.dictionary_sourcesSystem table containing a list of dictionary sources supported by the server along with their embedded documentation.
system.dictionary_layoutsSystem table containing a list of dictionary layouts supported by the server along with their embedded documentation.
system.dimensional_metricsThis table contains dimensional metrics that can be calculated instantly and exported in the Prometheus format. It is always up to date.
system.disk_typesSystem table containing a list of disk types supported by the server along with their embedded documentation.
system.disksSystem table containing information about disks defined in the server configuration
system.distributed_ddl_queueSystem table containing information about distributed ddl queries (queries using the ON CLUSTER clause) that were executed on a cluster.
system.distribution_queueSystem table containing information about local files that are in the queue to be sent to the shards.
system.dns_cacheSystem table containing information about cached DNS records.
system.documentationSystem table that collects the embedded documentation of the uniform components of the system (functions, table engines, data types, and so on) into a single table, with the reference documentation rendered as Markdown.
system.dropped_tablesSystem 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_partsSystem table containing information about parts of MergeTree dropped tables from system.dropped_tables
system.enabled_rolesSystem 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_logSystem table containing the history of error values from table system.errors, periodically flushed to disk.
system.errorsSystem table containing error codes with the number of times they have been triggered.
system.eventsSystem table containing information about the number of events that have occurred in the system.
system.fail_pointsContains a list of all available failpoints with their type and current status.
system.filesystem_cache_settingsContains information about all filesystem cache settings
system.filesystem_read_prefetches_logContains 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_logContains 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_cacheContains information about all entries inside filesystem cache for remote objects.
system.formatsContains a list of all the formats along with flags whether a format is suitable for input/output or whether it supports parallelization.
system.functionsSystem table containing information about normal and aggregate functions.
system.grantsSystem table showing which privileges are granted to ClickHouse user accounts.
system.graphite_retentionsSystem table containing information about parameters graphite_rollup which are used in tables with GraphiteMergeTree type engines.
system.histogram_metricsThis table contains histogram metrics that can be calculated instantly and exported in the Prometheus format. It is always up to date.
system.iceberg_historySystem iceberg snapshot history
system.iceberg_filesSystem table containing per-file metadata of Iceberg tables
system.iceberg_metadata_logSystem table containing information about metadata files read from Iceberg tables. Each entry represents either a root metadata file, metadata extracted from an Avro file, or an entry of some Avro file.
system.instrumentationSystem table containing the instrumentation points
system.jemalloc_statsReturns jemalloc statistics in a single row with a single column. Equivalent to SYSTEM JEMALLOC STATS command.
system.jemalloc_binsSystem table containing information about memory allocations done via jemalloc allocator in different size classes (bins) aggregated from all arenas.
system.jemalloc_profile_textDisplays the symbolized jemalloc heap profile. Run ‘SYSTEM JEMALLOC FLUSH PROFILE’ to generate a profile first.
system.kafka_consumersSystem table containing information about Kafka consumers.
system.keeper_clusterSystem table which exists only when this node runs an in-process ClickHouse Keeper. Contains one row per Raft cluster member as seen by this Keeper.
system.keeper_snapshotsSystem table which exists only when this node runs an in-process ClickHouse Keeper. Contains one row per on-disk Raft snapshot tracked by the Keeper state machine.
system.keeper_changelogsSystem table which exists only when this node runs an in-process ClickHouse Keeper. Contains one row per on-disk Raft changelog file tracked by the Keeper log store.
system.keywordsContains a list of all keywords used in ClickHouse parser.
system.licensesSystem table containing licenses of third-party libraries that are located in the contrib directory of ClickHouse sources.
system.macrosContains a list of all macros defined in server configuration.
system.masking_policiesSystem table containing information about all masking policies in the system.
system.merge_tree_settingsSystem table containing information about settings for MergeTree tables.
system.mergesSystem table containing information about merges and part mutations currently in process for tables in the MergeTree family.
system.metric_logSystem table containing history of metrics values from tables system.metrics and system.events, periodically flushed to disk.
system.metricsSystem table containing metrics which can be calculated instantly, or have a current value.
system.modelsContains a list of CatBoost models loaded into a LibraryBridge’s memory along with time when it was loaded.
system.movesSystem table containing information about in-progress data part moves of MergeTree tables. Each data part movement is represented by a single row.
system.mutationsSystem table containing information about mutations of MergeTree tables and their progress. Each mutation command is represented by a single row.
system.named_collectionsContiene una lista de todas las named collections que se crearon mediante una SQL query o se analizaron a partir de un configuration file.
system.numbers_mtTabla del sistema similar a system.numbers, pero las lecturas se paralelizan y los números pueden devolverse en cualquier orden.
system.numbersTabla del sistema que contiene una sola columna UInt64 llamada number que contiene casi todos los números naturales a partir de cero.
system.oneTabla del sistema que contiene una sola fila con una sola columna UInt8 dummy que contiene el valor 0. Similar a la tabla DUAL presente en otros SGBD.
system.opentelemetry_span_logTabla del sistema que contiene información sobre trace spans de consultas ejecutadas.
system.part_moves_between_shardsContiene información sobre partes que actualmente están en proceso de moverse entre shards y sobre su progreso.
system.part_logTabla del sistema que contiene información sobre eventos ocurridos con partes de datos en tablas de la familia MergeTree, como la adición o la fusión de datos.
system.partsTabla del sistema que contiene información sobre partes de MergeTree
system.parts_columnsTabla del sistema que contiene información sobre partes y columnas de tablas MergeTree.
system.predicate_statistics_logTabla del sistema que contiene estadísticas muestreadas de selectividad de filtros e índices, recopiladas a partir de los pipelines de lectura de MergeTree durante la ejecución de consultas.
system.primesTabla del sistema que contiene una única columna UInt64 llamada prime, que contiene números primos en orden ascendente a partir de 2.
system.privilegesContiene una lista de todos los privilegios disponibles que pueden concederse a un usuario o rol.
system.processesTabla del sistema utilizada para implementar la consulta SHOW PROCESSLIST.
system.processors_profile_logTabla del sistema que contiene información de perfilado a nivel de procesadores (que puede encontrarse en EXPLAIN PIPELINE)
system.projection_parts_columnsTabla del sistema que contiene información sobre las columnas de las partes de proyección para tablas de la familia MergeTree
system.projection_partsTabla del sistema que contiene información sobre las partes de proyección para tablas de la familia MergeTree.
system.projectionsTabla del sistema que contiene información sobre las proyecciones existentes en todas las tablas.
system.query_views_logTabla del sistema que contiene información sobre las vistas dependientes ejecutadas al ejecutar una consulta, por ejemplo, el tipo de vista o el tiempo de ejecución.
system.query_condition_cacheTabla del sistema que muestra el contenido de la caché de condiciones de consulta.
system.query_thread_logTabla del sistema que contiene información sobre los hilos que ejecutan consultas, por ejemplo, el nombre del hilo, su hora de inicio y la duración del procesamiento de la consulta.
system.query_metric_logTabla del sistema que contiene un historial de valores de memoria y métricas de la tabla system.events para consultas individuales, volcados periódicamente a disco.
system.query_logTabla del sistema que contiene información sobre las consultas ejecutadas, por ejemplo, la hora de inicio, la duración del procesamiento y los mensajes de error.
system.query_cacheTabla del sistema que muestra el contenido de la caché de consultas.
system.quota_usageTabla del sistema que contiene información sobre el uso de cuotas por parte del usuario actual, como cuánto de la cuota se ha utilizado y cuánto queda.
system.quota_limitsTabla del sistema que contiene información sobre los valores máximos de todos los intervalos de todas las cuotas. A una cuota puede corresponderle cualquier número de filas, o ninguna.
system.quotas_usageTabla del sistema que contiene información sobre el uso de cuotas por parte de todos los usuarios.
system.quotasTabla del sistema que contiene información sobre las cuotas.
system.remote_data_pathsTabla del sistema que contiene información sobre archivos de datos almacenados en discos remotos como S3 o Azure Blob Storage.
system.replicasTabla del sistema que contiene información y el estado de las tablas replicadas alojadas en el servidor local. Útil para monitorización.
system.replicated_merge_tree_settingsContiene una lista de todas las configuraciones específicas del motor ReplicatedMergeTree, sus valores actuales y predeterminados, junto con sus descripciones. Puede cambiar cualquiera de ellas en la sección SETTINGS de la consulta CREATE.
system.replicated_fetchesSystem table containing information about currently running background fetches.
system.replication_queueSystem table containing information about tasks from replication queues stored in ClickHouse Keeper, or ZooKeeper, for tables in the ReplicatedMergeTree family.
system.resourcesSystem table containing information about resources residing on the local server with one row for every resource.
system.rocksdbContains a list of metrics exposed from embedded RocksDB.
system.role_grantsSystem table containing the role grants for users and roles.
system.rolesSystem table containing information about configured roles.
system.row_policiesSystem table containing filters for one particular table, as well as a list of roles and/or users which should use this row policy.
system.s3_queue_settingsSystem table containing information about the settings of S3Queue tables. Available from server version 24.10.
system.s3queue_metadata_cacheContains in-memory state of S3Queue metadata and currently processed rows per file.
system.s3queue_logContains log entries with information about files processed by the S3Queue engine.
It is safe to truncate or drop this table at any time.
system.schedulerSystem table containing information about and status of scheduling nodes residing on the local server.
system.schema_inference_cacheSystem table containing information about all cached file schemas.
system.server_settingsSystem table containing formation about global settings for the server, which are specified in config.xml.
system.session_logSystem table containing information about all successful and failed login and logout events.
system.settingsSystem table containing information about session settings for current user.
system.settings_profile_elementsSystem table which describes the content of the settings profile: constraints, roles and users that the setting applies to, parent settings profiles.
system.settings_changesSystem table containing information about setting changes in previous ClickHouse versions.
system.settings_profilesSystem table which contains properties of configured setting profiles.
system.stack_traceSystem table which contains stack traces of all server threads. Allows developers to introspect the server state.
system.storage_policiesSystem table containing information about storage policies and volumes which are defined in server configuration.
system.symbolsSystem table useful for C++ experts and ClickHouse engineers containing information for introspection of the clickhouse binary.
system.table_enginesSystem table containing descriptions of table engines supported by the server and the features they support.
system.table_functionsContains a list of all available table functions with their descriptions.
system.tablesSystem table containing metadata of each table that the server knows about.
system.text_logSystem table containing logging entries.
system.time_zonesSystem table containing a list of time zones that are supported by the ClickHouse server.
system.tokenizersSystem table which shows all available tokenizers.
system.trace_logSystem table containing stack traces collected by the sampling query profiler.
system.transactionsContains a list of transactions and their state.
system.transactions_info_logContains information about all transactions executed on a current server.
It is safe to truncate or drop this table at any time.
system.unicodeSystem table containing a list of Unicode characters and their properties.
system.user_processesSystem table containing information useful for an overview of memory usage and ProfileEvents of users.
system.user_directoriesContains 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_functionsSystem table containing loading status and configuration metadata for User-Defined Functions (UDFs).
system.usersSystem table containing a list of user accounts configured on the server.
system.view_refreshesSystem table containing information about Refreshable Materialized Views.
system.warningsThis table contains warning messages about clickhouse server.
system.warningsContains warnings about server configuration to be displayed by clickhouse-client right after it connects to the server.
system.workloadsSystem table containing information for workloads residing on the local server.
system.zerosProduces unlimited number of non-materialized zeros.
system.zeros_mtMultithreaded version of system.zeros.
system.zookeeper_watchesSystem table showing currently active ZooKeeper watches registered by this ClickHouse server.
system.zookeeper_infoSystem table which outputs introspection of all available keeper nodes.
system.zookeeper_logSystem table containing information about the parameters of the request to the ZooKeeper server and the response from it.
system.zookeeper_connectionSystem table which exists only if ZooKeeper is configured. Shows current connections to ZooKeeper (including auxiliary ZooKeepers).
system.zookeeper_connection_logShows the history of ZooKeeper connections (including auxiliary ZooKeepers).
system.zookeeperSystem table which exists only if ClickHouse Keeper or ZooKeeper are configured. It exposes data from the Keeper cluster defined in the config.
Última modificación el 29 de junio de 2026