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

feat: add user_id indx to email_messages_transactional #2272

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

KishenKumarrrrr
Copy link
Contributor

@KishenKumarrrrr KishenKumarrrrr commented Aug 12, 2024

Problem

In this PR, I add a user_id indx to email_messages_transactional. Currently, the list messages endpoint is performing a sequential scan that regularly takes > 30s. This is causing client calls to timeout. Thus, by adding this index, we hope to improve the performance of this endpoint.

Deployment Checklist

  • Run migration on staging
  • Run migration on production

@KishenKumarrrrr KishenKumarrrrr self-assigned this Aug 12, 2024
Copy link
Member

@jia1 jia1 left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@jia1 jia1 left a comment

Choose a reason for hiding this comment

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

LGTM

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