BUG #6269: Anomaly detection

Поиск
Список
Период
Сортировка
От Paul Stapersma
Тема BUG #6269: Anomaly detection
Дата
Msg-id 201110250951.p9P9pWb5014484@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #6269: Anomaly detection  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: BUG #6269: Anomaly detection  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Re: BUG #6269: Anomaly detection  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Re: BUG #6269: Anomaly detection  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      6269
Logged by:          Paul Stapersma
Email address:      paul.stapersma@gmail.com
PostgreSQL version: 8.3.3
Operating system:   Mac OS X Version 10.6.8
Description:        Anomaly detection
Details:

Dear reader,

For a project at my University, we compared PostgreSQL with MySQL's InnoDB.
In this research, we found several cases in which anomalies where detected
in Isolation levels that guaranteed not to have these anomalies.

In short summary:
- we detected non-repeatable reads in the repeatable read isolation level
- we detected non-repeatable reads in the serializable isolation level
- we detected phantoms in the serializable isolation level
- we detected lost updates in the repeatable read isolation level
- we detected lost updates in the serializable isolation level

Furthermore, we detected differences between Read Committed and Read
Uncommitted and differences between Serializable and Repeatable Read which
is in contrast to the documentation.

A full report on our findings can be found here:
http://dl.dropbox.com/u/19316575/report.pdf

Friendly regards,

Paul Stapersma

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: BUG #6264: Superuser does not have inherent Replication permission
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #6267: Wrong results in pg_database_size