Re: [GENERAL] Hot disable WAL archiving

2016-06-17 Thread Sameer Kumar
On Fri, 17 Jun 2016, 9:12 p.m. Igor Neyman, wrote: > > -Original Message- > From: pgsql-general-ow...@postgresql.org [mailto: > pgsql-general-ow...@postgresql.org] On Behalf Of Job > Sent: Friday, June 17, 2016 9:01 AM > To: Albe Laurenz ; pgsql-general@postgresql.org > Subject: [GENERAL]

Re: [GENERAL] Hot disable WAL archiving

2016-06-17 Thread Igor Neyman
-Original Message- From: pgsql-general-ow...@postgresql.org [mailto:pgsql-general-ow...@postgresql.org] On Behalf Of Job Sent: Friday, June 17, 2016 9:01 AM To: Albe Laurenz ; pgsql-general@postgresql.org Subject: [GENERAL] R: Hot disable WAL archiving Hi Albe and thank you, first of all

Re: [GENERAL] Hot disable WAL archiving

2016-06-17 Thread Albe Laurenz
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 i

[GENERAL] Hot disable WAL archiving

2016-06-17 Thread Job
Hello, is there a way in Postgresql-9.5 to disable temporarily WAL archiving to speed up pg_bulkload with restarting database engine? Thank you, Francesco -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailp