hypnotic_nerd@programming.dev to DevOps@programming.devEnglish · 10 months agoHow to scale MySQL horizontally?message-squaremessage-square8fedilinkarrow-up112arrow-down11file-text
arrow-up111arrow-down1message-squareHow to scale MySQL horizontally?hypnotic_nerd@programming.dev to DevOps@programming.devEnglish · 10 months agomessage-square8fedilinkfile-text
What is the industry/production grade solutions or if you have already any experience please share it. Thanks
minus-squareKkmou@lemm.eelinkfedilinkarrow-up3·10 months agoIn AWS, you can use Aurora to scale reads access over multiple instances. It’s easy to setup and you can use scaling policies to follow your load. You need to check your billing, it’s not the cheapest service.
In AWS, you can use Aurora to scale reads access over multiple instances. It’s easy to setup and you can use scaling policies to follow your load. You need to check your billing, it’s not the cheapest service.