Re: Oracle vs. PostgreSQL - a comment

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Adam Brusselback <adambrusselback(at)gmail(dot)com>
Cc: Ravi Krishna <sravikrishna(at)comcast(dot)net>, Ron <ronljohnsonjr(at)gmail(dot)com>, pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Oracle vs. PostgreSQL - a comment
Date: 2020-06-02 21:22:49
Message-ID: 20200602212249.GD6680@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Greetings,

* Adam Brusselback (adambrusselback(at)gmail(dot)com) wrote:
> > How good will that be in performance.
>
> In my experience, not great. It's definitely better than not having it at
> all, but it does not make for quick queries and caused serious
> connection overhead when a query referenced that foreign table. I've since
> moved to logical replication to improve the situation there.

How much of the issue there has been setup/connection time..? That's
something I've wondered about maybe finding a way to improve on. Also
depends on if you're using the "run explain first before running the
query" approach with the FDW or if you're actually running analyze on
the foreign tables.

Thanks,

Stephen

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Kenneth Marshall 2020-06-02 21:27:58 Re: Oracle vs. PostgreSQL - a comment
Previous Message Stephen Frost 2020-06-02 21:21:05 Re: Oracle vs. PostgreSQL - a comment