Re: [HACKERS] Performance while loading data and indexing
В списке pgsql-general по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: [HACKERS] Performance while loading data and indexing |
| Дата | |
| Msg-id | 12930.1033075921@sss.pgh.pa.us обсуждение |
| Ответ на | Re: [HACKERS] Performance while loading data and indexing (Neil Conway <neilc@samurai.com>) |
| Список | pgsql-general |
Neil Conway <neilc@samurai.com> writes:
> I'm not really familiar with the reasoning behind ext2's reputation as
> recovering poorly from crashes; if we fsync a WAL record to disk
> before we lose power, can't we recover reliably, even with ext2?
Up to a point. We do assume that the filesystem won't lose checkpointed
(sync'd) writes to data files. To the extent that the filesystem is
vulnerable to corruption of its own metadata for a file (indirect blocks
or whatever ext2 uses), that's not a completely safe assumption.
We'd be happiest with a filesystem that journals its own metadata and
not the user data in the file(s). I dunno if there are any.
Hmm, maybe this is why Oracle likes doing their own filesystem on a raw
device...
regards, tom lane
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера