Tuning question: WAL disk a bottleneck?

From: Jonathan Ellis <jonathan(at)carnageblender(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Tuning question: WAL disk a bottleneck?
Date: 2003-06-20 00:26:38
Message-ID: 3EF254BE.7000101@carnageblender.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

How can I tell if writing to the WAL is a bottleneck? In other words,
how can I tell if upgrading the disk the WAL is on will improve
performance? (I do have the WAL on its own disk.)

Semi-related question: does postgresql ever block while waiting for data
to be written to the main structures if the backlog of pending writes
gets big enough? My impression is no but as long as I'm mailing General
I thought I'd check on that one. :)

-Jonathan

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2003-06-20 01:01:59 Re: deadlocks
Previous Message Mike Mascari 2003-06-19 23:25:23 Re: plpython? (Was: Re: Damn triggers and NEW)