Re: execution plan : Oracle vs PostgreSQL

Поиск
Список
Период
Сортировка
От Andrew Lazarus
Тема Re: execution plan : Oracle vs PostgreSQL
Дата
Msg-id 43E7B33F.4030509@pillette.com
обсуждение исходный текст
Ответ на Re: execution plan : Oracle vs PostgreSQL  ("FERREIRA, William (VALTECH)" <william.ferreira@airbus.com>)
Список pgsql-performance
Indeed there is: you can use an ARRAY constructor with SELECT. Here's
some PGPLSQL code I have (simplified and with the variable names shrouded).

      SELECT INTO m
        ARRAY(SELECT d FROM hp
            WHERE hp.ss=$1
                 ORDER BY 1);


FERREIRA, William (VALTECH) wrote:

> maybe there is an other way to query children directly into an array and having query plan caching ?


Вложения

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

Предыдущее
От: Vivek Khera
Дата:
Сообщение: Re: Default autovacuum settings too conservative
Следующее
От: Chris Browne
Дата:
Сообщение: Re: Default autovacuum settings too conservative