Re: True ACID under linux (no fsync)?

Поиск
Список
Период
Сортировка
От Steve Wolfe
Тема Re: True ACID under linux (no fsync)?
Дата
Msg-id 006a01c04361$1720fb20$50824e40@iboats.com
обсуждение исходный текст
Ответ на True ACID under linux (no fsync)?  (Gary Howland (During daytime) <gary-daytime@hotlava.com>)
Ответы Re: True ACID under linux (no fsync)?  ("Dominic J. Eidson" <sauron@the-infinite.org>)
Список pgsql-general
> Use the "-F" option.
>
> I start PostgreSQL with this line:
> su -l postgres -c "/usr/bin/pg_ctl  -D $PGDATA -p /usr/bin/postmaster -o
> '-i -B 4096 -o -F' start >/dev/null 2>&1" < /dev/null

  Interesting... trying to start postgres 7.0.2 with the "-F" simply returns
a list of options to me, as if it can't understand it.  It sure does sound
appealing to me, though.  With a few hundred megs of disk cache (between the
kernel and the RAID controller), I've always wished that PostgreSQL would
take advantage of it when writing. : )

steve




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

Предыдущее
От: "Poul L. Christiansen"
Дата:
Сообщение: Re: True ACID under linux (no fsync)?
Следующее
От: "Dominic J. Eidson"
Дата:
Сообщение: Re: True ACID under linux (no fsync)?