Improve Internal Database Index Structure #2028
Labels
epic
A large body of work that can be broken down into a number of smaller issues.
module:db
performance
Performance improvement
Milestone
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:
The text was updated successfully, but these errors were encountered: