You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.
Inserting records into MySQL/Derby (and presumably Oracle) is very slow. This seems to be a regression issue, but it would also be nice to use batch inserts properly.
Our Desktops are now using a newer version of MySQL (5.5 vs 5.1 on some of the servers). The default database engine has been switched from MyISAM to InnoDB. I think this is to blame for a lot of the poor performance we are seeing here.
Tony tested this out and saw that when he switched his default database engine back to MyISAM that the KAM insert was significantly faster.
Inserting records into MySQL/Derby (and presumably Oracle) is very slow. This seems to be a regression issue, but it would also be nice to use batch inserts properly.
Possibly related to #25
The text was updated successfully, but these errors were encountered: