RE: Best practice

From: "Willis, Ian (Ento, Canberra)" <Ian(dot)Willis(at)ento(dot)csiro(dot)au>
To: "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: RE: Best practice
Date: 2001-04-20 06:31:38
Message-ID: D21A20CD84607E409F314E31F0F68D8A0E6438@cricket-be.ento.csiro.au.
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

What would the the best choice for the WAL mirroring, raid3 or 5. How big
does the WAL grow? mirroring is fine as long as the size isn't too big.

--
Ian Willis

-----Original Message-----
From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Friday, 20 April 2001 9:22 AM
To: geustace(at)godzone(dot)net(dot)nz
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] Best practice

geustace(at)godzone(dot)net(dot)nz writes:
> We use Ingres where I work and when setting up a server we always
> try to ensure that the log and data files are on different spindles.

This would be good practice in PG simply for performance reasons.
Ideally the WAL log should be on a disk that has nothing else to do,
so that you never have to seek somewhere else than the current WAL
segment.

I'm not sure that we can yet guarantee very much about recovery from
disk hardware failures.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

Browse pgsql-general by date

  From Date Subject
Next Message Tatsuo Ishii 2001-04-20 07:05:02 Re: Re: Latin2 and Unicode problems
Previous Message Karl DeBisschop 2001-04-20 06:25:03 Re: Changing from default configuration options in 7.1?