Re: simplify register_dirty_segment() - Mailing list pgsql-hackers

From Qingqing Zhou
Subject Re: simplify register_dirty_segment()
Date
Msg-id d4klmq$2imb$1@news.hub.org
Whole thread Raw
In response to simplify register_dirty_segment()  ("Qingqing Zhou" <zhouqq@cs.toronto.edu>)
List pgsql-hackers
"Tom Lane" <tgl@sss.pgh.pa.us> writes
> It would be a reasonable
> bet for a kernel designer to assume that fsync() is generally going to
> have to wait for some I/O and so a bit of CPU overhead isn't really
> going to matter.

Reasonable.

>
> Adjusting such a global refcount would require global locks, which is
> just what you were hoping to avoid :-(

I don't want to avoid the global locks but to alleviate it :-( Think the
frequency of open()/close() will be much less than write(). Also the shmem
space required. On further thought, I agree that this is unneccessary if for
BgWriterCommLock reason - because currently BufMgrLock doesn't bother us too
much, which is more intensively used, this lock is just nothing.

Regards,
Qingqing




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: DO INSTEAD and conditional rules
Next
From: Neil Conway
Date:
Subject: Re: DO INSTEAD and conditional rules