4 points by qwerty 1 year, 4 months ago | 3 comments | ||
2 points by sebst 1 year, 4 months ago | 2 comments | on: Ask PN: should i use instagram postgresql unique id generator technique for my project | |||||||||||||
For most projects: "You are not Facebook" (https://hackernoon.com/you-are-not-google-you-are-not-netflix-qf1v3sj5).
While the approach of Instagram mentioned in this blog post is certainly interesting, for most project, you should be fine using just UUIDs or if you need monotonic increasing IDs, just AUTO_INCREMENT (MySQL) or Sequences (Postgres).
|
|||||||||||||
|