SPQR supports distributed transactions across multiple shards with different commit strategies. TheDocumentation Index
Fetch the complete documentation index at: https://docs.pg-sharding.tech/llms.txt
Use this file to discover all available pages before exploring further.
__spqr__commit_strategy parameter controls how transactions are committed:
best-effortor1pc- One-phase commit with no coordination between shards2pc- Two-phase commit with atomicity guarantees across shards
__spqr__commit_strategy to 2pc and ensure max_prepared_transactions > 0 on all shards.