Re: WAL: O_DIRECT and multipage-writer - Mailing list pgsql-hackers

From ITAGAKI Takahiro
Subject Re: WAL: O_DIRECT and multipage-writer
Date
Msg-id 20050323134912.387C.ITAGAKI.TAKAHIRO@lab.ntt.co.jp
Whole thread Raw
In response to Re: WAL: O_DIRECT and multipage-writer  (Mark Wong <markw@osdl.org>)
Responses Re: WAL: O_DIRECT and multipage-writer
List pgsql-hackers
Hi, Mark.

Mark Wong <markw@osdl.org> wrote:

> In light of this thread, have you compared the performance on
> Linux-2.4?

No, but I'm just testing my patch on Linux-2.4 with a middle-range server.
I will report the results sometime soon.


By the way, I found the debug option (XLOG_MULTIPAGE_WRITER_DEBUG) was enabled
in your prior benchmarks. It writes logs a lot.
I hope performance doesn't fall at least without debug.

> So the new baseline result with 8.0.1:
>         Throughput: 3639.97
> Results with the patch but open_direct not set:
>         Throughput: 3494.72
> Results with the patch and open_direct set:
>         Throughput: 3489.69

---
ITAGAKI Takahiro <itagaki.takahiro@lab.ntt.co.jp>
NTT Cyber Space Laboratories



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: locks in CREATE TRIGGER, ADD FK
Next
From: Neil Conway
Date:
Subject: Re: locks in CREATE TRIGGER, ADD FK