It's not that hard to retry a transaction until some deadline is reached. Many programming languages have standard library facilities to make this extremely easy.
If the database is fast enough and transaction failure is at least moderately unlikely, it's not really an issue.
Comments
It's not that hard to retry a transaction until some deadline is reached. Many programming languages have standard library facilities to make this extremely easy.
If the database is fast enough and transaction failure is at least moderately unlikely, it's not really an issue.