Re: reducing the overhead of frequent table locks, v4 - Mailing list pgsql-hackers

From Florian Weimer
Subject Re: reducing the overhead of frequent table locks, v4
Date
Msg-id 82hb6tukj6.fsf@mid.bfk.de
Whole thread Raw
In response to Re: reducing the overhead of frequent table locks, v4  (Jeff Davis <pgsql@j-davis.com>)
List pgsql-hackers
* Jeff Davis:

> Does this happen to be based on some academic research? I don't
> necessarily expect it to be; just thought I'd ask.

Paul E. McKenney's thesis contains a few references.  It's called
"asymmetrical reader-writer locking" there, and Ingo Molnar implemented
this as "brlock" in Linux 2.4.  The earliest citation seems to be
W.C. Hsiesh, W. E. Weihl, "Scalable reader-writer locks for parallel
systems.", MIT-LCS-TR-521, published in 1991.

--
Florian Weimer                <fweimer@bfk.de>
BFK edv-consulting GmbH       http://www.bfk.de/
Kriegsstraße 100              tel: +49-721-96201-1
D-76133 Karlsruhe             fax: +49-721-96201-99


pgsql-hackers by date:

Previous
From: Christopher Browne
Date:
Subject: Re: [GENERAL] Creating temp tables inside read only transactions
Next
From: Darren Duncan
Date:
Subject: Re: [GENERAL] Creating temp tables inside read only transactions