Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-page-updates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Querying in ClickHouse CloudThe data in this system table is held locally on each node in ClickHouse Cloud. Obtaining a complete view of all data, therefore, requires the
clusterAllReplicas function. See here for further details.Description
Contains information about pending asynchronous inserts in queue.Columns
query(String) — Query text.database(String) — Database name.table(String) — Table name.format(String) — Format name.first_update(DateTime64(6)) — First insert time with microseconds resolution.total_bytes(UInt64) — Total number of bytes waiting in the queue.entries.query_id(Array(String)) — Array of query ids of the inserts waiting in the queue.entries.bytes(Array(UInt64)) — Array of bytes of each insert query waiting in the queue.
Example
Query
Response
See also
- system.query_log — Description of the
query_logsystem table which contains common information about queries execution. - system.asynchronous_insert_log — This table contains information about async inserts performed.