Denis Volkov

Results 41 issues of 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...

bug
enhancement
good first issue

**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...

bug

**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....

bug
good first issue

``` [QA]denchick@host1 # spqr-coordinator --version spqr-coordinator version devel-devel [QA]denchick@host1 # spqr-router --version spqr-router version 2.4.1-c61326f4 ```

bug
good first issue

**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...

bug
documentation
enhancement
good first issue
go

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...

documentation
good first issue
go

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...

enhancement
good first issue

**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...

enhancement
good first issue

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...

must-fix