spqr
spqr copied to clipboard
Stateless Postgres Query Router.
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...
In this pr we replace current routing logic based on sharding rules with new one, based on dataspaces. refer https://github.com/pg-sharding/spqr/discussions/431
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...
``` db1=# create table tt2(id int); ERROR: client proccessing error: error processing query 'create table tt2(id int);': create table stmt ignored: no distributions for this relation found, tx status IDLE...