Re: PITR compatible backup with exclusion

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: PITR compatible backup with exclusion
Date: 2015-03-14 11:59:12
Message-ID: me17qj$q4h$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

jaime soler wrote on 14.03.2015 12:30:
>> What if you change that big table to UNLOGGED?
>> As unlogged tables don't generate WAL they don't contribute to the PITR "restore time"
>> (and they won't be restored if you have to do a PITR!)
>
> However, they are not crash-safe: an unlogged table is automatically
> truncated after a crash or unclean shutdown.

That is correct, but Martin wrote in the initial question:

> The backup of the table itself is also reduntant,
>as the table data can be recreated by importing from the source files

So if the data lost, it apparently doesn't matter.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message jaime soler 2015-03-14 12:01:24 Re: WAL log management w/ multiple slaves
Previous Message jaime soler 2015-03-14 11:30:27 Re: PITR compatible backup with exclusion