Re: 8.0.X and the ARC patent

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Adler <adler(at)pobox(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Mark Wong <markw(at)osdl(dot)org>, Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, pgsql(at)mohawksoft(dot)com
Subject: Re: 8.0.X and the ARC patent
Date: 2005-03-03 01:55:31
Message-ID: 15896.1109814931@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Michael Adler <adler(at)pobox(dot)com> writes:
> Looking at the "Response Time Charts"

> 8.0.1/ARC
> http://www.osdl.org/projects/dbt2dev/results/dev4-010/309/rt.html

> 20050301 with 2Q patch
> http://www.osdl.org/projects/dbt2dev/results/dev4-010/313/rt.html

> It seems like the average response time has gone down, but the worse
> case ceiling has raised about 35%.

The worst cases are associated with checkpoints. I'm not sure why a
checkpoint would have a greater effect on the 2Q system than an ARC
system --- checkpoint doesn't request any new buffers so you'd think
it'd be independent. Maybe this says that the bgwriter is less
effective with 2Q, so that there are more dirty buffers remaining to
be written at the checkpoint? But why?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2005-03-03 04:28:36 Re: 8.0.X and the ARC patent
Previous Message Tom Lane 2005-03-03 01:33:38 Re: 8.0.X and the ARC patent