From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Jan Wieck <JanWieck(at)Yahoo(dot)com> |
Cc: | Zeugswetter Andreas SB SD <ZeugswetterA(at)spardat(dot)at>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Experimental ARC implementation |
Date: | 2003-11-07 16:53:21 |
Message-ID: | 200311071653.hA7GrLT14650@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Jan Wieck wrote:
> Bruce Momjian wrote:
>
> > Jan Wieck wrote:
>
> >> What doing frequent fdatasync/fsync during a constant ongoing checkpoint
> >> will cause is to significantly lower the physical write storm happening
> >> at the sync(), which is causing huge problems right now.
> >
> > I don't see that frankly because sync() is syncing everying on that
> > machine, including other file systems. Reducing our own load from sync
> > will not help with other applications writing to drives.
>
> You have 4 kids, Bruce. If you buy only two lollypops, how many of them
> can share the room unattended?
>
> What I described is absolutely sufficient for a dedicated DB server. We
> will be able to coordinate the resources between the various components
> of PostgreSQL, no doubt. Everyone who has significant performance
> problems because of I/O saturation, and is still keeping other I/O heavy
> applications on the same box instead of separating the things, is either
> not serious or dumb ... or both.
Yes, but my point is two-fold --- first, someone reported we can do
open, fsync, close reliably, second, I need that for Win32 (no sync),
and third, if we can handle the case for servers with other applications
on the box, why not do that?
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2003-11-07 17:02:39 | release timing |
Previous Message | Barry Lind | 2003-11-07 16:51:21 | Re: Information Schema and constraint names not unique |