taxonomy - What is this Query? and why its taking too much time? Any way to optimize it?

admin2025-06-04  0

Query:

SELECT  t.*, tt.* FROM wp_terms AS t  INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy IN ('post_tag') AND tt.count > 0 ORDER BY t.name ASC;

Query_time: 3.445370

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1748996222a315473.html

最新回复(0)