Re: Block-level CRC checks
От
Zdenek Kotala
Тема
Re: Block-level CRC checks
Дата
Msg-id
48E34153.90302@sun.com
Ответ на
Block-level CRC checks (Alvaro Herrera)
Список
Дерево обсуждения
Re: Block-level CRC checks Paul Schlie <schlie@comcast.net>
Re: Block-level CRC checks Gregory Stark <stark@enterprisedb.com>
Re: Block-level CRC checks Paul Schlie <schlie@comcast.net>
Alvaro Herrera napsal(a): > This code would be run-time or compile-time configurable. I'm not > absolutely sure which yet; the problem with run-time is what to do if > the user restarts the server with the setting flipped. It would have > almost no impact on users who don't enable it. I prefer runtime configuration. Solaris has two filesystems UFS, ZFS. ZFS offers strong error detection and a another CRC is overhead. You need mechanism how to enable this feature on UFS and disable on ZFS. I suggest to have it as tablespace property and for default tablespace you can setup it in initdb phase. Zdenek
В списке pgsql-hackers по дате отправления