Skip to main content
ClickHouse Playground allows people to experiment with ClickHouse by running queries instantly, without setting up their server or cluster. Several example datasets are available in Playground. You can make queries to Playground using any HTTP client, for example curl or wget, or set up a connection using JDBC or ODBC drivers. More information about software products that support ClickHouse is available here.

Credentials

Limitations

The queries are executed as a read-only user. It implies some limitations:
  • DDL queries aren’t allowed
  • INSERT queries aren’t allowed
The service also have quotas on its usage.

Examples

HTTPS endpoint example with curl:
TCP endpoint example with CLI:

Playground specifications

our ClickHouse Playground is running with the following specifications:
  • Hosted on Google Cloud (GCE) in the US Central region (US-Central-1)
  • 3-replica setup
  • 256 GiB of storage and 59 virtual CPUs each.
Last modified on June 19, 2026