Database Replication

Database Replication
Author :
Publisher : Springer Nature
Total Pages : 141
Release :
ISBN-10 : 9783031018398
ISBN-13 : 3031018397
Rating : 4/5 (397 Downloads)

Book Synopsis Database Replication by : Bettina Kemme

Download or read book Database Replication written by Bettina Kemme and published by Springer Nature. This book was released on 2022-05-31 with total page 141 pages. Available in PDF, EPUB and Kindle. Book excerpt: Database replication is widely used for fault-tolerance, scalability and performance. The failure of one database replica does not stop the system from working as available replicas can take over the tasks of the failed replica. Scalability can be achieved by distributing the load across all replicas, and adding new replicas should the load increase. Finally, database replication can provide fast local access, even if clients are geographically distributed clients, if data copies are located close to clients. Despite its advantages, replication is not a straightforward technique to apply, and there are many hurdles to overcome. At the forefront is replica control: assuring that data copies remain consistent when updates occur. There exist many alternatives in regard to where updates can occur and when changes are propagated to data copies, how changes are applied, where the replication tool is located, etc. A particular challenge is to combine replica control with transaction management as it requires several operations to be treated as a single logical unit, and it provides atomicity, consistency, isolation and durability across the replicated system. The book provides a categorization of replica control mechanisms, presents several replica and concurrency control mechanisms in detail, and discusses many of the issues that arise when such solutions need to be implemented within or on top of relational database systems. Furthermore, the book presents the tasks that are needed to build a fault-tolerant replication solution, provides an overview of load-balancing strategies that allow load to be equally distributed across all replicas, and introduces the concept of self-provisioning that allows the replicated system to dynamically decide on the number of replicas that are needed to handle the current load. As performance evaluation is a crucial aspect when developing a replication tool, the book presents an analytical model of the scalability potential of various replication solution. For readers that are only interested in getting a good overview of the challenges of database replication and the general mechanisms of how to implement replication solutions, we recommend to read Chapters 1 to 4. For readers that want to get a more complete picture and a discussion of advanced issues, we further recommend the Chapters 5, 8, 9 and 10. Finally, Chapters 6 and 7 are of interest for those who want get familiar with thorough algorithm design and correctness reasoning. Table of Contents: Overview / 1-Copy-Equivalence and Consistency / Basic Protocols / Replication Architecture / The Scalability of Replication / Eager Replication and 1-Copy-Serializability / 1-Copy-Snapshot Isolation / Lazy Replication / Self-Configuration and Elasticity / Other Aspects of Replication


Database Replication Related Books

Database Replication
Language: en
Pages: 141
Authors: Bettina Kemme
Categories: Computers
Type: BOOK - Published: 2022-05-31 - Publisher: Springer Nature

DOWNLOAD EBOOK

Database replication is widely used for fault-tolerance, scalability and performance. The failure of one database replica does not stop the system from working
Data Replication
Language: en
Pages: 388
Authors: Marie Buretta
Categories: Computers
Type: BOOK - Published: 1997-03-10 - Publisher:

DOWNLOAD EBOOK

For enterprise-wide data replication that works, you'll find the right tools for the right job--right here Data Replication: Tools and Techniques for Managing D
Replication
Language: en
Pages: 298
Authors: Bernadette Charron-Bost
Categories: Computers
Type: BOOK - Published: 2010-03-02 - Publisher: Springer Science & Business Media

DOWNLOAD EBOOK

Consistency models for replicated data /Alan D. Fekete and Krithi Ramamritham --Replication techniques for availability /Robbert van Renesse and Rachid Guerraou
PostgreSQL Replication
Language: en
Pages: 322
Authors: Hans-Jürgen Schönig
Categories: Computers
Type: BOOK - Published: 2015-07-28 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

PostgreSQL offers a comprehensive set of replication related features. Unleashing the power of PostgreSQL provides you with countless opportunities and a compet
Database Replication
Language: en
Pages: 153
Authors: Bettina Kemme
Categories: Technology & Engineering
Type: BOOK - Published: 2010-11-11 - Publisher: Morgan & Claypool Publishers

DOWNLOAD EBOOK

Database replication is widely used for fault-tolerance, scalability and performance. The failure of one database replica does not stop the system from working