IHTSDO / snow-owl

Snow Owl Terminology Server. This version is no longer maintained. Please use the upstream version or the alternate Snowstorm Terminology Server.
Apache License 2.0
11 stars 1 forks source link

Request SCTIDs at once during bulk updates #25

Closed nagyo closed 7 years ago

nagyo commented 7 years ago

This PR improves the way how the Terminology Server requests SNOMED CT identifiers during a bulk update request.

When a bulk update contains component create requests the TS will collect all beforehand, then based on the given component type and namespace, it will request ids from the identifier service in bulk. All create requests then will be prepopulated with the ids, which will result in saving the one-by-one turnarounds towards the identifier service.

https://jira.ihtsdotools.org/browse/TBBA-49