geo: Automatically promote local transactions to global transactions #10537
Labels
area/docdb
YugabyteDB core features
kind/bug
This issue is a bug
priority/medium
Medium priority issue
Jira Link: [DB-358](https://yugabyte.atlassian.net/browse/DB-358)
Description
Context: #9980, #10158, #10159
We support marking YSQL transactions as local vs global to take advantage of region-local transaction tables and get region-local latencies for writes, but currently require the user to indicate which transactions are global via setting the session variable
force_global_transaction = true
. We should automatically promote local transactions to global transactions so that all transactions can succeed underforce_global_transaction = false
.The text was updated successfully, but these errors were encountered: