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)
Список
Дерево обсуждения
Re: PostgreSQL is extremely slow on Windows "Vig, Sandor (G/FI-2)" <Sandor.Vig@audi.hu>
Bruce Momjian 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 по дате отправления