PostgreSQL and ACID properties support

Поиск
Список
Период
Сортировка
От nzanella@cs.mun.ca (Neil Zanella)
Тема PostgreSQL and ACID properties support
Дата
Msg-id b68d2f19.0308072028.56413991@posting.google.com
обсуждение исходный текст
Ответы Re: PostgreSQL and ACID properties support  (Bruno Wolff III <bruno@wolff.to>)
Re: PostgreSQL and ACID properties support  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Список pgsql-general
Hello,

I would like to know to what extent PostgreSQL includes support for the ACID
properties of transactions (Atomicity, Consistency, Isolation, and Durability).
In particular, does PostgreSQL include constructs to guarantee that a sequence
of SQL statements is executed atomically (i.e., either all execute to completion
or none of them do). Also, with regards to isolation, what is the status of
PostgreSQL's implementation with respect to providing the option of concurrency
of transactions as opposed to the operations taking place serially? Also, does
PostgreSQL fully support SQL99 CHECK constraints? And if the system crashes...
is the database guaranteed to remain in a consistent state?

Thanks,

Neil

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

Предыдущее
От: Colm Dobbs
Дата:
Сообщение: postgesql-7.3.3 lo_create/lo_open fails
Следующее
От: "Juris Krumins"
Дата:
Сообщение: Temporary table