Re: ext4 finally doing the right thing

Поиск
Список
Период
Сортировка
От Pierre Frédéric Caillaud
Тема Re: ext4 finally doing the right thing
Дата
Msg-id op.u6v5rlilcke6l8@soyouz
обсуждение исходный текст
Ответ на Re: ext4 finally doing the right thing  (Aidan Van Dyk <aidan@highrise.ca>)
Ответы Re: ext4 finally doing the right thing  (Greg Smith <greg@2ndquadrant.com>)
Список pgsql-performance
> Now, with ext4 moving to full barrier/fsync support, we could get to the
> point where WAL in the main data FS can mimic the state where WAL is
> seperate, namely that WAL writes can "jump the queue" and be written
> without waiting for the data pages to be flushed down to disk, but also
> that you'll get the big backlog of data pages to flush when
> the first fsyncs on big data files start coming from checkpoints...

    Does postgres write something to the logfile whenever a fsync() takes a
suspiciously long amount of time ?

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

Предыдущее
От: Florian Weimer
Дата:
Сообщение: Re: Inserting 8MB bytea: just 25% of disk perf used?
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: New server to improve performance on our large and busy DB - advice?