Skip to main content

Description

This table shows warnings about the ClickHouse server. Warnings of the same type are combined into a single warning. For example, if the number N of attached databases exceeds a configurable threshold T, a single entry containing the current value N is shown instead of N separate entries. If current value drops below the threshold, the entry is removed from the table. The table can be configured with these settings:

Columns

  • message (String) — A warning message issued by ClickHouse server.
  • message_format_string (LowCardinality(String)) — A format string that was used to format the message.

Examples

Query
Response
Last modified on September 8, 2026