|
|
|
|
|
by coolgoose
1134 days ago
|
|
Sometimes, I am amazed about what gets on the front page of ycombinator. TLDR: Don't use UUID v1, since its entropy is based on the Mac address, if your cloud provider is generating the same mac addresses for all your containers. To say not use UUID's it makes no sense. Use UUIDv7, use them in postgres https://github.com/fboulnois/pg_uuidv7 have fun :) |
|