Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: reducing statistics write overhead - Mailing list pgsql-hackers

From Tom Lane
Subject Re: reducing statistics write overhead
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: reducing statistics write overhead  (Magnus Hagander <[email protected]>)
Responses Re: reducing statistics write overhead
List pgsql-hackers
Magnus Hagander <[email protected]> writes:
> Tom Lane wrote:
>> I'd also be worried about issues like clock skew between the
>> postmaster's time and the filesystem's time.

> Can that even happen on a local filesystem? I guess you could put the
> file on NFS though, but that seems to be.. eh. sub-optimal.. in more
> than one way..

Lots of people use NAS/SAN type setups.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Markus Wanner
Date:
Subject: Re: Synchronous Log Shipping Replication
Next
From: Tom Lane
Date:
Subject: Re: Some newbie questions