LeafDB.app.sp_CalculatePatientCounts dies before it completes #467
artgoldberg
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Our clinical data warehouse at Mount Sinai will be updated nightly. We'd like
LeafDB.app.sp_CalculatePatientCountsto run to completion every night, so the counts are correct.As we discussed, @ndobb ,
LeafDB.app.sp_CalculatePatientCountsrecomputes the oldest counts first, so will eventually recompute all of them, perhaps over some days or weeks. But this won't be very effective when the clinical data are updated nightly (in our case, with millions of records per day) because the counts for the most frequently updated concepts may become wrong faster then they'll be updated.Beta Was this translation helpful? Give feedback.
All reactions