hypnotic_nerd@programming.dev to Asklemmy@lemmy.mlEnglish · 1 year agoHow to scale MySQL horizontally?message-squaremessage-square12fedilinkarrow-up129arrow-down12file-text
arrow-up127arrow-down1message-squareHow to scale MySQL horizontally?hypnotic_nerd@programming.dev to Asklemmy@lemmy.mlEnglish · 1 year agomessage-square12fedilinkfile-text
What is the industry/production grade solutions or if you have already any experience please share it. Thanks
minus-squarexmunklinkfedilinkarrow-up2·1 year agoIt’s also important to consider that horizontal scaling has limits, when you enable replication it does put additional load on the write instance and a naively configured replication setup will add additional load for every replica.
It’s also important to consider that horizontal scaling has limits, when you enable replication it does put additional load on the write instance and a naively configured replication setup will add additional load for every replica.