Mysql slow query logging ( commit takes time )
Posted by: veerasamy kaunder
Date: November 06, 2012 10:40PM

Hello,

I see a lot of below entries in slow query logs.

# Query_time: 2.129828 Lock_time: 0.000000 Rows_sent: 0 Rows_examined: 0
SET timestamp=1352111031;
commit;

how do i trace which query has consumed time or other way, why commit is taking 2 seconds of time.

Also, FYI, the queries in the transcation set before the commit operation are not visible in slow query log.

Need your expert advice please.

Thanks & Regards,
Veerasamy Kaunder

Options: ReplyQuote


Subject
Written By
Posted
Mysql slow query logging ( commit takes time )
November 06, 2012 10:40PM


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.