spring-batch icon indicating copy to clipboard operation
spring-batch copied to clipboard

Eliminate unnecessary query for current version

Open quaff opened this issue 7 months ago • 0 comments
trafficstars

The version from query result is nondeterministic, it's not definitely same to the moment update executed because it may be altered right after that moment, it's not definitely same to the latest version in database because it may be altered right after the query executed. Given that, the current version is not so useful for troubleshooting in practice.

quaff avatar Mar 27 '25 05:03 quaff