-
Notifications
You must be signed in to change notification settings - Fork 111
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
Adjust transaction table indexes #9225
Conversation
Signed-off-by: Jesse Nelson <jesse@hashgraph.com>
99f06db
to
85ca696
Compare
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.
LGTM
hedera-mirror-importer/src/main/resources/db/migration/v2/V2.5.1__update_indexes.sql
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9225 +/- ##
============================================
- Coverage 92.84% 92.53% -0.31%
- Complexity 4758 6997 +2239
============================================
Files 672 902 +230
Lines 21638 29562 +7924
Branches 2824 3731 +907
============================================
+ Hits 20090 27356 +7266
- Misses 987 1442 +455
- Partials 561 764 +203 ☔ View full report in Codecov by Sentry. |
hedera-mirror-importer/src/main/resources/db/migration/v2/V2.5.1__update_indexes.sql
Outdated
Show resolved
Hide resolved
Probably we should also adjust the doc that shows which endpoints use which index |
Signed-off-by: Jesse Nelson <jesse@hashgraph.com>
Signed-off-by: Jesse Nelson <jesse@hashgraph.com>
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.
LGTM
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.
LGTM
Signed-off-by: Jesse Nelson <jesse@hashgraph.com>
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.
LGTM
Signed-off-by: Jesse Nelson <jesse@hashgraph.com>
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.
LGTM
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.
LGTM
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.
LGTM
3625fef
Quality Gate passedIssues Measures |
Description:
Adjust transaction indexes for v2 to improve
/api/v1/transactions?account.id
and/api/v1/accounts/{id}
performanceRelated issue(s):
Fixes #9176
Fixes #5432
Notes for reviewer:
Checklist