Re: WAL & ZFS

Поиск
Список
Период
Сортировка
От Scott Ribe
Тема Re: WAL & ZFS
Дата
Msg-id 26C01C4E-9D90-4E18-9976-6A1457428931@elevated-dev.com
обсуждение исходный текст
Ответ на Re: WAL & ZFS  (Mladen Gogala <gogala.mladen@gmail.com>)
Список pgsql-admin
> On Mar 31, 2022, at 5:09 PM, Mladen Gogala <gogala.mladen@gmail.com> wrote:
>
> Journallng file systems journal file operations like open, close, create, extend, rename or delete, not file block
operations.File blocks are not protected by file system journalling, just the inodes. The file system journal prevents
youfrom losing files in case of sudden machine crash, like when the machine loses power. It has nothing to do with the
blockchange journaling, which is the role of WAL files.  

LOL, I *knew* that about journaling file systems, thanks for reminding me!


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

Предыдущее
От: Mladen Gogala
Дата:
Сообщение: Re: WAL & ZFS
Следующее
От: Mladen Gogala
Дата:
Сообщение: Re: WAL & ZFS