View Single Post

   
  #9 (permalink)  
Old 04-18-2008, 10:15 AM
Tom Lane
 
Posts: n/a
Default Re: COPY with no WAL, in certain circumstances

Euler Taveira de Oliveira <euler@timbira.com> writes:
> Simon Riggs wrote:
>> The enclosed patch implements this, as discussed. There is no user
>> interface to enable/disable, just as with CTAS and CREATE INDEX; no
>> docs, just code comments.
>>

> IMHO, this deserves an GUC parameter (use_wal_in_copy?).


Why? The whole point is that it's automatic and transparent.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Reply With Quote