spiritedmedia / systems

Code and documentation for building, deploying, and serving code.
1 stars 1 forks source link

Install and Configure HyperDB #50

Closed kingkool68 closed 5 years ago

kingkool68 commented 5 years ago

We've been running into some database performance issues. The CPU credits on our database RDS instance are depleting at a rapid rate. To stabilize things I decided to launch a read replica to help take some of the strain off of the master database.

screen shot 2018-10-01 at 4 12 14 pm

To do this we'll need to install and configure HyperDB so we can tell WordPress where to direct READ queries and where to direct WRITE queries.

See https://wordpress.org/plugins/hyperdb/