I'm working on a project to gradually phase out a legacy application.
In the proces, as a temporary solution we integrate with the legacy application using the database. ...The legacy application uses transactions with serializable isolation level.
Becaus...