Currently UUID and nss information is encoded without any discriminator, meaning we do not differentiate between UUID and nss when preparing the buffer for QueryShapeHash computation.
This may result in collisions when collection UUID and nss result in the same byte sequence.
To solve this issue we can append additional bit 0/1 for UUID or Nss encoding, to avoid having any collisions