Re: SSDs with Postgresql?

Поиск
Список
Период
Сортировка
От Florian Weimer
Тема Re: SSDs with Postgresql?
Дата
Msg-id 82bozza9tn.fsf@mid.bfk.de
обсуждение исходный текст
Ответ на Re: SSDs with Postgresql?  (Adrian Klaver <adrian.klaver@gmail.com>)
Ответы Re: SSDs with Postgresql?  (Scott Ribe <scott_ribe@elevated-dev.com>)
Re: SSDs with Postgresql?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
* Adrian Klaver:

>> Interesting.  Is there an easy way to monitor WAL traffic in away?  It
>> does not have to be finegrained, but it might be helpful to know if
>> we're doing 10 GB, 100 GB or 1 TB of WAL traffic on a particular
>> database, should the question of SSDs ever come up.
>
> They are found in $DATA/pg_xlog so checking the size of that
> directory regularly would get you the information.

But log files are recycled, so looking at the directory alone does not
seem particularly helpful.

--
Florian Weimer                <fweimer@bfk.de>
BFK edv-consulting GmbH       http://www.bfk.de/
Kriegsstraße 100              tel: +49-721-96201-1
D-76133 Karlsruhe             fax: +49-721-96201-99

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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: SSDs with Postgresql?
Следующее
От: David Fetter
Дата:
Сообщение: Re: How to realize ROW_NUMBER() in 8.3?