why we should use uuid() over now() in anyway? Best to my current understanding now() is anyway much better then uuid()
EDIT: Sorry, seems I could not explain the question. Let me try again. While going through the DS201, of topic UUID and TIMEUUID and as per the example, both the output looks the similar ( length of chatters: 8-4-4-4-12 ) and as per the video, its says => TIMEUUID embeds a TIMESTAMP value and we can generate UUID with uuid() function and TIMEUUID with now() function and we can do sort over TIMEUUID
So, I am trying to understand, what is the benefit of using UUID over TIMEUUID, where to best of my current understanding as per the video, TIMEUUID is the superset of UUID. TIMEUUID have everything over UUID, then on what scenario someone should use UUID over TIMEUUID and on what scenario TIMEUUID is bad choice over UUID.