Question
mysql making pauses at inserts
I am using cf 8 on a windows server with big processors and
ram.
When inserting many rows via CF query statements this takes a lot of time.
I analyzed this performance lag with mySQL Administrator and I found out that mySQL makes pauses of 10 to 15 seconds between the insertions, that means: Cold Fusion wants to insert some thousands records.
mySQL processes e.g. 130 records, then makes a pause of 14 seconds, then processes the nect 140 records, then again makes a pause of 12 seconds, and so on.
Does anybody know how to configure cf or mysql to get rid of this strange behaviour?
How can I force mySQL to process all insertion statements without making those pauses?
Any hint or advice will be highly appreciated.
Thanks a lot in advance
ralf guttmann
When inserting many rows via CF query statements this takes a lot of time.
I analyzed this performance lag with mySQL Administrator and I found out that mySQL makes pauses of 10 to 15 seconds between the insertions, that means: Cold Fusion wants to insert some thousands records.
mySQL processes e.g. 130 records, then makes a pause of 14 seconds, then processes the nect 140 records, then again makes a pause of 12 seconds, and so on.
Does anybody know how to configure cf or mysql to get rid of this strange behaviour?
How can I force mySQL to process all insertion statements without making those pauses?
Any hint or advice will be highly appreciated.
Thanks a lot in advance
ralf guttmann
