Re: streaming replication does not work across datacenter with 20ms latency?

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: Yan Chunlu <springrider(at)gmail(dot)com>
Cc: Tomas Vondra <tv(at)fuzzy(dot)cz>, Scott Ribe <scott_ribe(at)elevated-dev(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: streaming replication does not work across datacenter with 20ms latency?
Date: 2011-07-24 02:57:17
Message-ID: CAOR=d=0OWAnwW70KBeTg8YU9SBjxQZj36t077rwkAQMfivetkw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, Jul 23, 2011 at 8:53 PM, Yan Chunlu <springrider(at)gmail(dot)com> wrote:
> the system date formats? looks the same:

hehe, no, the internal formats. There's a floating point and an
integer method. They have to be the same and according to your output
of pg_config they are, with this config flag listed for both:

--enable-integer-datetimes

btw, integer is preferred over floating point for date types, at least
as far as I know.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Ribe 2011-07-24 03:23:15 Re: streaming replication does not work across datacenter with 20ms latency?
Previous Message Yan Chunlu 2011-07-24 02:53:55 Re: streaming replication does not work across datacenter with 20ms latency?