If I see
WHERE ( a.nwTenantStripe = 'nextworld’ AND a.nwNateId = ‘00000000-0000-0000-0000-000000000000’ )
What does a long zero NATE container stand for? Am I right to suggest that this is a default container?
All zeros is the nateId that will be put on the live record. So the live record is being queried.
Right idea, wrong specifics! There is no ‘default container’. All the zeroes indicate the absence of a NATE container or ‘live’ records, as Jared put it. Records with all zeroes are the ones you see in a list view, or you get by default from a fetch endpoint. They are the records anyone can ‘see’.
The inverse - a non-zero NATE id - are visible/query-able/mutable only when your request has that same NATE id and exist only as long as that NATE container exists.