Re: Oracle vs. PostgreSQL - a comment

From: Adam Brusselback <adambrusselback(at)gmail(dot)com>
To: Ravi Krishna <sravikrishna(at)comcast(dot)net>
Cc: Stephen Frost <sfrost(at)snowman(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:19:06
Message-ID: CAMjNa7dwFyVLJWHJOudemz-sTZJ5QLhnNSSDN+9d3BEZHPV4XA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> 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.

In SQL Server I had never noticed the difference when I had to do cross-db
queries. There may or may not be a difference, but it was never something
that I had to think about or look up, so I am not sure.

It's something I do still miss though, as it sure was convenient.

Just my $0.02.
-Adam

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Guyren Howe 2020-06-02 21:19:07 Re: Oracle vs. PostgreSQL - a comment
Previous Message Thomas Kellerer 2020-06-02 21:18:52 Re: Oracle vs. PostgreSQL - a comment