⚙ Refactor entity IDs #392

Open
opened 2024-05-01 14:00:25 +02:00 by blacklight · 0 comments
Owner

The auto-increment key with an insert-and-fetch-and-merge cycle has been quite complex to implement and it still has some brittle corner cases.

The performance and stability of the application as a whole would greatly benefit from immutable and deterministic IDs calculated as hashes/UUIDs of their alternative key.

The auto-increment key with an insert-and-fetch-and-merge cycle has been quite complex to implement and it still has some brittle corner cases. The performance and stability of the application as a whole would greatly benefit from immutable and deterministic IDs calculated as hashes/UUIDs of their alternative key.
blacklight added this to the core project 2024-05-01 14:00:25 +02:00
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
platypush/platypush#392
No description provided.