Skip to content

Conversation

@reshmabidikar
Copy link
Contributor

No description provided.

) /*! 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);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this index? Just looking at bus_events table, there is no such index on created_date - here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@sbrossie sbrossie merged commit 359c4ef into killbill:master Jul 15, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants