How do I optimize my MySQL database to improve PacsOne Server performance?
Starting from version 3.1.1, significant database optimizations have been implemented in PacsOne Server Premium Edition to improve the performance of database queries. In addition to these optimizations by PacsOne Server, you can also tweak more performance improvement from your MySQL Server by following the MySQL database tuning tips below: • Server Hardware Optimizations for MySQL Database: • Store the MySQL data files on RAID disk whenever possible • If you have a choice for RAID levels, use RAID-10, RAID-1, and RAID-0 as your order of preference • Always use faster RPM disks whenever possible • Use faster clock-speed ECC Memory whenever possible • Fine-Tuning Your MySQL Server Software Configurations: MySQL Table TypeMY.INI Settings INNODB VariableDescriptionRecommended Setting innodb_additional_mem_pool_size Additional memory pool that is used by InnoDB to store metadata information. If InnoDB requires more memory for this purpose it will start to allocate it from the OS. As this