-
#### 问题描述及重现代码:
```c#
var query = _freeSql.GetRepository().Select.WithSql(SqlQuery(), new Dictionary
{
{ "@prop1", prop1 },
{ "@prop2", prop2 },
{ "@prop3", prop3 }
}).AsQueryable…
-
### Relevant config.toml
```toml
[[instances]]
username = "default"
password = "xxxxxxxxx"
servers = ["http://172.20.31.27:8123"]
labels ={soft_type="clickhouse",RUN_ENV="prod",project_na…
-
Reproduce:
1. create clickhouse cluster with 3 zk host and 1 master host
2. rename master host
3. Retrieve an error:
```
│ Error: error while requesting API to update ClickHouse Cluster "XXX": se…
-
### Description:
In our environment, DNS resolution over UDP is blocked, so we've configured pods to use TCP for DNS resolution instead. Testing with ping confirms that DNS resolution over TCP work…
-
### Describe the bug
After executing an SQL query, attempting to retrieve ServerMetrics.ELAPSED_TIME or ServerMetrics.RESULT_ROWS from OperationMetrics results in a NullPointerException. This error…
-
As a first step in adding support for ClickHouse, we want to define the configuration that Jaeger will expose for users to create a connection to ClickHouse. The configurable options can be viewed [he…
-
When we roll out the replicated cluster alongside the single node implementation, we'll want to manually test the following scenarios as part of the work in [stage 1](https://rfd.shared.oxide.computer…
-
For self-managed Weave for some customers, we may need to provide support to self-manage an open-source Clickhouse install without Kubernetes. This ask is to test / PoC such an install on AWS EC2 usin…
-
It would be great if your tool will add support for ClickHouse
Slach updated
1 month ago
-
ClickHouse is an up-and-coming columnar OLAP database with a fairly standard SQL interface.
It would be awesome to see it supported in this project!
https://clickhouse.com/docs/zh
Fantastic w…