Re: code question: storing INTO relation - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: code question: storing INTO relation
Date
Msg-id 200411121811.iACIBxE21109@candle.pha.pa.us
Whole thread Raw
In response to Re: code question: storing INTO relation  (Greg Stark <gsstark@mit.edu>)
Responses Re: code question: storing INTO relation  (Greg Stark <gsstark@mit.edu>)
Re: code question: storing INTO relation  (Kevin Brown <kevin@sysexperts.com>)
List pgsql-hackers
Added to TODO:
* Eliminate WAL logging for CREATE INDEX/REINDEX/CREATE TABLE AS  when not doing WAL archiving

---------------------------------------------------------------------------

Greg Stark wrote:
> Simon Riggs <simon@2ndquadrant.com> writes:
> 
> > I agree, hence why this should be a user option. The usage of this is
> > restricted to particular classes of database usage: data warehousing or
> > very large database applications. This isn't intended for use in OLTP or
> > web-site databases.
> 
> Well a lot of users also just don't use online backups. For these users
> there's no downside to CREATE INDEX/REINDEX/CREATE TABLE AS not logging. 
> 
> The logging is not needed for a regular recovery, only for restoring from
> and a backup older than the table/index creation.
> 
> -- 
> greg
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
> 

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Open Items
Next
From: Andreas Pflug
Date:
Subject: Re: Database reverse engineering