created_date index on bus_ext_events tables#2144
Merged
sbrossie merged 2 commits intokillbill:masterfrom Jul 15, 2025
Merged
Conversation
sbrossie
reviewed
Jul 14, 2025
| ) /*! CHARACTER SET utf8 COLLATE utf8_bin */; | ||
| CREATE INDEX idx_bus_ext_where ON bus_ext_events (processing_state, processing_owner, processing_available_date); | ||
| CREATE INDEX bus_ext_events_tenant_account_record_id ON bus_ext_events(search_key2, search_key1); | ||
| create index bus_ext_events_created_date ON bus_ext_events(created_date); |
Member
There was a problem hiding this comment.
Do we need this index? Just looking at bus_events table, there is no such index on created_date - here
Contributor
Author
There was a problem hiding this comment.
You are right; I took a look at the aviate plugin health code again, and we do not have any queries that might need this index. I have made changes in 98490ef.
…nly on history table
sbrossie
approved these changes
Jul 15, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.