Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate Id generation [DATACASS-794] #961

Open
spring-projects-issues opened this issue Aug 12, 2020 · 0 comments
Open

Investigate Id generation [DATACASS-794] #961

spring-projects-issues opened this issue Aug 12, 2020 · 0 comments
Assignees
Labels
type: task A general task

Comments

@spring-projects-issues
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

No branches or pull requests

2 participants