Replies: 1 comment
-
SPQRR for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
we can define method just alike https://github.com/pg-sharding/spqr/blob/master/pkg/client/client.go#L31 to reply PostgreSQL proto error by code, not by message.
https://github.com/postgres/postgres/blob/master/src/backend/utils/errcodes.txt#L482-L486
we can use
SPQRD for
failed to match any datashard
SPQRE for
skip executing this query, wait for next
SPQRC for ComplexQuery
SPQRF for FailedToMatch
SPQRS for SkipColumn
SPQRM for ShardingKeysMissing
SPQRX for CrossShardQueryUnsupported
Beta Was this translation helpful? Give feedback.
All reactions