spring-projects / spring-projects/spring-data-cassandra

Investigate Id generation [DATACASS-794]

Open
#961 1 comment 0 reactions 1 assignee View on GitHub

@mp911de is already working on this.

Since Dec 31, 2020.

type: task
Dominant language
Java
Stars
400
Forks
318
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.