Re: full_page_writes = off?

Поиск
Список
Период
Сортировка
От Tomasz Ostrowski
Тема Re: full_page_writes = off?
Дата
Msg-id 20071201121601.GB2552@batory.org.pl
обсуждение исходный текст
Ответ на Re: full_page_writes = off?  (Martin Marques <martin@marquesminen.com.ar>)
Ответы Re: full_page_writes = off?  (Greg Smith <gsmith@gregsmith.com>)
Список pgsql-general
On Sat, 01 Dec 2007, Martin Marques wrote:

>> Also check whether a disks have write-caching turned off - it should.
>> On Linux the command is:
>>     # hdparm -W /dev/sda
>>     /dev/sda:
>>      write-caching =  0 (off)
>
> Uh? That command as was written lacks an argument for -W (0/1). From the
> hdparm --help:
>
>  -W   set drive write-caching flag (0/1) (DANGEROUS)
>
> # hdparm -V
> hdparm v6.9

# hdparm -V
hdparm v7.7
# hdparm --help 2>&1 | grep write-caching
 -W   get/set drive write-caching flag (0/1)

You can also use "hdparm -I" to check this - look for a "Write
caching" in "Commands/features" section. If it has a "*" in front
then it is enabled and dangerous.

Regards
Tometzky
--
...although Eating Honey was a very good thing to do, there was a
moment just before you began to eat it which was better than when you
were...
                                                      Winnie the Pooh

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

Предыдущее
От: Martin Marques
Дата:
Сообщение: Re: full_page_writes = off?
Следующее
От: Pascal Cohen
Дата:
Сообщение: Re: HA and Replication - how to choose among all the available solutions