Skip to content

replace ID with UID #361

@allanbowe

Description

@allanbowe

In addressing #359 it was discovered that the sequencing utility was broken in COSMODB (set every id to 1)

In general, sequencing (surrogate key) isn't a great approach as it provides a bottleneck in generating the latest id (and avoiding RACE conditions)

For scalability, and to simplify the process, we should switch away from IDs and use UUIDs in the following schemas:

  • Users
  • Groups
  • Permissions

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions