I am using AURORA MySQL on AWS. When I run show Processlist
I see lots of delayed commit ok done
I want to ask that does it hinder in performance? If Yes, how dO I imrpove it?
I am using PyMySQL
, a Python based library and I do use .commit
after each INSERTS
and UPDATE