Re: Spinlocks, yet again: analysis and proposed patches - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Spinlocks, yet again: analysis and proposed patches
Date
Msg-id 28568.1126667126@sss.pgh.pa.us
Whole thread Raw
In response to Re: Spinlocks, yet again: analysis and proposed patches  ("Min Xu (Hsu)" <xu@cs.wisc.edu>)
Responses Re: Spinlocks, yet again: analysis and proposed patches
List pgsql-hackers
"Min Xu (Hsu)" <xu@cs.wisc.edu> writes:
> ... As you said, however, experimental results
> shows fetching read-only lines didn't help, which led me wonder whether the
> second scenario your described was really happening.

I don't know --- we haven't tried it.  I do intend to work up some
patches for these ideas, and then we can test them.

Or, if you happen to be wide awake at the moment, feel free to take a
shot at it ... I'm out of steam and won't get to it before tomorrow...
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Min Xu (Hsu)"
Date:
Subject: Re: Spinlocks, yet again: analysis and proposed patches
Next
From: "Jonah H. Harris"
Date:
Subject: Re: About method of PostgreSQL's Optimizer