Re: Migrating to 8.3 - checkpoints and background writer

From: "Steinar H(dot) Gunderson" <sgunderson(at)bigfoot(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Migrating to 8.3 - checkpoints and background writer
Date: 2007-11-05 00:39:48
Message-ID: 20071105003948.GA25351@uio.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Sun, Nov 04, 2007 at 07:33:46PM -0500, Greg Smith wrote:
> On the topic of performance improvements in 8.3, I don't think this list
> has been getting information about the concurrent sequential scans
> improvements. Check out these documents for more about that:
>
> http://j-davis.com/postgresql/83v82_scans.html

That's a nice writeup. I'm a bit puzzled by this part, though: "All tests
are on linux with the anticipatory I/O scheduler. The default I/O scheduler
for Linux is CFQ (Completely Fair Queue), which does not work well for
PostgreSQL in my tests."

All earlier benchmarks I've seen (even specifically for Postgres) have said
that cfq > deadline > anticipatory for database work. How large was the
difference for you?

/* Steinar */
--
Homepage: http://www.sesse.net/

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Greg Smith 2007-11-05 03:06:26 Re: Migrating to 8.3 - checkpoints and background writer
Previous Message Greg Smith 2007-11-05 00:33:46 Migrating to 8.3 - checkpoints and background writer