Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review the documentation for the replication API #756

Merged
merged 2 commits into from
Feb 21, 2017

Conversation

davecramer
Copy link
Member

@Gordiychuk I apologize for not doing this sooner. Please review to make sure I haven't changed the substance of this.

@codecov-io
Copy link

codecov-io commented Feb 20, 2017

Codecov Report

❗ No coverage uploaded for pull request base (master@773ee67). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #756   +/-   ##
=========================================
  Coverage          ?   65.27%           
  Complexity        ?     3497           
=========================================
  Files             ?      164           
  Lines             ?    15120           
  Branches          ?     2450           
=========================================
  Hits              ?     9869           
  Misses            ?     4075           
  Partials          ?     1176

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 773ee67...8c7e4d1. Read the comment docs.

@@ -19,10 +19,10 @@ next: thread.html
# Overview

Postgres 9.4 (released in December 2014) introduced a new feature called logical replication. Logical replication allows
changes from database to be streamed in real-time to external system. The difference between streaming replication and
logical replication is that logical replication sends data over in a logical format whereas streaming replication sends data over in a binary format. Additionally logical replication can send over a single table, or database. Streaming replication was all or nothing.
changes from a database to be streamed in real-time to an external system. The difference between binary replication and
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The difference between binary replication and logical replication

Maybe instead of binary replication use physical replication?

@davecramer davecramer merged commit 3e1eb34 into master Feb 21, 2017
@davecramer davecramer deleted the davecramer-patch-2 branch February 21, 2017 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants