Hacker News new | ask | show | jobs
by jacques_chester 2764 days ago
Given your problem with serializability, why not use a database which supports it better than MySQL?
1 comments

By the time we had to debug this as a thing, we already had our implementation ready. Also cost for a small mysql RDS db in amazon and the convenience of not having to administer that were a factor.

But you are right, I have considered switching to cockroachdb since they advertise their support for serializable transactions.

Why not PostgreSQL? It's also on RDS.