Re: MySQL lock time out exceeds, restart the transaction
> Could you please provide the appropriate tool
Eh? You said it's one transaction. If that's so, then inside the transaction write code to set @mysql variables at relevant points to track the time, and log those values so you can see where the time is spent.
In general, in a busy multi-user environment any transaction can deadlock and any complex transaction can run past a given timeout setting, so all transactions for such environments should be coded to detect deadlocks and timeouts and restart themselves.
Subject
Views
Written By
Posted
1295
July 16, 2018 01:18PM
660
July 19, 2018 10:41AM
665
July 20, 2018 12:49AM
727
July 26, 2018 07:25AM
525
July 26, 2018 07:57AM
Re: MySQL lock time out exceeds, restart the transaction
654
July 26, 2018 11:00AM
573
July 26, 2018 12:13PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.