Re: temporary indexes?

Поиск
Список
Период
Сортировка
От Jonathan Vanasco
Тема Re: temporary indexes?
Дата
Msg-id 88D0BFAA-1263-4644-AE01-C2A08125B214@2xlp.com
обсуждение исходный текст
Ответ на Re: temporary indexes?  (Jeff Janes <jeff.janes@gmail.com>)
Ответы Re: temporary indexes?
Список pgsql-general
On Oct 21, 2015, at 2:59 PM, Jeff Janes wrote:
> I think he means more like:
>
> create temporary table temp_test(id int, fld_1 varchar);
> create temporary index on permanent_table (fld_1);
>
> select something from temp_test join permanent_table using (fld_1) where a=b;
> select something_else from temp_test join permanent_table using (fld_1) where c=d;

Yes. That's exactly what I mean:  A "temporary index" on a "permanent table" , which expires in the same manner of a
"temporarytable". 




В списке pgsql-general по дате отправления:

Предыдущее
От: anj patnaik
Дата:
Сообщение: Re: trouble downloading postgres 9.4 for RHEL 6.x
Следующее
От: bricklen
Дата:
Сообщение: Re: ERROR: invalid page in block 1226710 of relation base/16750/27244