Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Performance regression in phase four #26

Open
abargnesi opened this issue Jul 10, 2012 · 1 comment
Open

Performance regression in phase four #26

abargnesi opened this issue Jul 10, 2012 · 1 comment
Labels

Comments

@abargnesi
Copy link
Member

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

@JamesMcMahon
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants