-
Notifications
You must be signed in to change notification settings - Fork 324
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
Runs state indices #2535
Runs state indices #2535
Conversation
api/src/main/resources/marquez/db/migration/V62__run_state_indices.sql
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## main #2535 +/- ##
=========================================
Coverage 83.86% 83.86%
Complexity 1245 1245
=========================================
Files 238 238
Lines 5657 5657
Branches 271 271
=========================================
Hits 4744 4744
Misses 769 769
Partials 144 144 see 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
api/src/main/resources/marquez/db/migration/V62__run_state_indices.sql
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor comments on naming conventions, otherwise 👍
One-line summary: Adds 4 indices to help run retention faster.
Checklist
CHANGELOG.md
(Depending on the change, this may not be necessary)..sql
database schema migration according to Flyway's naming convention (if relevant)