Re: Do we still have locking problems with concurrent

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Do we still have locking problems with concurrent
Дата
Msg-id Pine.LNX.4.30.0203102051030.684-100000@peter.localdomain
обсуждение исходный текст
Ответ на Do we still have locking problems with concurrent users of hash tables?  (Justin Clift <justin@postgresql.org>)
Список 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 по дате отправления:

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: Uniqueness of rule, constraint, and trigger names
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Rationalizing EXPLAIN VERBOSE output