OHDSI / KnowledgeBase

Source code used to develop the OHDSI knowledge base of sources with information relevant for assessing assocations between drugs and health outcomes of interest.
56 stars 25 forks source link

Change to process for acquiring sparql tinyurls to be more scalable and efficient #49

Closed rkboyce closed 9 years ago

rkboyce commented 9 years ago

The process for acquiring sparql tinyurls can be more scalable and efficient by simply writing rows to be appended to the lil_urls table when an evidence source's count data is compiled. The only thing to watch is that the id used for the tinyurl is unique. A single query to the db to obtain the highest value would be sufficient.

rkboyce commented 9 years ago

Done