Denis Volkov
Denis Volkov
if you pass an unknown hint to your query, you will not receive an error message. Instead, your query will works fine. We have to add an error message: your...
**Describe the bug** `syntax error on pos 25` when you are trying to drop table in format drop schema_name.table_name **To Reproduce** ``` perforator_db_production=> \dt List of relations Schema | Name...
**Describe the bug** If you do not specify pretty_log field in your config and do not pass prettyLog flag to the CLI, then spqr-coordinator will use pretty log by default....
``` [QA]denchick@host1 # spqr-coordinator --version spqr-coordinator version devel-devel [QA]denchick@host1 # spqr-router --version spqr-router version 2.4.1-c61326f4 ```
**Problem**: Via [CREATE DISTRIBUTION](https://pg-sharding.tech/sharding/console/sql_commands#create-distribution) command you pass your sharding key type. Right now, there is no separate type for UUID keys, so we use `varchar`. This works if the key...
This issue is only about the SPQR Router component. SPQR Router [supports](https://github.com/pg-sharding/spqr/blob/master/cmd/router/main.go#L309) configuration reloading (it reloads config on [SIGHUP](https://stackoverflow.com/questions/19052354/sighup-for-reloading-configuration) signal), although there is not enough testing for this feature at...
TODO description **Is your feature request related to a problem? Please describe.** When investigatin a problem, it would be usefull to use all the sharding settup just in one command...
**Is your feature request related to a problem? Please describe.** ``` SHOW __spqr__distribution; ERROR: parameter "__spqr__distribution" isn't user accessible ``` **Describe the solution you'd like** I would like to see...
We need to make it as easy as possible for you to try out SPQR on your computer. You can now download a Docker image, but you will need Docker...