Re: performance problem on big tables

From: Claudio Freire <klaussfreire(at)gmail(dot)com>
To: Mariel Cherkassky <mariel(dot)cherkassky(at)gmail(dot)com>
Cc: "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: performance problem on big tables
Date: 2017-08-28 05:47:04
Message-ID: CAGTBQpZZjwAoSv6tgO9QwEnGWX5GvcArjJXwcOwsbx=hASWh_Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Sun, Aug 27, 2017 at 1:34 PM, Mariel Cherkassky
<mariel(dot)cherkassky(at)gmail(dot)com> wrote:
> Hi, yes indeed I'm using laurenz`s oracle_fdw extension. I tried to run it
> but I'm getting error
>
> dbch=# ALTER FOREIGN TABLE tc_sub_rate_ver_prod OPTIONS ( SET prefetch 10240
> );
> ERROR: syntax error at or near "10240"
> LINE 1: ...N TABLE tc_sub_rate_ver_prod OPTIONS ( SET prefetch 10240 );

Yeah, might need to put the 10240 in quotes.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Claudio Freire 2017-08-28 05:51:22 Re: performance problem on big tables
Previous Message Mariel Cherkassky 2017-08-27 16:34:45 Re: performance problem on big tables