Database SQL Queries table scanning
-
I have a self hosted wordpress site which has been running for years. It’s all OK.
Recently I have used PHPMyAdmin to understand how the database is being used and I have come across the “Advisor” facility which suggests improvements that could be made to increase database efficiency.It seems that a lot of queries are performing table scans, not using indexes and inefficient joins which are all very bad from a database performance point of view.
So my general question or observation is…
When creators write wordpress itself and/or plugins, are they required to ensure that database use is as efficient as possible and use the more efficient database engine rather than inefficient scanning queries?
- The topic ‘Database SQL Queries table scanning’ is closed to new replies.