Back to Linux 2.6 kernel thoughts...

From: Richard Huxton <dev(at)archonet(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Back to Linux 2.6 kernel thoughts...
Date: 2004-04-06 13:01:23
Message-ID: 200404061401.23189.dev@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

I seem to remember discussion of anticipatory vs deadline scheduler in 2.6.
Here is what Andrew Morton (I think) says:

"The deadline scheduler has two additional scheduling queues that were not
available to the 2.4 IO scheduler. The two new queues are a FIFO read queue
and a FIFO write queue. This new multi-queue method allows for greater
interactivity by giving the read requests a better deadline than write
requests, thus ensuring that applications rarely will be delayed by read
requests.

Deadline scheduling is best suited for database servers and high disk
performance systems. Morton has experienced up to 15 percent increases on
database loads while using deadline scheduling."

http://story.news.yahoo.com/news?tmpl=story&cid=75&e=2&u=/nf/20040405/tc_nf/23603

Nothing very in-depth in the story.

--
Richard Huxton
Archonet Ltd

Browse pgsql-performance by date

  From Date Subject
Next Message Shridhar Daithankar 2004-04-06 14:41:15 Re: performance comparission postgresql/ms-sql server
Previous Message Bill Moran 2004-04-06 12:46:49 Re: good pc but bad performance,why?