async replication code

From: otheus uibk <otheus(dot)uibk(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: async replication code
Date: 2016-03-16 12:52:10
Message-ID: CALbQNd1-gMY08Csoy6FdE2tc2gnNbt_Cdy88vs3oUF3mEzmnOw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Greetings,

I am new here. Apologetic question: how can i search the archives of this
mailing list? Is there some set of magic words to put in Google? Must I
wade through 20 pages of hits? Should I download all the archives and grep?
:)

Main question: I want to understand very precisely the exact algirithm
used in PG to do asynchronous streaming replication. Eg, I want to know how
the record is written and flushed to the socket and how that happens in
time w.r.t WAL-to-disk and response to client. Will someone please give me
a head start as to where to begin my code-spelunking?

--
Otheus
otheus(dot)uibk(at)gmail(dot)com
otheus(dot)shelling(at)uibk(dot)ac(dot)at

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2016-03-16 13:00:44 Re: Password identifiers, protocol aging and SCRAM protocol
Previous Message Amit Kapila 2016-03-16 12:38:38 Re: [WIP] speeding up GIN build with parallel workers