|
|
|
|
|
by benatkin
1493 days ago
|
|
I've used MongoDB quite a bit and I don't like that it has the timestamp in the id. That's unnecessary information. With UUIDs I prefer UUID4 to UUID1 most of the time. I prefer to only include the relevant information and for API keys the client doesn't usually need the time the key was created. |
|
(I work for MongoDB).