Re: JFS fastest filesystem for PostgreSQL?

From: Michael Stone <mstone+postgres(at)mathom(dot)us>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: JFS fastest filesystem for PostgreSQL?
Date: 2005-07-14 10:30:40
Message-ID: 20050714103040.GR19080@mathom.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Did you seperate the data & the transaction log? I've noticed less than
optimal performance on xfs if the transaction log is on the xfs data
partition, and it's silly to put the xlog on a journaled filesystem
anyway. Try putting xlog on an ext2 for all the tests.

Mike Stone

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Ragnar Hafstað 2005-07-14 11:22:33 Re: Slow Query
Previous Message mudfoot 2005-07-14 09:56:33 Re: JFS fastest filesystem for PostgreSQL?