Re: extremly low memory usage

Поиск
Список
Период
Сортировка
От Michael Stone
Тема Re: extremly low memory usage
Дата
Msg-id 20050820122305.GN19080@mathom.us
обсуждение исходный текст
Ответ на Re: extremly low memory usage  (Marko Ristola <Marko.Ristola@kolumbus.fi>)
Ответы Re: extremly low memory usage  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
On Sat, Aug 20, 2005 at 02:17:54PM +0300, Marko Ristola wrote:
>Based on my knoledge, Ext3 is good with keeping filesystem integrity
>AND data integrity while pressing the reset button.  However, by
>selecting data=writeback, you gain more speed, but you risk the data
>integrity during a crash: Ext3 garantees only filesystem integrity.

That's why postgres keeps its own transaction log. Any of these
filesystems guarantee data integrity for data that's been synced to
disk, and postgres keeps track of what data has and has not been
committed so it can recover gracefully from a failure. That's why most
filesystems are designed the way they are; the application can determine
what things need better data integrity and which need better performance
on a case-by-case basis.

Mike Stone

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

Предыдущее
От: ohp@pyrenet.fr
Дата:
Сообщение: index as large as table
Следующее
От: Gavin Sherry
Дата:
Сообщение: Re: index as large as table