Using transactions only boosts performance if you do more than one insert / update.
You might want to consider setting the async option (if indeed, it exists)
Mounting the filesystem your databases are on with the "noatime" option might help.
Another thing to check is whether your filesystem has data journalling on - if so, this is a bad idea for performance. Data journalling is not the same as filesystem journalling.
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --