| From: | Pavan Teja <pavan(dot)postgresdba(at)gmail(dot)com> |
|---|---|
| To: | "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> |
| Cc: | pgsql-performance(at)lists(dot)postgresql(dot)org, Andreas Kretschmer <andreas(at)a-kretschmer(dot)de> |
| Subject: | Re: 8.2 Autovacuum BUG ? |
| Date: | 2018-01-23 15:20:15 |
| Message-ID: | CACh9nsb8RqkRrtUwfS9CooPAJComUWCJ6A_EeAdVirHKH5JGtA@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-performance |
Hi David,
If it's yes what needs to be done in order to stabilize this issue??
Thanks in advance.
Regards,
Pavan
On Jan 23, 2018 8:15 PM, "David G. Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
wrote:
> On Tue, Jan 23, 2018 at 7:39 AM, Pavan Teja <pavan(dot)postgresdba(at)gmail(dot)com>
> wrote:
>
>> " checkpoints are frequently occurring (1second apart). Consider
>> increasing checkpoint_segements parameter".
>>
>
> The custom on these lists is to bottom or inline post.
>
> This tends to appear when someone decide to write a load script of the
> form:
>
> INSERT INTO tbl (cols) VALUES (...);
> INSERT INTO tbl (cols) VALUES (...);
> [repeat many, many, times]
>
> (note the lack of BEGIN/END, single transaction help mitigate it somewhat)
>
> David J.
>
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andreas Kretschmer | 2018-01-23 15:26:44 | Re: 8.2 Autovacuum BUG ? |
| Previous Message | Justin Pryzby | 2018-01-23 15:18:48 | Re: Bad plan |