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

Use GSI Query on Registrations table #415

Merged
merged 6 commits into from
Dec 5, 2024
Merged

Use GSI Query on Registrations table #415

merged 6 commits into from
Dec 5, 2024

Conversation

voctory
Copy link
Member

@voctory voctory commented Dec 5, 2024

Notes

This PR replaces the SCAN operation on the Registrations table being used by the Registrations service and the Events service. We will begin using QUERY to reduce DynamoDB read capacity units (RCU), reduce AWS spend, and reduce latency on the web app.

See #413 and #414 for more details

Testing

Manual testing on dev web app, unit tests

mchlcui and others added 6 commits November 28, 2024 13:54
@voctory voctory merged commit bddce4b into master Dec 5, 2024
1 check passed
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