ClickHouse/docs/zh/getting_started/playground.md

49 lines
2.3 KiB
Markdown
Raw Normal View History

2020-04-03 13:23:32 +00:00
---
machine_translated: true
machine_translated_rev: b111334d6614a02564cf32f379679e9ff970d9b1
toc_priority: 14
toc_title: "\u266A\u64CD\u573A\u266A"
2020-04-03 13:23:32 +00:00
---
# ツ环板Playgroundョツ嘉ッ {#clickhouse-playground}
2020-04-03 13:23:32 +00:00
[ツ环板Playgroundョツ嘉ッ](https://play.clickhouse.tech?file=welcome) 允许人们通过即时运行查询来尝试ClickHouse而无需设置他们的服务器或集群。
Playground中提供了几个示例数据集以及显示ClickHouse要素的示例查询。
2020-04-03 13:23:32 +00:00
查询以只读用户身份执行。 这意味着一些局限性:
2020-04-03 13:23:32 +00:00
- 不允许DDL查询
- 不允许插入查询
2020-04-03 13:23:32 +00:00
还强制执行以下设置:
2020-04-03 13:23:32 +00:00
- [`max_result_bytes=10485760`](../operations/settings/query_complexity/#max-result-bytes)
- [`max_result_rows=2000`](../operations/settings/query_complexity/#setting-max_result_rows)
- [`result_overflow_mode=break`](../operations/settings/query_complexity/#result-overflow-mode)
- [`max_execution_time=60000`](../operations/settings/query_complexity/#max-execution-time)
ClickHouse游乐场给m2的经验。小
[管理服务ClickHouse](https://cloud.yandex.com/services/managed-clickhouse)
实例托管在 [Yandex云](https://cloud.yandex.com/).
更多信息 [云提供商](../commercial/cloud.md).
2020-04-03 13:23:32 +00:00
ClickHouse游乐场网的界面使请求通过ClickHouse [HTTP API](../interfaces/http.md).
Playground后端只是一个ClickHouse集群没有任何额外的服务器端应用程序。
隆隆隆隆路虏脢..陇.貌.垄拢卢虏禄.陇.貌路.隆拢脳枚脢虏
2020-04-03 13:23:32 +00:00
您可以使用任何HTTP客户端向playground进行查询例如 [卷曲的](https://curl.haxx.se) 或 [wget](https://www.gnu.org/software/wget/),或使用以下方式建立连接 [JDBC](../interfaces/jdbc.md) 或 [ODBC](../interfaces/odbc.md) 司机
有关支持ClickHouse的软件产品的更多信息请访问 [这里](../interfaces/index.md).
2020-04-03 13:23:32 +00:00
| 参数 | 价值 |
|:-----|:--------------------------------------|
| 端点 | https://play-api.克莱克豪斯技术8443 |
| 用户 | `playground` |
| 密码 | `clickhouse` |
2020-04-03 13:23:32 +00:00
请注意,此端点需要安全连接。
2020-04-03 13:23:32 +00:00
示例:
2020-04-03 13:23:32 +00:00
``` bash
curl "https://play-api.clickhouse.tech:8443/?query=SELECT+'Play+ClickHouse!';&user=playground&password=clickhouse&database=datasets"
```