R: Hot disable WAL archiving - Mailing list pgsql-general

From Job
Subject R: Hot disable WAL archiving
Date
Msg-id 88EF58F000EC4B4684700C2AA3A73D7A07682A61343D@W2008DC01.ColliniConsulting.lan
Whole thread Raw
In response to Re: Hot disable WAL archiving  (Albe Laurenz <laurenz.albe@wien.gv.at>)
Responses Re: Hot disable WAL archiving  (Igor Neyman <ineyman@perceptron.com>)
List 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.albe@wien.gv.at]
Inviato: venerdì 17 giugno 2016 13.48
A: Job; pgsql-general@postgresql.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

pgsql-general by date:

Previous
From: Andreas Joseph Krogh
Date:
Subject: Re: Question about RUM-index
Next
From: Igor Neyman
Date:
Subject: Re: Hot disable WAL archiving