We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Evolution of Fault Tolerance in PostgreSQL

Formale Metadaten

Titel
Evolution of Fault Tolerance in PostgreSQL
Serientitel
Anzahl der Teile
611
Autor
Lizenz
CC-Namensnennung 2.0 Belgien:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache
Produktionsjahr2017

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
PostgreSQL is an awesome project and it evolves at an amazing rate. The talkwill focus on evolution of fault tolerance capabilities in PostgreSQLthroughout its versions. The talk will cover the topics listed below: * Robustness of PostgreSQL * PostgreSQL Fault Tolerance: WAL * Transaction? Commit? Checkpoint? * Replication Methods for PostgreSQL * Physical Replication * Standby Modes * Streaming Replication and WAL * Failover and Switchover * Synchronous Commit * Managing Timeline Issues: pg_rewind * Trigger-based Replication * Logical Decoding : BDR and pglogical There are several ways of how to look at fault tolerance. In this sensePostgreSQL provides different means of achieving fault tolerance anddependability either out of the box solutions or using extensions depending onwhat are the user’s priorities about their system. General fault tolerance inPostgreSQL is improving over time and I expect this trend to continue.