Home > database > Want to ask you do high availability is greatly MySQL?
Want to ask you do high availability is greatly MySQL?
Time:09-26
I just took over this matter, before seen Galera Cluster method, and before and NDB scheme (though many people say that bad maintenance), but previous outside the DBA would only make decision from, and then manually switch (fault, last week is not a high availability), he said have been switch with script switching may occur misjudgment, before also look at said ali mycat scheme in the QQ Group, I think this is mainly in order to improve the performance, I think the first is the solution stability at present, this year I have seen the MySQl 5.7 official MGR (MySQl Group Replication), don't know what is this hole, would like to ask you is how to deal with the big company,
Demand in general should come from standard, I this small company has been a demand uncertainty, users data volume are small, big cake, because self-built rooms (tube) to other department itself operations staff checking not in time, so, want to use software strategy to compensate for priority, so the stability on the premise of ensuring stability, performance, the higher the better,
Currently use hardware configuration is E5-2650, 8 g memory, disk with Shared storage, before each project database independent, now going to database are put together in order to save the cost, so more is considered stable,
CodePudding user response:
Generally is a master-slave, main hang up after manual switch, complicated the cost is high, and, to the maintenance and the higher technical requirements,,,
CodePudding user response:
Can use double GTID + keeplive Lord made automatic switching.