Re: Do we still have locking problems with concurrent - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Do we still have locking problems with concurrent
Date
Msg-id Pine.LNX.4.30.0203102051030.684-100000@peter.localdomain
Whole thread Raw
In response to Do we still have locking problems with concurrent users of hash tables?  (Justin Clift <justin@postgresql.org>)
List pgsql-hackers
Justin Clift writes:

> One of the things which the AS3AP benchmark does is have multiple users
> access a table with hash indexes on it.

In a closed-source system, we could get away with making hash and B-tree
indexes the same internally and tell onlookers that they're different, so
as to satisfy the AS3AP requirements.  ;-)

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: Uniqueness of rule, constraint, and trigger names
Next
From: Peter Eisentraut
Date:
Subject: Re: Rationalizing EXPLAIN VERBOSE output