Postgresql – What happens if the response to the commit from the database is not received?
If I have method with @Transaction(with default isolation level) and after all it send commit to DB, DB set transaction's visible for other and send response back to me, but network is lagging and I receive timeout. What happens? Transaction…