Bryan
Member since Jul 6, 2022
- Profile: /members/14569-bryan.htm
- Comments: 1
Recent Blog Comments By Bryan
-
Thought Experiment: Splitting A Single Data Table Up Into High-Writes And High-Reads For Better Performance In MySQL
Posted on Jul 6, 2022 at 12:14 PM
I agree with Alex that Kafka solves this problem at scale. Specifically, you're "enqueuing writes" which is a requirement at high scale. If the writes had to be eventually consistent and fast, you'd enqueue the write to kafka with Log Compaction enabled. You'd then have competing c... read more »