1. Home
  2. Knowledge Base
  3. ClickHouse Troubleshooting

ClickHouse Troubleshooting

Not able to connect with my ClickHouse Server

Why I am not connected to my ClickHouse server?  There are several reasons for unsuccessful connection incidents to ClickHouse Server....

ClickHouse Query Troubleshooting

ClickHouse has tables called ‘system.query_log’ and ‘system_query_thread_log’ that are used for storing statistics of each executed query like duration, memory...

ClickHouse Recommended Troubleshooting Metrics

Alert Name Shell or SQL command Severity ClickHouse status $ curl ‘http://localhost:8123/’ Ok. Critical Too many simultaneous queries. Maximum: 100...

ClickHouse KILL Statement

There are two kinds of kill statements: to kill a query and to kill a mutation. KILL QUERY Attempts to...

Troubleshooting issues while starting the clickhouse-server

Host OS: Ubuntu 22.04 ClickHouse version: 22.6.3.35   Using the pre-compiled packages is the recommended way for installing ClickHouse. The...