D DevPunk Guest Aug 11, 2024 #1 Affected version 2.3 Original Query Runs over 8 sec after run this: `xf_forum` ADD INDEX(`find_new`);" Now the query is no longer slow. Have you forgotten an index here or is something wrong with my DB?
Original Query Runs over 8 sec after run this: `xf_forum` ADD INDEX(`find_new`);" Now the query is no longer slow. Have you forgotten an index here or is something wrong with my DB?
X Xon Well-known member Aug 11, 2024 #2 How many forums do you have? The find_new index isn't actually being used, which suggests it might have been a database statistics thing. Last edited: Aug 11, 2024
How many forums do you have? The find_new index isn't actually being used, which suggests it might have been a database statistics thing.