C
C#•9h ago
eddyrick

Concurrency issues - distributed system

Hey, needing some advice or pointers with a work based question that is getting heated 😂 How can we update a customer account where 1000s of orders are coming in at the same time, this needs to be as real-time as possible, we are currently seeing up to 30 seconds of DB blocking in some cases 😖
4 Replies
Mąż Zuzanny Harmider Szczęście
depends what you want to update
greyfox
greyfox•7h ago
Dumb question, but I assume you've already added a shedload of resources to the database server(s)? What kind of setup do you already have?
greyfox
greyfox•6h ago
Have you sharded your db?

Did you find this page helpful?