|
I'm thinking about implementing a trigger to create a log table for one of my innodb tables. Does anyone know of any performance issues that would be caused by using a trigger for this, outside the fact that mysql will need to do an insert everytime the trigger is fired?
Thank you,
|