• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

MySQL database size in statistics is bigger than real when using InnoDB engine

Franky@

New Pleskian
---------------------------------------------------------------
PRODUCT, VERSION, MICROUPDATE, OPERATING SYSTEM, ARCHITECTURE
Plesk Panel, 10.4.4, #50, Centos 6.4, x64

PROBLEM DESCRIPTION
Statistics page reports a database size that is almost doubled when using InnoDB engine in MySQL.

STEPS TO REPRODUCE
Create a database and fill it with data.

ACTUAL RESULT
Database reported size is almost double than real (verified on command line using du -sh on database directory).

EXPECTED RESULT
Database size should be reported correctly.

ANY ADDITIONAL INFORMATION
Changing the table engine to MyISAM solves the problem.
--------------------------------------------------------------
 
This is the screenshot taken from statistics page using InnoDB engine:
statistics-with-innodb.jpg
and this is the real database size on disk:
du-with-innodb.jpg

Same as above using MyISAM:
statistics-with-myisam.jpg
du-with-myisam.jpg
 
Back
Top