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

Improve Internal Database Index Structure #2028

Open
alexanderkiel opened this issue Sep 9, 2024 · 0 comments
Open

Improve Internal Database Index Structure #2028

alexanderkiel opened this issue Sep 9, 2024 · 0 comments
Assignees
Labels
epic A large body of work that can be broken down into a number of smaller issues. module:db performance Performance improvement
Milestone

Comments

@alexanderkiel
Copy link
Member

alexanderkiel commented Sep 9, 2024

Currently we use hashing for values in the SearchParamValueResource, ResourceSearchParamValue and CompartmentSearchParamValueResource indices. As this works well for terminology such as a reasonable number of codings, it doesn't work for identifiers.

We have to remove the value hashing and create separate tables for system URLs because they are just too long.

In the meanwhile, two work rounds are implemented right now:

@alexanderkiel alexanderkiel self-assigned this Sep 9, 2024
@alexanderkiel alexanderkiel added enhancement New feature or request module:db performance Performance improvement labels Sep 9, 2024
@alexanderkiel alexanderkiel added this to the v1.0.0 milestone Sep 9, 2024
alexanderkiel added a commit that referenced this issue Sep 10, 2024
alexanderkiel added a commit that referenced this issue Sep 11, 2024
alexanderkiel added a commit that referenced this issue Sep 30, 2024
@alexanderkiel alexanderkiel added epic A large body of work that can be broken down into a number of smaller issues. and removed enhancement New feature or request labels Nov 24, 2024
@alexanderkiel alexanderkiel changed the title Improve Index Structure Improve Internal Database Index Structure Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic A large body of work that can be broken down into a number of smaller issues. module:db performance Performance improvement
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant