(no title)
aynyc | 2 months ago
Are there valid reasons to use UUID (assuming correctly) for primary key? I know systems have incorrectly expose primary key to the public, but assuming that's not the concern. Why use UUID over big-int?
aynyc | 2 months ago
Are there valid reasons to use UUID (assuming correctly) for primary key? I know systems have incorrectly expose primary key to the public, but assuming that's not the concern. Why use UUID over big-int?
rcxdude|2 months ago
cruffle_duffle|2 months ago
ellisv|2 months ago
UUIDv7 looks really promising but I'm not likely to redo all of our tables to use it.
dangets|2 months ago
andatki|2 months ago
reffaelwallen|2 months ago
Main reason I use it is the German Tank problem: https://en.wikipedia.org/wiki/German_tank_problem
(tl;dr; prevent someone from counting how many records you have in that table)
littlestymaar|2 months ago
This way you avoid most of the issues highlighted in this article, without compromising your confidential data.
jakeydus|2 months ago
infragreen|2 months ago
assbuttbuttass|2 months ago
https://cloud.google.com/blog/products/databases/announcing-...