Re: Increase fetch fize of oracl_fdw(ALTER SERVER)

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: aditya desai <admad123(at)gmail(dot)com>
Cc: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Increase fetch fize of oracl_fdw(ALTER SERVER)
Date: 2022-02-04 04:14:35
Message-ID: CAKFQuwb2j9UYTTaRHmcwTQZbQkedWuc5Ee-5wY2M=eP4=O19=A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

On Thu, Feb 3, 2022 at 9:03 PM aditya desai <admad123(at)gmail(dot)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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message aditya desai 2022-02-04 04:18:13 Re: Increase fetch fize of oracl_fdw(ALTER SERVER)
Previous Message aditya desai 2022-02-04 04:02:50 Fwd: Increase fetch fize of oracl_fdw(ALTER SERVER)

Browse pgsql-sql by date

  From Date Subject
Next Message aditya desai 2022-02-04 04:18:13 Re: Increase fetch fize of oracl_fdw(ALTER SERVER)
Previous Message aditya desai 2022-02-04 04:02:50 Fwd: Increase fetch fize of oracl_fdw(ALTER SERVER)