-
### Describe the bug
When I call the 'ExecContext' method of the 'sql.DB' structure from the 'database/sql' package with 'DELETE' statement, and then call the 'RowsAffected' method of 'sql.Result',…
-
-
При работе в режиме Live-подключения (запросы к КХ генерит сам табло сервер) иногда сталкиваемся с ошибкой:
Code: 373. DB::Exception: Session is locked by a concurrent client. (SESSION_IS_LOCKED) (ve…
-
## Description
Hello Team.
I am using NiFi and clickhouse-jdbc to collect data and load it into ClickHouse.
However, over time, NiFi's JVM Old Generation memory usage keeps increasing.
After gener…
-
### Connector Name
source-clickhouse
### Connector Version
0.22.2
### What step the error happened?
Configuring a new connector
### Relevant information
![image](https://github.com/airbytehq/ai…
-
Generate a client certificate according to the docs on clickhouse's docs:
https://clickhouse.com/docs/en/guides/sre/ssl-user-auth
Use the certificate to authenticate directly with the host:
`…
-
**Describe what's wrong**
We have been trying to upgrade ClickHouse from 24.3.3.102 to 24.8.5.115 and have been getting "Table does not exist. (UNKNOWN_TABLE)" errors when running DROP DATABASE sta…
-
It seems more than 1 FixedString not work.
demo code:
```
let client = Client::default()
.with_url("http://localhost:8123")
.with_database("default");
…
-
### Describe the bug
Table with transaction column name not parsed
```
create table test_execute_batch(a Int32, transaction String)engine=Memory
```
### Expected behaviour
It should be p…
-
### Describe the bug
When using clickhouse-go with clickhouse-cloud, we observe these errors happening during what we suspect to be auto-scaling events on the cloud side.
```
{"time":"2024-05-3…