Verifying Index Usage
Always check whether all your queries really use the indexes that you have created in the tables. Use the EXPLAIN statement, as described in , "Optimizing Queries with EXPLAIN".
Always check whether all your queries really use the indexes that you have created in the tables. Use the EXPLAIN statement, as described in , "Optimizing Queries with EXPLAIN".