Skip to content
Snippets Groups Projects
Commit 6a066d2f authored by Gabriel Poesia's avatar Gabriel Poesia
Browse files

Optimize ResourceManager::generateUniqueUri by not using SPARQL unions

generateUniqueUri used a SPARQL query using unions to determine if a
generted URI already existed. This can be done more efficiently using
the iri_to_id command, like DataManagementModel::createUri does it.

BUG: 311061
REVIEW: 107637
parent 9750cd82
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment