Re: [Bizgres-general] Re: faster INSERT with possible

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: [Bizgres-general] Re: faster INSERT with possible
Дата
Msg-id Pine.BSO.4.56.0507271327140.19818@leary.csoft.net
обсуждение исходный текст
Ответ на Re: [Bizgres-general] Re: faster INSERT with possible  (Josh Berkus <josh@agliodbs.com>)
Список 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 по дате отправления:

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: [Bizgres-general] Re: faster INSERT with possible
Следующее
От: Josh Berkus
Дата:
Сообщение: wal_buffer tests in