Re: [Bizgres-general] WAL bypass for INSERT, UPDATE and
Jim Nasby <jnasby@pervasive.com>
From: "Jim C. Nasby" <jnasby@pervasive.com>
To: Greg Stark <gsstark@mit.edu>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Qingqing Zhou <zhouqq@cs.toronto.edu>, pgsql-hackers@postgresql.org
Date: 2005-12-27T17:07:29Z
Lists: pgsql-hackers
On Sat, Dec 24, 2005 at 02:01:17AM -0500, Greg Stark wrote: > But I like the other user's suggestion too. If there's a standards blessed > feature to have temporary tables that are visible in other sessions then > perhaps that's what we've arrived at from another direction. Having a temporary table that is visible to all sessions would have a lot of use besides just ETL (the E stands for Extract, btw) operations. One example is storing session data for a webapp; most people would happily trade off losing that data on a database restart for the increased performance of not logging. -- Jim C. Nasby, Sr. Engineering Consultant jnasby@pervasive.com Pervasive Software http://pervasive.com work: 512-231-6117 vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461