Remix.run Logo
crazygringo a day ago

Honestly not really. Yes random keys make inserts slower. But if inserts are only 1% of your database load, then yeah it's basically no issues whatsoever.

On the other hand, if you're basically logging to your database so inserts are like 99% of the load, then it's something to consider.

rvitorper a day ago | parent [-]

Makes sense. Thanks for the comment