Denis Volkov

Results 41 issues of Denis Volkov

Hi! @ildus , am I right understand that clickhouse_fdw does not support secure connections?

Currently, it is nice to have SPQR k8s operator to simplify the deployment and management of SPQR instances within Kubernetes clusters. This operator will automate the setup, scaling, and monitoring...

enhancement

I've been thinking for a long time what I did wrong. ``` spqr-console=> CREATE KEY RANGE krid1 FROM 0 ROUTE TO stockdb-test-shard1; ERROR: syntax error ``` But I have only...

Have a look ``` ADD SHARDING RULE r2 COLUMNS w_id FOR DATASPACE ds2; add sharding rule ----------------------------------------------------------------------------------------- created sharding rule r2 for table (*) with columns [w_id, hash: x->x] in...

good first issue

``` DEBUG4: 2022/11/18 06:22:36.689840 sending &{String:DROP TABLE IF EXISTS sbtest1} to sh shard02 DEBUG2: 2022/11/18 06:22:36.690048 multishard server init: got *pgproto3.NoticeResponse msg from shard01 shard DEBUG1: 2022/11/18 06:22:36.690075 complete relay...

The main idea is to add a fast ping handler without tls requirements. ``` ➜ spqr git:(ping-idea) ✗ psql "host=localhost port=8432 dbname=spqr-ping user=spqr-ping sslmode=disable" psql (14.17 (Homebrew), server 0.0.0) Type...

`panic: runtime error: index out of range [8] with length 8` on `CREATE KEY RANGE krid2 FROM 4611686018427387904 ROUTE TO sh2 FOR DISTRIBUTION ds1;` Logs: ```bash ➜ spqr git:(TestEncodeUInt64) ✗...

bug

**Is your feature request related to a problem? Please describe.** In #813 was introduced availability zones. But this feature does not take into account the health of the hosts in...

enhancement

It would be cool to have an ability to specify a default shard for the router. If the router receives a transaction that it can route, but for which it...