Strategies to Scale Database Writes
In the previous article, we saw how to scale reads by reducing the amount of work the database has to do for every query.
Writes have a different problem.
A write is not just “store this data”.A write often means:
Update indexes
Maintain order
Enfor...
akshatjme.hashnode.dev3 min read