-
Notifications
You must be signed in to change notification settings - Fork 181
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Describe the solution you'd like
Migrate to using UUID v7 (uuid6
package, which despite its name provides uuid7()
fn) as data type for id
columns.
Additional context
These articles outline advantages of v7 (as opposed to v4), and also some pitfalls of not doing so:
Link 1 comes with very detailed information about all UUID implementations (benchmarks included), Link 2 provides a well-rounded writeup on implications for PostgreSQL in particular!
richardm, UnoYakshi and Farlavendi
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers