Re: PostgreSQL is extremely slow on Windows

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: PostgreSQL is extremely slow on Windows
Дата
Msg-id 87ekf5qljy.fsf@stark.xeocode.com
обсуждение исходный текст
Ответ на Re: PostgreSQL is extremely slow on Windows  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-performance
Bruce Momjian <pgman@candle.pha.pa.us> writes:

> Right now with fsync off you can get transactions partially commited in your
> database, which is a serious problem (think moving money from one account to
> another).

It's worse than that. You can get a totally corrupted database. Things like
duplicated records (the before and after image of an update). Or indexes that
are out of sync with the table. This can cause strange inconsistent results
depending on the plan queries use, or outright database crashes.

--
greg

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: PostgreSQL is extremely slow on Windows
Следующее
От: "SpaceBallOne"
Дата:
Сообщение: gah! sudden slowdown??