Re: Pointers towards identifying bulk import bottleneck (walwriter tuning?)

Поиск
Список
Период
Сортировка
От Luca Ferrari
Тема Re: Pointers towards identifying bulk import bottleneck (walwriter tuning?)
Дата
Msg-id CAKoxK+6t5JgLwOUq+kCkp9i9g6c4CyTm8mkuigS9GBqtaTUMAg@mail.gmail.com
обсуждение исходный текст
Ответ на Pointers towards identifying bulk import bottleneck (walwritertuning?)  ("Holtgrewe, Manuel" <manuel.holtgrewe@bihealth.de>)
Ответы RE: [ext] Re: Pointers towards identifying bulk import bottleneck(walwriter tuning?)  ("Holtgrewe, Manuel" <manuel.holtgrewe@bihealth.de>)
Список pgsql-general
On Tue, Aug 27, 2019 at 12:06 PM Holtgrewe, Manuel
<manuel.holtgrewe@bihealth.de> wrote:
> iotop tells me that walwriter does not go beyond ~35MB/s so maybe this is the culprit? Is there a way to tune
walwriterI/O performance?
 

As far as I know, walwriter is there to help background processes, so
in the case it cannot keep up with WALs the backends will write on
their own. If my understanding is correct, I don't think that could be
the bootleneck.
I've seen you have checkpoints at 4h, that's quite huge to me. Do you
have any hint that checkpoints are happening too frequently?
Any chance you can turn fsync off (only if this is a testbed)?

Also this <https://www.postgresql.org/list/pgsql-performance/> could
be a better place to ask for help.

Luca



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

Предыдущее
От: "Arnaud L."
Дата:
Сообщение: Re: psql \copy hanging
Следующее
От: Shaozhong SHI
Дата:
Сообщение: Re: psql \copy hanging