Re: Do we still have locking problems with concurrent

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Justin Clift <justin(at)postgresql(dot)org>
Cc: PostgreSQL Hackers Mailing List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Do we still have locking problems with concurrent
Date: 2002-03-11 01:53:02
Message-ID: Pine.LNX.4.30.0203102051030.684-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2002-03-11 02:25:44 Re: Rationalizing EXPLAIN VERBOSE output
Previous Message Peter Eisentraut 2002-03-11 01:41:07 Re: Reverting SET SESSION AUTHORIZATION command