You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we only support auto-generation of UUIDv4, random-based UUIDs. We should support use of both ObjectIds and UUIDv1s, to support more semantically meaningful document ids (and some degree of sorting by likely document creation time).
We should also allow explicit passing of _ids of these types.
The text was updated successfully, but these errors were encountered:
tatu-at-datastax
changed the title
Support auto-generation of ObjectId, UUID (v1 and v4) for documents
Support auto-generation/explicit use of ObjectId, UUID (v1 and v4) for documents
Mar 5, 2024
tatu-at-datastax
changed the title
Support auto-generation/explicit use of ObjectId, UUID (v1 and v4) for documents
Support auto-generation/explicit use of ObjectId, UUID (v1 and v4) as document ids (_id)
Mar 5, 2024
tatu-at-datastax
changed the title
Support auto-generation/explicit use of ObjectId, UUID (v1 and v4) as document ids (_id)
Support auto-generation/explicit use of ObjectId, UUID (v4, v6, v7) as document ids (_id)
Mar 6, 2024
Currently we only support auto-generation of UUIDv4, random-based UUIDs. We should support use of both ObjectIds and UUIDv1s, to support more semantically meaningful document ids (and some degree of sorting by likely document creation time).
We should also allow explicit passing of
_id
s of these types.The text was updated successfully, but these errors were encountered: