Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add extended indexes for hook_status_scheduled_date_gmt and status_sheduled_date_gmt #992

Merged
merged 1 commit into from
Oct 23, 2023

Commits on Sep 20, 2023

  1. Add extended indexes for hook_status_scheduled_date_gmt and status_sc…

    …heduled_date_gmt
    
    Fixes #978
    
    The current `hook` and `status` indexes can be pretty useless as there isn't enough uniqueness in the generated index to add much value to query performance.  Extending these keys to include the `status` and `scheduled_date_gmt` make them much more useful for functions like `as_next_scheduled_action()` and
    `ActionScheduler_Store::has_pending_actions_due()`.
    prettyboymp committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    6d4e204 View commit details
    Browse the repository at this point in the history