Changes between Initial Version and Version 1 of Ticket #6455, comment 9
- Timestamp:
- 08/26/2022 01:40:09 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6455, comment 9
initial v1 2 2 3 3 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 ( wp org_419_posts.ID >= %d )`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 ( wp_posts.ID >= %d )` 5 5 {{{ 6 6 id select_type table type possible_keys key key_len ref rows Extra