zoulei

Results 4 issues of zoulei

why every select request, always need to query all vmstorage Node?

question

in my case ,i have used jdbc: https://github.com/ClickHouse/clickhouse-java/blob/main/examples/jdbc/src/main/java/com/clickhouse/examples/jdbc/Basic.java **here is my config:** spring: datasource: url: jdbc:ch://xxxxxxxxx/default?rewriteBatchedStatements=true username: password: driver-class-name: com.clickhouse.jdbc.ClickHouseDriver hikari: maximum-pool-size: 500 minimum-idle: 50 connection-timeout: 5000 **write code:** i...

enhancement

**1. my first question:** use jdbc: https://github.com/ClickHouse/clickhouse-java/blob/main/examples/jdbc/src/main/java/com/clickhouse/examples/jdbc/Basic.java use client: https://github.com/ClickHouse/clickhouse-java/blob/main/examples/client/src/main/java/com/clickhouse/examples/jdbc/Main.java I have a lot of write requests, and need to write in batch mode, so which is more efficient? can...

bug

1. i hava deploy harbor in guangzhou 、shanghai、 singapore, use oss storage deploy architecture: 2. my scenario is as follows: first, images between harbors are synchronized using the harbor replication...