Re: [Bizgres-general] Re: faster INSERT with possible - Mailing list pgsql-performance

From Kris Jurka
Subject Re: [Bizgres-general] Re: faster INSERT with possible
Date
Msg-id Pine.BSO.4.56.0507271327140.19818@leary.csoft.net
Whole thread Raw
In response to Re: [Bizgres-general] Re: faster INSERT with possible  (Josh Berkus <josh@agliodbs.com>)
List pgsql-performance

On Wed, 27 Jul 2005, Josh Berkus wrote:

> b) you can't index a temp table.
>

jurka# create temp table t (a int);
CREATE
jurka# create index myi on t(a);
CREATE

pgsql-performance by date:

Previous
From: Josh Berkus
Date:
Subject: Re: [Bizgres-general] Re: faster INSERT with possible
Next
From: Josh Berkus
Date:
Subject: wal_buffer tests in