Re: Increase fetch fize of oracl_fdw(ALTER SERVER) - Mailing list pgsql-general

From David G. Johnston
Subject Re: Increase fetch fize of oracl_fdw(ALTER SERVER)
Date
Msg-id CAKFQuwb2j9UYTTaRHmcwTQZbQkedWuc5Ee-5wY2M=eP4=O19=A@mail.gmail.com
Whole thread Raw
In response to Fwd: Increase fetch fize of oracl_fdw(ALTER SERVER)  (aditya desai <admad123@gmail.com>)
Responses Re: Increase fetch fize of oracl_fdw(ALTER SERVER)  (aditya desai <admad123@gmail.com>)
List pgsql-general
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 by date:

Previous
From: aditya desai
Date:
Subject: Fwd: Increase fetch fize of oracl_fdw(ALTER SERVER)
Next
From: aditya desai
Date:
Subject: Re: Increase fetch fize of oracl_fdw(ALTER SERVER)