Comparing MySQL and Postgres 9.0 Replication | Linux Today

Comparing MySQL and Postgres 9.0 Replication

Written By
Web Webster
Web Webster
Nov 19, 2010

“Replication is one of the most popular features used in RDBMS’s
today. Replication is used for disaster recovery purposes (i.e.
backup or warm stand-by servers), reporting systems where query
activity is offloaded onto another machine to conserve resources on
the transactional server, and scale-out architectures that use
sharding or other methods to increase overall query performance and
data throughput.

“Replication is not restricted to only the major proprietary
databases; open source databases such as MySQL and PostgreSQL also
offer replication as a feature. While MySQL has offered built-in
replication for a number of years, PostgreSQL replication used to
be accomplished via community software that was an add-on to the
core Postgres Server. That all changed with the release of version
9.0 of PostgreSQL, which now offers built-in streaming replication
that is based on its proven write ahead log technology.

“With the two most popular open source databases now providing
built-in replication, questions are being asked about how they
differ in their replication technologies. What follows is a brief
overview of both MySQL and PostgreSQL replication, with a brief
compare and contrast of the implementations being performed
immediately afterwards.”


Complete Story

Web Webster

Web Webster

Web Webster has more than 20 years of writing and editorial experience in the tech sector. He’s written and edited news, demand generation, user-focused, and thought leadership content for business software solutions, consumer tech, and Linux Today, he edits and writes for a portfolio of tech industry news and analysis websites including webopedia.com, and DatabaseJournal.com.

Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.