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

Index Cleanup - Subscriber #3178

Merged
merged 2 commits into from
Apr 24, 2023

Conversation

djabarovgeorge
Copy link
Contributor

What change does this PR introduce?

Why? (Context)

We want to remove as many inefficient indexs and queries as possible.

Why was this change needed?

Stop using single indexes on the mongoose key implementation
Add compound indexes for common queries and patterns using MongoDB index best practices
Remove unused indexes from MongoDB atlas after implementing the new compound indexes

Other information (Screenshots)

@linear
Copy link

linear bot commented Apr 11, 2023

Copy link
Contributor

@p-fernandez p-fernandez left a comment

Choose a reason for hiding this comment

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

🌟

@djabarovgeorge djabarovgeorge added this pull request to the merge queue Apr 24, 2023
Merged via the queue into next with commit 9787beb Apr 24, 2023
12 checks passed
@djabarovgeorge djabarovgeorge deleted the NV-1947/subscriber-collection-indexes-refactor branch April 24, 2023 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants