logoalt Hacker News

vvernyesterday at 11:31 PM1 replyview on HN

Still, I think it’s the right default to start with serializable. Then when you have performance issues you can think long and hard about whether relaxed isolation levels will work in a big free way. Better to start with a correct application.


Replies

lateforworktoday at 12:00 AM

Starting with serializable is not free, there is a coding cost to pay to handle all the concurrency errors.