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.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.
Credentials
| Parameter | Value |
|---|---|
| HTTPS endpoint | https://play.clickhouse.com:443/ |
| Native TCP endpoint | play.clickhouse.com:9440 |
| User | explorer or play |
| Password | (empty) |
Limitations
The queries are executed as a read-only user. It implies some limitations:- DDL queries aren’t allowed
- INSERT queries aren’t allowed
Examples
HTTPS endpoint example withcurl:
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.