Re: Increase fetch fize of oracl_fdw(ALTER SERVER)

Поиск
Список
Период
Сортировка
От aditya desai
Тема Re: Increase fetch fize of oracl_fdw(ALTER SERVER)
Дата
Msg-id CAN0SRDFainoQ=GxuSFnOwO0Rc75TAbKkbV=v6G619xQMCcdoJw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Increase fetch fize of oracl_fdw(ALTER SERVER)  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-general
Thanks David.

On Fri, Feb 4, 2022 at 9:44 AM David G. Johnston <david.g.johnston@gmail.com> wrote:
On Thu, Feb 3, 2022 at 9:03 PM aditya desai <admad123@gmail.com> wrote:

For Postgres_Fdw we have below command to increase the fetch size.

ALTER SERVER ServerName OPTIONS ( fetch_size='50000');

Do we have a similar command for oracle_fdw?


The SQL command itself is generic.  The option name that seems to be similar is called "prefetch".  It is documented in the project's README.md file.

David J.

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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: Increase fetch fize of oracl_fdw(ALTER SERVER)
Следующее
От: A Shaposhnikov
Дата:
Сообщение: Re: increasing effective_cache_size slows down join queries by a factor of 4000x