|
|
|
|
|
by CooCooCaCha
869 days ago
|
|
I recently worked on a data import project and because we used UUIDs I was able to generate all the ids offline. And because they’re randomly generated there was no risk of conflict. This was nice because if the script failed half way through I could easily lookup which ids were already imported and continue where I left off. The point is, this property of UUIDs occasionally comes in handy and it’s a life saver. |
|