Re: User-facing aspects of serializable transactions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: User-facing aspects of serializable transactions
Дата
Msg-id 200905281520.13620.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: User-facing aspects of serializable transactions  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: User-facing aspects of serializable transactions  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список pgsql-hackers
On Thursday 28 May 2009 04:49:19 Tom Lane wrote:
> Yeah.  The fundamental problem with all the "practical" approaches I've
> heard of is that they only work for a subset of possible predicates
> (possible WHERE clauses).  The idea that you get true serializability
> only if your queries are phrased just so is ... icky.  So icky that
> it doesn't sound like an improvement over what we have.

Is it even possible to have a predicate locking implementation that can verify 
whether an arbitrary predicate implies another arbitrary predicate?  And this 
isn't constraint exclusion, where it is acceptable to have false negatives.


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Zdenek Kotala
Дата:
Сообщение: Re: Compiler warning cleanup - unitilized const variables, pointer type mismatch
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: search_path vs extensions