| От | Tom Lane |
|---|---|
| Тема | Re: Slow INSERT |
| Дата | |
| Msg-id | 1472.1088524977@sss.pgh.pa.us обсуждение |
| Ответ на | Re: Slow INSERT (Michal Taborsky <michal@taborsky.cz>) |
| Список | pgsql-performance |
Michal Taborsky <michal@taborsky.cz> writes:
> I've read the discussion in "Trying to minimize the impact of
> checkpoints" thread and I get it, that there is nothing I can do about
> it. Well, we'll have to live with that, at least until 7.5.
You could experiment with the checkpoint interval (checkpoint_timeout).
A shorter interval will mean more total I/O (the same page will get
written out more often) but it should reduce the amount of I/O done by
any one checkpoint. You might find that the extra overhead is worth it
to reduce the spikes.
But 7.5 should provide a much better answer, yes.
regards, tom lane
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера