tg icon indicating copy to clipboard operation
tg copied to clipboard

Entity IDs based on UUID

Open 01es opened this issue 5 years ago • 0 comments

Description

In order to support distributed databases, including sharding, ID values for entities should become UUIDs.

Performance implications (both memory and CPU) need to be considered. Also need to consider alternative approaches where UUIDs are used for "external" IDs and integer IDs are used internally.

Expected outcome

Ability to support distributed databases and multi-tenant environments.

01es avatar May 14 '20 00:05 01es