Changes between Initial Version and Version 1 of Ticket #50161, comment 32
- Timestamp:
- 09/04/2025 12:52:42 PM (8 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #50161, comment 32
initial v1 6 6 > We added CREATE INDEX type_status_modified ON wp_posts (post_type, post_status, post_modified_gmt); and CREATE INDEX type_status_modified_no_id ON wp_posts (post_type, post_status, post_date_gmt); 7 7 8 I have not tested it yet, but since you made the test env, could you also check this to see whether this is better or not? 8 I have not tested it yet, but since you made the test env, could you also check this to see whether this is better or not? At a first glance I would say it should not.