From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Martin Pihlak <martin(dot)pihlak(at)gmail(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: reducing statistics write overhead |
Date: | 2008-09-08 13:05:06 |
Message-ID: | 48C52302.5020101@hagander.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Tom Lane wrote:
> Magnus Hagander <magnus(at)hagander(dot)net> 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.
For NAS it could happen, but certainly not for SAN, no? SANs have all
the filesystem processing in the kernel of the server...
I still agree that it's not a good thing to rely on, though :-)
//Magnus
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2008-09-08 13:11:05 | Re: [PATCH] Cleanup of GUC units code |
Previous Message | Zdenek Kotala | 2008-09-08 13:01:00 | Re: Prototype: In-place upgrade v02 |