Re: [Bizgres-general] WAL bypass for INSERT, UPDATE and
Rod Taylor <pg@rbt.ca>
From: Rod Taylor <pg@rbt.ca>
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-24T04:19:01Z
Lists: pgsql-hackers
> In many cases you could use temporary tables, but sometimes you might want > multiple processes or multiple transactions to be able to see the data. Could always implement GLOBAL TEMP tables that have the ability to use these kinds of shortcuts. --