R: Hot disable WAL archiving

From: Job <Job(at)colliniconsulting(dot)it>
To: Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: R: Hot disable WAL archiving
Date: 2016-06-17 13:01:18
Message-ID: 88EF58F000EC4B4684700C2AA3A73D7A07682A61343D@W2008DC01.ColliniConsulting.lan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Albe and thank you, first of all.

Is there a way to disable Wal logging only for specific table, permanently?

Thank you again!
Francesco

________________________________________
Da: Albe Laurenz [laurenz(dot)albe(at)wien(dot)gv(dot)at]
Inviato: venerdì 17 giugno 2016 13.48
A: Job; pgsql-general(at)postgresql(dot)org
Oggetto: RE: Hot disable WAL archiving

Job wrote:
> is there a way in Postgresql-9.5 to disable temporarily WAL archiving to speed up pg_bulkload with
> restarting database engine?

You can set 'archive_command=/bin/true' and reload, then no WAL
archives will be written.

Make sure to perform a base backup as soon as your bulk load
is finished.

Yours,
Laurenz Albe

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Igor Neyman 2016-06-17 13:11:56 Re: Hot disable WAL archiving
Previous Message Andreas Joseph Krogh 2016-06-17 12:52:34 Re: Question about RUM-index