Re: Log-shipping replication in one machine

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Log-shipping replication in one machine
Дата
Msg-id 544FEF04.8090806@aklaver.com
обсуждение исходный текст
Ответ на Re: Log-shipping replication in one machine  ("nurul [via PostgreSQL]" <ml-node+s1045698n5824365h93@n5.nabble.com>)
Список pgsql-general
On 10/26/2014 09:46 PM, nurul [via PostgreSQL] wrote:
> Thank you for your response. May i know what is the difference between
> log shipping and streaming replication actually? I'm sorry i am very new
> in postgreSQL and still confused with these two
>

For an overview see:

http://www.postgresql.org/docs/9.3/interactive/warm-standby.html

Short version:

1) Both deal with WAL files.

2) Log shipping ships the entire file (16MB by default) at a time.

3) Streaming ships records within the WAL file, so it works incrementally.


--
Adrian Klaver
adrian.klaver@aklaver.com


В списке pgsql-general по дате отправления:

Предыдущее
От: basti
Дата:
Сообщение: Re: pg killed by oom-killer, "invalid contrecord length 2190 at A6C/331AAA90" on slaves
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Need guidance on regression.diffs