Re: 8.4 COPY performance regression on Solaris

From: Kenneth Marshall <ktm(at)rice(dot)edu>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: 8.4 COPY performance regression on Solaris
Date: 2009-06-19 13:33:49
Message-ID: 20090619133349.GI23785@it.is.rice.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hi,

Looking at the XLogInsert() from 8.3 and 8.4, the 8.4
version includes a call to RecoveryInProgress() at
the top as well as a call to TRACE_POSTGRESQL_XLOG_INSERT().
Could either of those have caused a context switch or
cache flush resulting in worse performance.

Cheers,
Ken

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Dave Dutcher 2009-06-19 14:14:37 Re: select max() much slower than select min()
Previous Message Kevin Grittner 2009-06-19 01:10:53 Re: select max() much slower than select min()