Re: insert vs select into performance - Mailing list pgsql-performance

From Heikki Linnakangas
Subject Re: insert vs select into performance
Date
Msg-id 469E70CA.9040302@enterprisedb.com
Whole thread Raw
In response to Re: insert vs select into performance  (Adriaan van Os <postgres@microbizz.nl>)
List pgsql-performance
Adriaan van Os wrote:
> So, how does one (temporarily) disable WAL logging ? Or, for example,
> disable WAL logging for a temporary table ?

Operations on temporary tables are never WAL logged. Operations on other
tables are, and there's no way to disable it.

--
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

pgsql-performance by date:

Previous
From: Adriaan van Os
Date:
Subject: Re: insert vs select into performance
Next
From: lists@on-track.ca
Date:
Subject: Optmal tags design?