Hacker News new | ask | show | jobs
by soveran 5210 days ago
You may run into race conditions when two processes end up saving an object with the same hash_id. The check and the object creation should both happen inside a transaction.
1 comments

Good point. Thanks.