User bio
404 bio not found
Member since Jun 7, 2018
Posts:
Replies:
Hi Andreas,
If I understand it correctly, all databases are in the same instance but simply in different namespaces. I've always overcome this by simply mapping the packages and globals over the namespaces (or in %ALL). In what is your demo enhancing it?
Thanks for the approach, though! :-)
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?
Certifications & Credly badges:
Global Masters badges:
David.Satorres6134 has no Global Masters badges yet.
Followers:
Following:
It should work, yes. But as any ECP connection, some operations might be really slow (comes to my mind that $increment has a very poor performance and it's better to use $sequence).