Re: exceeded MAX_ALLOCATED_DESCS while trying to open file

Поиск
Список
Период
Сортировка
От Igor Neyman
Тема Re: exceeded MAX_ALLOCATED_DESCS while trying to open file
Дата
Msg-id A76B25F2823E954C9E45E32FA49D70EC1B7E4722@mail.corp.perceptron.com
обсуждение исходный текст
Ответ на Re: exceeded MAX_ALLOCATED_DESCS while trying to open file  ("ktm@rice.edu" <ktm@rice.edu>)
Список pgsql-admin
>
> Hi Steve,
>
> Each SELECT opens your FOREIGN TABLE so you are opening it 10 times.
> This is hardcoded by a #define in ./src/backend/storage/file/fd.c
> during the build so you would need to recompile the software yourself
> to change it. Can you re- write your query using a single SELECT or
> possibly read the data into a temporary table for processing?
>
> Regards,
> Ken
>

Hi Ken,

So, it means that number of (different) foreign tables joined in single select cannot exceed 10, right?

Regards,
Igor Neyman


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

Предыдущее
От: "ktm@rice.edu"
Дата:
Сообщение: Re: exceeded MAX_ALLOCATED_DESCS while trying to open file
Следующее
От: Steve.Toutant@inspq.qc.ca
Дата:
Сообщение: Re: exceeded MAX_ALLOCATED_DESCS while trying to open file