MySQL 4 MySQL 4
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

MySQL 4

Started by bulldozer, March 31, 2004, 04:14:02 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

bulldozer

Will MySQL 4 improve speed for batch adding images in Coppermine as opposed to MySQL 3.23?

New version says this:

Version 4.0 of the server includes a new query cache, which can significantly increase the performance of commonly-issued queries, without requiring any special programming. Performance can be increased by over 200% in typical usage.

Joachim Müller

I don't think so, since the bottle-neck is not mySQL, but resizing (creation of thumbs and intermediates) using GD or ImageMagick during batch-add.

GauGau