Answer the question
In order to leave comments, you need to log in
Is it possible to use UUID to generate keys?
For many years I used (explicitly or implicitly) sequences and counters to generate keys (id) in database tables.
But recently I saw someone using UUID for this purpose.
How reliable is this solution? Is it possible to resort to it if there are no regular sequences / counters at hand?
Answer the question
In order to leave comments, you need to log in
How reliable is this solution?As much as any other. What aspect of "reliability" are you interested in, what do you mean by this word?
Is it possible to resort to it if there are no regular sequences / counters at hand?You can even resort to having them.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question