Adding custom indexes to core wordpress tables
-
I’ve been keeping an eye on my mysql-slow-query log and noticed that there are some calls that could be indexed for better speed.
For example: “SELECT option_name, option_value FROM wp_options WHERE autoload = ‘yes’;” This keeps appearing and there is no index to help speed this query up.
I have two questions: 1) When I create custom indexes, will it break future upgrades? 2) Has anyone else created custom indexes for their WordPress installs?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Adding custom indexes to core wordpress tables’ is closed to new replies.