Hacker News new | ask | show | jobs
by brentjanderson 925 days ago
OP here - we avoid sequences in all but one part of our application due to a dependency. We use [KSUIDs][1] and UUID v4 in various places. This one "gotcha" applies to any sequence, so it's worth calling out as general advice when running a migration like this.

[1]: https://segment.com/blog/a-brief-history-of-the-uuid/

1 comments

Definitely great call out. Thanks for writing this.