Re: Some advanced database features, are they present in PostgreSQL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Some advanced database features, are they present in PostgreSQL
Дата
Msg-id 19789.971199725@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Some advanced database features, are they present in PostgreSQL  (Peter Eisentraut <peter_e@gmx.net>)
Ответы TEXT vs VARCHAR  ("chris markiewicz" <cmarkiew@commnav.com>)
Список pgsql-general
>> - hard transactions: cutting the power to a PostgreSQL server
>> may cause data loss and/or data corruption.

That is false; Postgres is secure now against power failures,
at least if you run in the default mode with lots of fsync()s.

The WAL feature planned for 7.1 should make performance better,
but it won't make any fundamental change in reliability for power
failures.

The existing server does not offer any protection against disk hardware
failure, however.  RAID disks might be an adequate answer to that.

            regards, tom lane

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

Предыдущее
От: "Adam Lang"
Дата:
Сообщение: Re: Re: [HACKERS] My new job
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] My new job