Denis Volkov
Denis Volkov
There are almost no tests on SYNC REFERENCE TABLES commands. For reference you may use gram.y
Currently, `spqr-router` and `spqr-coordinator` does not expose any metrics over HTTP. It would be extremely helpful to have a built-in `/metrics` endpoint exporting router/coordinator/both statistics in Prometheus-compatible format. Although many...
Currently, the `spqr-router` binary uses a run subcommand to start, while `spqr-coordinator` starts directly without it. This inconsistency can be confusing for users switching between the two components. Examples: ```...
The Get Started Guide - https://github.com/pg-sharding/spqr/blob/master/docs/welcome/get_started.mdx - was written a year ago and has become outdated. It contains several errors in command syntax and order.
**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 timestampt keys, althouth SPQR is excellent for time-series data. **Solution**: We...
Currently, there is no clear way to track the progress or internal state of data transfer: ```sql spqr-console=> REDISTRIBUTE KEY RANGE kr3 TO sh2 BATCH SIZE 1000 CHECK; redistribute key...
Revert https://github.com/pg-sharding/spqr/pull/1305