Skip to content

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
@sbrossie sbrossie force-pushed the queue-history-index branch from 4ee1370 to 66eadbc Compare January 12, 2024 23:05
@sbrossie sbrossie force-pushed the queue-history-index branch from 66eadbc to 3dba768 Compare January 13, 2024 00:18
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
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.

4 participants