googleapis / java-spanner

Apache License 2.0
64 stars 114 forks source link

chore: turn off autosavepoints by default #3303

Closed olavloite closed 1 month ago

olavloite commented 2 months ago

Auto-savepoints are no longer needed when using Emulator v1.5.23 or higher, as that version introduced support for aborting the existing transaction. That solution is better than auto-savepoints, as auto-savepoints only work as long as all transactions come from the same JVM.