You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: CockroachDB docs examples now do not mention savepoints in their retry logic examples.
We recommend the use of Savepoints as part of the retry logic needed to address transaction retries. This is unnecessarily confusing for application developers at it offers little benefit beyond simple application retry logic.