|
|
|
|
|
by raminf
269 days ago
|
|
One of the main points of using a UUID as a record identifier was to make it so people couldn't guess adjacent records by incrementing or decrementing the ID. If you add sequential ordering, won't that defeat the purpose? Seems like it would be wise to add caveats around using this form in external facing applications or APIs. |
|
Ideally you have some sort of rate limit on your APIs...