|
|
|
|
|
by rocho
1059 days ago
|
|
A message ID only needs to be unique per workspace, in which case you'd expect very few collisions to begin with, and you could even retry on insert failure with a new timestamp. I don't think that would cause significant performance penalties. |
|