Skip to content

feat: add user_id indx to email_messages_transactional #2272

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

Merged
merged 2 commits into from
Apr 21, 2025

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

@jia1 jia1 force-pushed the feat/add-user-id-indx-to-email-messages-transactional branch from ed2a37b to e818c33 Compare April 21, 2025 02:07
@jia1 jia1 merged commit 0bbd37f into master Apr 21, 2025
8 checks passed
@jia1 jia1 deleted the feat/add-user-id-indx-to-email-messages-transactional branch April 21, 2025 03:14
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