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
Cassandra has generally no means to generate Id values as they key is expected to be provided. For cases where the identifier is a monotonicaly incrementing value (e.g. long id) or a UUID, we could attempt to generate those values.
The id value could be backed by a counter table, while UUID's can be generated randomly.
We should investigate whether it makes sense to generate identifiers
Mark Paluch opened DATACASS-794 and commented
Cassandra has generally no means to generate Id values as they key is expected to be provided. For cases where the identifier is a monotonicaly incrementing value (e.g.
long id
) or a UUID, we could attempt to generate those values.The id value could be backed by a counter table, while UUID's can be generated randomly.
We should investigate whether it makes sense to generate identifiers
No further details from DATACASS-794
The text was updated successfully, but these errors were encountered: