• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

PSA with Mysql on 2nd HDD

R

RooMeat

Guest
I want to try and speed up access to my sites. Some are using quite large mysql databases.
I know the better solution would be to add a second server, but in the name of cost saving.. would a second hard drive running mysql be effective?
Is this possible to do with plesk??
 
Unless the primary hard drive is really slow, then just adding a 2nd HDD for the database files will probably not increase performance much.

You should make sure the CPU/RAM resources are not the issue. If they are, then the 2nd HDD will not really do much.
 
If you're hitting a bottleneck with I/O on the first disk then yes it will help, otherwise the bottleneck is probably elsewhere. You may even find a RAID disk system helps more ... RAID10 (4 disks minimum) offers redundancy (mirroring) and speed increase (striping) but isn't cheap and only helps if I/O is your issue.

We've got 1 of our servers (our only CPanel box :eek:) with MySQL on a 2nd disk and it works well, but only because CPU/Memory aren't the bottleneck.

Plesk won't have any issue with accessing MySQL from a 2nd disk if it's mounted correctly as /var/lib/mysql
 
Back
Top