Invincible
Invincible

Reputation: 815

Good resource for studying Database High Availability techniques

Can anybody suggest some good resource/book on Database high availability techniques? Moreover, High-availability of system software like Intrusion Prevention system or Web servers. I am considering high-availability is global term which covers clustring, cloud computing, replication, replica management, distributed synchronization for cluster.

Thanks in advance!

Upvotes: 1

Views: 241

Answers (1)

Nick Gerakines
Nick Gerakines

Reputation: 1450

Checkout the book "High Performance MySQL". There are a lot of really good bits of information regarding data partitioning, federation, indexing strategies, etc that can be applied to DB and storage systems other than MySQL.

Upvotes: 1

Related Questions