-
Book Overview & Buying
-
Table Of Contents
High Availability MySQL Cookbook
By :
In this chapter, we will look at high-availability techniques for MySQL that rely on shared storage. The techniques covered elsewhere in this book have produced highly-available systems while maintaining the independence of each machine involved. Each machine had its own disk drive and the data in the database is synced at application level between the servers using replication or MySQL clustering. With shared storage, the actual database data is not stored on local disk drives, but on a storage array that can be accessed by multiple servers.
It is not possible to just connect a single hard drive to two different servers and use a traditional filesystem, and any attempt to do this will result in almost immediate data corruption.
In this book GFS refers to the filesystem open sourced by RedHat (http://www.redhat.com/gfs/), and has nothing to do with the Google GFS (http://labs.google.com/papers/gfs.html), which is not open source.
Change the font size
Change margin width
Change background colour