Re: copy expensive local view to an RDS instance

From: Marcus Engene <mengpg2(at)engene(dot)se>
To: POSTGRESQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: copy expensive local view to an RDS instance
Date: 2014-05-06 15:30:23
Message-ID: 5369000F.2080904@engene.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 06/05/14 17:15, bricklen wrote:
> On Tue, May 6, 2014 at 8:07 AM, Marcus Engene <mengpg2(at)engene(dot)se
> <mailto:mengpg2(at)engene(dot)se>> wrote:
>
> On 06/05/14 16:58, bricklen wrote:
>
>
> A very quick search shows that rds supports dblink, so perhaps
> that would work.
> http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html
>
>
> Then I'd need to open our servers to external visits. It would be
> lovely if dblink_exec could push a subselect of data instead
> instead of pull from RDS. Does this make sense?
>
>
> Is the idea to pull data from the RDS to your local machine? If so,
> dblink or possibly plproxy[1] should be able to do that.
>
> [1] https://wiki.postgresql.org/wiki/PL/Proxy
Sorry, no, I want to push data from my local machine but I've only seen
examples of push with dblink_exec and litteral values rather than a
subselect or smth.

Best regards,
Marcus

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2014-05-06 19:10:19 Re: HP-UX 11.23
Previous Message Paul Jungwirth 2014-05-06 15:30:14 Re: copy expensive local view to an RDS instance