It’s the 4th in our series of chats called ‘the A-Z of WordPress’ where we attempt to cover all the major aspects of building and maintaining sites with WordPress.
Today, we are really going set pulses racing with the letter ‘D’ for Database!
Use these show notes to follow along with the podcast audio.
The word alone sounds incredibly dull, and for years I pretended it did not exist. Even now I do anything to avoid directly interacting with it.
Are they running too many unnecessary and inefficient queries?
Do they clean themselves up after deletion?
Do I want a WordPress solution that may affect performance when there are 3rd party plugins adding to the database.
One good things to come out of GDPR is that a lot of plugin have to provide way to automatically clear up data.
MySQL version 5.6 or greater OR MariaDB version 10.1 or greater.
Maria being faster, but newer and less used so certainty of support is perhaps a question. https://www.guru99.com/mariadb-vs-mysql
For no good reason at all, here’s a list of the standard WordPress tables:
Would the ideal be that you could move easily from one to the other (I think Cloudways allows one click transfers?). I have moved sites from MariaDB to MySQL with no real issues – only a couple of disconnected images.
WP Rocket (also does a clean up)
https://wordpress.org/plugins/wp-dbmanager
https://wordpress.org/plugins/wp-optimize
https://wordpress.org/plugins/wp-sweep
https://wordpress.org/plugins/better-search-replace
https://wordpress.org/plugins/wp-clean-up-optimizer
https://wordpress.org/plugins/query-monitor (helps find duplicates and slow queries)
https://wordpress.org/plugins/usagedd (simple, shows speed/number of queries when in a Page Builder editor)
It’s likely that you now know less about databases than you did before you came to this page. That’s a measure our understanding of databases. They’re weird things and, honestly, most of it is Voodoo.
Unless you know what you’re doing, stay away – there be monsters!
Let’s hope that when we get to the next letter… ‘E’, we know a little more. Hope is a good thing, if not always well placed!
[spp-player url="https://episodes.castos.com/wpbuilds/43.mp3"] This weeks WordPress news - Covering The Week Commencing 31st December 2018: WordPress 5.0.1 Security Release – Immediate Update Recommended "WordPress 5.0.1...
[spp-player url="https://episodes.castos.com/wpbuilds/wpbuilds-news-118.mp3"] This weeks WordPress news - Covering The Week Commencing 8th June 2020: WordPress Core WordPress 5.4.2 Security and Maintenance Release WordPress 5.4.2...