I was using timestamp as primary key for my data by calling toTimestamp(now())
, but unfortunately this creates collision.
I understand that timeuuid guarantees uniqueness, but if I do ORDER BY timeuuid
, does timeuuid also guarantee the original order?