This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Which is the faster: objects.tagcache or objecttags?
#3
And what if we want to update the tags of ALL objects because the tags of other objects might also have changed (because of external scripts)? To get the list of all objects, we would have to execute grp.all(), but since every item in this list already has a tagcache, would that be sufficient?

or would we have to loop over all the results of grp.all() and apply the function grp.gettags to each of the results? This seems a bit heavy
Reply


Messages In This Thread
RE: Which is the faster: objects.tagcache or objecttags? - by rbourgeon - 21.03.2024, 08:36

Forum Jump: