Making WordPress.org

Changes between Initial Version and Version 1 of Ticket #6455, comment 9


Ignore:
Timestamp:
08/26/2022 01:40:09 AM (3 years ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6455, comment 9

    initial v1  
    22
    33
    4 The query explain shows it's still scanning a bunch of rows, but it's not anywhere near as bad anymore. The query effectively just includes an additional `AND ( wporg_419_posts.ID >= %d )`
     4The query explain shows it's still scanning a bunch of rows, but it's not anywhere near as bad anymore. The query effectively just includes an additional `AND ( wp_posts.ID >= %d )`
    55{{{
    66id      select_type     table           type    possible_keys                           key     key_len ref     rows    Extra