Re: 15,000 tables

From: Ron <rjpeace(at)earthlink(dot)net>
To: Tino Wildenhain <tino(at)wildenhain(dot)de>,pgsql-performance(at)postgresql(dot)org
Subject: Re: 15,000 tables
Date: 2005-12-01 18:48:11
Message-ID: 6.2.5.6.0.20051201134344.035fed60@earthlink.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda pgsql-performance

Agreed. Also the odds of fs corruption or data loss are higher in a
non journaling fs. Best practice seems to be to use a journaling fs
but to put the fs log on dedicated spindles separate from the actual
fs or pg_xlog.

Ron

At 01:40 PM 12/1/2005, Tino Wildenhain wrote:
>Am Donnerstag, den 01.12.2005, 10:07 -0800 schrieb Gavin M. Roy:
> > Hi Michael,
> >
> > I'm a fan of ReiserFS, and I can be wrong, but I believe using a
> > journaling filesystem for the PgSQL database could be slowing things
> > down.
>
>Have a 200G+ database, someone pulling the power plug
>or a regular reboot after a year or so.
>
>Wait for the fsck to finish.
>
>Now think again :-)
>
>++Tino
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Gavin M. Roy 2005-12-01 18:49:43 Re: 15,000 tables
Previous Message Edwin Quijada 2005-12-01 18:47:40 Re: Particionamiento de tablas

Browse pgsql-performance by date

  From Date Subject
Next Message Gavin M. Roy 2005-12-01 18:49:43 Re: 15,000 tables
Previous Message Tino Wildenhain 2005-12-01 18:40:07 Re: 15,000 tables