2 points by sebst 2 years, 9 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).
|
||
2 points by Type 2 years, 9 months ago | 1 comment | parent | on: Ask PN: should i use instagram postgresql unique id generator technique for my project | ||||||
They could very well be 2012 Instagram.
|
||||||
|