rare sql query very often

Posted in: Newspaper
Post count: 45

Hi, i want to know if anybody have knowledge of this query that appear very often in my mysql log.


| Query | 1 | Copying to tmp table | SELECT SQL_CALC_FOUND_ROWS News_posts.ID FROM News_posts LEFT JOIN News_term_relationships ON (News_posts.ID = News_term_relationships.object_id) WHERE 1=1 AND (
News_term_relationships.term_taxonomy_id IN (30)
) AND News_posts.post_type = 'post' AND (News_posts.post_status = 'publish') GROUP BY News_posts.ID ORDER BY News_posts.post_date DESC LIMIT 138030, 10 |

Post count: 45

The LIMIT is really big!!!

Post count: 20688
Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.