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

Update IndexEntity tables used in sorting to include index_name and index_value in their resourceUuid index #2758

Open
LZRS opened this issue Dec 20, 2024 · 0 comments · May be fixed by #2753

Comments

@LZRS
Copy link
Collaborator

LZRS commented Dec 20, 2024

Is your feature request related to a problem? Please describe.
Update sort index tables as described here to add column index_name to the resourceUuid column index since it's used as part of join to the sorting tables here, to improve performance on queries that involve sorts.
index_value column could also be added to the index to make it a covering index when used here

Describe the solution you'd like
Add index_name and index_value columns to the resourceUuid index in the sorting index tables

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Would you like to work on the issue?
Yes

@LZRS LZRS linked a pull request Dec 20, 2024 that will close this issue
7 tasks
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 a pull request may close this issue.

1 participant