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 index for move_event_name #5136

Merged
merged 1 commit into from
Oct 11, 2022
Merged

Add index for move_event_name #5136

merged 1 commit into from
Oct 11, 2022

Conversation

sadhansood
Copy link
Contributor

There are a bunch of queries filtering on this column and it does not seem to have an index which is likely causing a full table scan. Adding an index to fix.

@sadhansood sadhansood requested a review from longbowlu October 11, 2022 22:11
@sadhansood sadhansood marked this pull request as ready for review October 11, 2022 22:11
@sadhansood sadhansood requested a review from velvia October 11, 2022 22:11
Copy link
Contributor

@velvia velvia left a comment

Choose a reason for hiding this comment

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

👍 yeah that's probably right

@sadhansood sadhansood merged commit 01d2697 into main Oct 11, 2022
@sadhansood sadhansood deleted the sadhan/event_store_index branch October 11, 2022 23:47
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.

3 participants