Re: SSDs with Postgresql?

Поиск
Список
Период
Сортировка
От Florian Weimer
Тема Re: SSDs with Postgresql?
Дата
Msg-id 82sjt2a5gy.fsf@mid.bfk.de
обсуждение исходный текст
Ответ на Re: SSDs with Postgresql?  (Michael Nolan <htfoot@gmail.com>)
Ответы Re: SSDs with Postgresql?  (David Boreham <david_list@boreham.org>)
Список pgsql-general
* Michael Nolan:

> If you archive your WAL files, wouldn't that give you a pretty good
> indication of write activity?

WAL archiving may increase WAL traffic considerably, I think.  Fresh
table contents (after CREATE TABLE or TRUNCATE) is written to the log
if WAL archiving is active.  This would have a significant performance
impact on some of our loads.

--
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 по дате отправления:

Предыдущее
От: Sim Zacks
Дата:
Сообщение: Re: plpython module import errors
Следующее
От: Florian Weimer
Дата:
Сообщение: Re: SSDs with Postgresql?