|
|
|
|
|
by marcosdumay
865 days ago
|
|
Serial integers always work better than any uuid as PKs, but the thing with uuid4 is that it disrupts any kind of index or physical ordering you decide to put on your data. Uuids are really for external communication, not in-system organization. |
|