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

util: Add indices for queue history tables to gather statistics #1946

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

sbrossie
Copy link
Member

No description provided.

@sbrossie sbrossie changed the title util: Add indices foe queue history table to gather statistics util: Add indices for queue history tables to gather statistics Jan 12, 2024
@@ -198,6 +198,7 @@ CREATE TABLE notifications_history (
PRIMARY KEY(record_id)
) /*! CHARACTER SET utf8 COLLATE utf8_bin */;
CREATE INDEX notifications_history_tenant_account_record_id ON notifications_history(search_key2, search_key1);
CREATE INDEX notifications_history_effective_date ON notifications_history (effective_date);
Copy link
Member

Choose a reason for hiding this comment

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

Nit: extra space after table name (same in migration file)

@sbrossie sbrossie merged commit b8b7344 into master Jan 19, 2024
21 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.

None yet

3 participants