system.error_log
Querying in ClickHouse Cloud
The 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.
テーブル system.errors に含まれるエラー値の履歴を保持しており、定期的にディスクにフラッシュされます。
列:
hostname(LowCardinality(String)) — クエリを実行しているサーバーのホスト名。event_date(Date) — イベントの日付。event_time(DateTime) — イベントの時刻。code(Int32) — エラーコード番号。error(LowCardinality(String)) — エラー名。value(UInt64) — このエラーが発生した回数。remote(UInt8) — リモート例外(分散クエリのいずれかの実行中に受信したもの)。
例
関連項目
- error_log 設定 — 設定の有効化および無効化について。
- system.errors — 発生回数とともにエラーコードを保持します。
- Monitoring — ClickHouse の監視に関する基本概念。