Re: Migration study, step 1: bulk write performance

Поиск
Список
Период
Сортировка
От Steinar H. Gunderson
Тема Re: Migration study, step 1: bulk write performance
Дата
Msg-id 20060321115618.GA12880@uio.no
обсуждение исходный текст
Ответ на Re: Migration study, step 1: bulk write performance  (Csaba Nagy <nagy@ecircle-ag.com>)
Ответы Re: Migration study, step 1: bulk write performance
Re: Migration study, step 1: bulk write performance
Список pgsql-performance
On Tue, Mar 21, 2006 at 12:52:46PM +0100, Csaba Nagy wrote:
> They knew however that for the data partitions no FS journaling is
> needed, and for the WAL partition meta data journaling is enough, so I
> guess they tuned ext3 for this.

For the record, that's the wrong way round. For the data partitioning
metadata journaling is enough, and for the WAL partition you don't need any
FS journaling at all.

/* Steinar */
--
Homepage: http://www.sesse.net/

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

Предыдущее
От: Csaba Nagy
Дата:
Сообщение: Re: Migration study, step 1: bulk write performance
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: planner with index scan cost way off actual cost, advices to tweak cost constants?