Hot disable WAL archiving
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/mailpref/pgsql-general
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
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/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
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
-----Original Message-----
From: pgsql-general-owner@postgresql.org [mailto:pgsql-general-owner@postgresql.org] On Behalf Of Job
Sent: Friday, June 17, 2016 9:01 AM
To: Albe Laurenz <laurenz.albe@wien.gv.at>; pgsql-general@postgresql.org
Subject: [GENERAL] R: Hot disable WAL archiving
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
--
Francesco,
Check CREATE UNLOGGED TABLE... in the docs.
Regards,
Igor
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
On Fri, 17 Jun 2016, 9:12 p.m. Igor Neyman, <ineyman@perceptron.com> wrote:
-----Original Message-----
From: pgsql-general-owner@postgresql.org [mailto:
pgsql-general-owner@postgresql.org] On Behalf Of Job
Sent: Friday, June 17, 2016 9:01 AM
To: Albe Laurenz <laurenz.albe@wien.gv.at>; pgsql-general@postgresql.org
Subject: [GENERAL] R: Hot disable WAL archivingHi Albe and thank you, first of all.
Is there a way to disable Wal logging only for specific table, permanently?
Yes.
You can set it to NO LOGGING
Alter table table_name set unlogged;
https://www.postgresql.org/docs/9.5/static/sql-altertable.html
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 archivingJob 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--
Francesco,
Check CREATE UNLOGGED TABLE... in the docs.
Regards,
Igor--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
--
--
Best Regards
Sameer Kumar | DB Solution Architect
*ASHNIK PTE. LTD.*
101 Cecil Street, #11-11 Tong Eng Building, Singapore 069 533
T: +65 6438 3504 | M: +65 8110 0350 | www.ashnik.com