Y
Hacker News
new
|
ask
|
show
|
jobs
by
luhn
3375 days ago
Yep. All their applications always write directly to MySQL.
1 comments
happyslobro
3374 days ago
I guess if that became a bottleneck, they could set up a queue for write requests. Maybe even something more sophisticated that automatically batches similar writes that pile up in the queue. They could use something like Kafka for this...
link