User bio
404 bio not found
Member since Jun 7, 2018
Posts:
Replies:
Hello!
I realized as well that this global seems to keep increasing and the purge standard utility doesn't seem to do anything. How did you solve it?
SOLVED: I found out that using this it can be purged:
d ##class(EnsLib.HL7.Message).Purge(.deleted, 7)
Many thanks,
Thanks for your answer. I don't doubt AutoParallel works at all, I simply can't have it working in any of the queries I tried, even with AVG, SUM, etc., using 1M or 10M rows. I gave you all the info, you can run yourself if interested.
So, I presume the best approach (for me) to be in control of what is happening into the system is to add %PARALLEL whenever I want it to effectively do it. Old good habits never die :-D
Certifications & Credly badges:
Global Masters badges:
David has no Global Masters badges yet.
Followers:
Following:
Hi,
Using COS is pretty simple. As you loop the global with $o() simply put the ID value in an array or local global at the last line before going into the loop for the next id. Then for each loop, if $d(array(id)) it means is OLD, otherwise is NEW.
Right?