Pular para o conteúdo principal
PáginaDescrição
System Tables OverviewOverview of what system tables are and why they are useful.
system.histogram_metric_logSystem table containing periodic snapshots of histogram metrics, flushed to disk.
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_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.dimensional_metricsThis table contains dimensional metrics that can be calculated instantly and exported in the Prometheus format. It is always up to date.
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.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.grantsTabela de sistema que mostra quais privilégios são concedidos às contas de usuário do ClickHouse.
system.graphite_retentionsTabela de sistema que contém informações sobre os parâmetros graphite_rollup usados em tabelas com motores do tipo GraphiteMergeTree.
system.histogram_metricsEsta tabela contém métricas de histograma que podem ser calculadas instantaneamente e exportadas no formato Prometheus. Ela está sempre atualizada.
system.iceberg_historyHistórico de snapshots do sistema Iceberg
system.iceberg_metadata_logTabela de sistema que contém informações sobre arquivos de metadados lidos de tabelas Iceberg. Cada entrada representa um arquivo de metadados raiz, metadados extraídos de um arquivo Avro ou uma entrada de algum arquivo Avro.
system.instrumentationTabela de sistema que contém os pontos de instrumentação
system.jemalloc_statsRetorna as estatísticas do jemalloc em uma única linha com uma única coluna. Equivale ao comando SYSTEM JEMALLOC STATS.
system.jemalloc_binsTabela de sistema que contém informações sobre alocações de memória feitas por meio do allocator jemalloc em diferentes classes de tamanho (bins), agregadas de todas as arenas.
system.jemalloc_profile_textExibe o heap profile simbolizado do jemalloc. Execute ‘SYSTEM JEMALLOC FLUSH PROFILE’ para gerar um profile primeiro.
system.kafka_consumersTabela de sistema que contém informações sobre consumers do Kafka.
system.keywordsContém uma lista de todas as palavras-chave usadas pelo parser do ClickHouse.
system.licensesTabela de sistema que contém as licenças de bibliotecas de terceiros localizadas no diretório contrib dos fontes do ClickHouse.
system.macrosContém uma lista de todas as macros definidas na configuração do servidor.
system.masking_policiesTabela de sistema que contém informações sobre todas as masking policies do sistema.
system.merge_tree_settingsTabela de sistema que contém informações sobre as configurações de tabelas MergeTree.
system.mergesTabela de sistema que contém informações sobre merges e mutações de partes atualmente em processamento em tabelas da família MergeTree.
system.metric_logTabela de sistema que contém o histórico dos valores de métricas das tabelas system.metrics e system.events, periodicamente gravados em disco.
system.metricsTabela de sistema que contém métricas que podem ser calculadas instantaneamente ou que têm um valor atual.
system.modelsContém uma lista de todos os modelos CatBoost carregados na memória do LibraryBridge, juntamente com o momento em que foram carregados.
system.movesTabela de sistema que contém informações sobre movimentações de data parts de tabelas MergeTree em andamento. Cada movimentação de data part é representada por uma única linha.
system.mutationsTabela de sistema que contém informações sobre mutações de tabelas MergeTree e seu progresso. Cada comando de mutação é representado por uma única linha.
system.named_collectionsContém uma lista de todas as named collections criadas por SQL query ou analisadas de um configuration file.
system.numbers_mtTabela de sistema semelhante a system.numbers, mas as leituras são paralelizadas e os números podem ser retornados em qualquer ordem.
system.numbersTabela de sistema que contém uma única coluna UInt64 chamada number, que contém quase todos os números naturais a partir de zero.
system.oneTabela de sistema que contém uma única linha com uma única coluna UInt8 dummy contendo o valor 0. Semelhante à tabela DUAL encontrada em outros SGBDs.
system.opentelemetry_span_logTabela de sistema que contém informações sobre trace spans de queries executadas.
system.part_moves_between_shardsContém informações sobre partes que estão atualmente em processo de movimentação entre shards e seu progresso.
system.part_logTabela de sistema que contém informações sobre eventos ocorridos com data parts em tabelas da família MergeTree, como adição ou merge de dados.
system.partsTabela de sistema que contém informações sobre partes do MergeTree
system.parts_columnsTabela de sistema que contém informações sobre partes e colunas de tabelas MergeTree.
system.predicate_statistics_logTabela do sistema que contém estatísticas de seletividade de filtros e índices coletadas por amostragem dos pipelines de leitura do MergeTree durante a execução da consulta.
system.primesTabela do sistema que contém uma única coluna UInt64 chamada prime, que armazena números primos em ordem crescente, a partir de 2.
system.privilegesContém uma lista de todos os privilégios disponíveis que podem ser concedidos a um usuário ou role.
system.processesTabela do sistema usada para implementar a consulta SHOW PROCESSLIST.
system.processors_profile_logTabela do sistema que contém informações de profiling no nível dos processadores (que podem ser encontradas em EXPLAIN PIPELINE)
system.projection_parts_columnsTabela do sistema que contém informações sobre colunas em partes de projeção para tabelas da família MergeTree
system.projection_partsTabela do sistema que contém informações sobre partes de projeção para tabelas da família MergeTree.
system.projectionsTabela do sistema que contém informações sobre projeções existentes em todas as tabelas.
system.query_views_logTabela do sistema que contém informações sobre as views dependentes executadas ao executar uma consulta, como o tipo de view ou o tempo de execução.
system.query_condition_cacheTabela do sistema que mostra o conteúdo do cache de condições de consulta.
system.query_thread_logTabela do sistema que contém informações sobre threads que executam consultas, como nome da thread, horário de início da thread e duração do processamento da consulta.
system.query_metric_logTabela do sistema que contém um histórico dos valores de memória e métricas da tabela system.events para consultas individuais, gravados periodicamente em disco.
system.query_logTabela do sistema que contém informações sobre consultas executadas, como horário de início, duração do processamento e mensagens de erro.
system.query_cacheTabela do sistema que mostra o conteúdo do cache de consultas.
system.quota_usageTabela do sistema que contém informações sobre o uso de cota pelo usuário atual, como quanto da cota foi usado e quanto resta.
system.quota_limitsTabela do sistema que contém informações sobre os limites máximos para todos os intervalos de todas as cotas. Qualquer número de linhas, ou zero, pode corresponder a uma cota.
system.quotas_usageTabela do sistema que contém informações sobre o uso de cotas por todos os usuários.
system.quotasTabela do sistema que contém informações sobre cotas.
system.remote_data_pathsTabela do sistema que contém informações sobre arquivos de dados armazenados em discos remotos, como S3 ou Azure Blob Storage.
system.replicasTabela do sistema que contém informações e o status de tabelas replicadas no servidor local. Útil para monitoramento.
system.replicated_merge_tree_settingsContém uma lista de todas as configurações específicas do mecanismo ReplicatedMergeTree, seus valores atuais e padrão, juntamente com descrições. Você pode alterar qualquer uma delas na seção SETTINGS da consulta CREATE.
system.replicated_fetchesTabela do sistema que contém informações sobre fetches em segundo plano atualmente em execução.
system.replication_queueTabela do sistema que contém informações sobre tarefas das filas de replicação armazenadas no ClickHouse Keeper ou ZooKeeper para tabelas da família ReplicatedMergeTree.
system.resourcesTabela do sistema que contém informações sobre recursos no servidor local, com uma linha para cada recurso.
system.rocksdbContém uma lista de métricas expostas pelo embedded RocksDB.
system.role_grantsTabela do sistema que contém os roles concedidos a usuários e roles.
system.rolesTabela do sistema que contém informações sobre os roles configurados.
system.row_policiesTabela do sistema que contém filtros para uma tabela específica, bem como uma lista de roles e/ou usuários que devem usar esta política de linha.
system.s3_queue_settingsTabela do sistema que contém informações sobre as configurações das tabelas S3Queue. Disponível a partir da versão 24.10 do servidor.
system.s3queue_metadata_cacheContém o estado em memória dos metadados do S3Queue e as linhas atualmente processadas por arquivo.
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.warningsContém avisos sobre a configuração do servidor que serão exibidos pelo clickhouse-client logo após a conexão com o servidor.
system.workloadsTabela do sistema que contém informações sobre workloads presentes no servidor local.
system.zerosProduz um número ilimitado de zeros não materializados.
system.zeros_mtVersão multithread de system.zeros.
system.zookeeper_watchesTabela do sistema que mostra os watches do ZooKeeper atualmente ativos registrados por este servidor ClickHouse.
system.zookeeper_infoTabela do sistema que fornece informações de introspecção de todos os nós Keeper disponíveis.
system.zookeeper_logTabela do sistema que contém informações sobre os parâmetros da solicitação ao servidor ZooKeeper e sua resposta.
system.zookeeper_connectionTabela do sistema que existe apenas se o ZooKeeper estiver configurado. Mostra as conexões atuais com o ZooKeeper (incluindo ZooKeepers auxiliares).
system.zookeeper_connection_logMostra o histórico das conexões com o ZooKeeper (incluindo ZooKeepers auxiliares).
system.zookeeperTabela do sistema que existe apenas se o ClickHouse Keeper ou o ZooKeeper estiverem configurados. Ela expõe dados do cluster Keeper definido na configuração.
Última modificação em 10 de junho de 2026