-
Notifications
You must be signed in to change notification settings - Fork 115
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
Improve Performance of Contracts REST API Endpoints with High Entity Count #10434
base: main
Are you sure you want to change the base?
Improve Performance of Contracts REST API Endpoints with High Entity Count #10434
Conversation
Signed-off-by: Harsh Sawarkar <[email protected]>
Signed-off-by: Harsh Sawarkar <[email protected]>
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
Codecov ReportAll modified and coverable lines are covered by tests ✅ |
@jnels124 What are these Codacy errors, and how can I fix them?
|
@HarshSawarkar let me investigate those and will get back to you. |
@HarshSawarkar We will get this in but first can you change the sql files to use lowercase for the sql keywords? Thanks. |
Signed-off-by: Harsh Sawarkar <[email protected]>
Updated |
...ra-mirror-importer/src/main/resources/db/migration/v1/V1.104__drop_entity__id_type_index.sql
Outdated
Show resolved
Hide resolved
Signed-off-by: Harsh Sawarkar <[email protected]>
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. Thanks!
Description:
The entity__id_type index is replaced with entity_type_id.
Related issue(s):
Fixes #9967