From: | Holger Jakobs <holger(at)jakobs(dot)com> |
---|---|
To: | pgsql-admin(at)lists(dot)postgresql(dot)org |
Subject: | Re: what is the best way to access cold data on another server? |
Date: | 2020-05-13 07:24:41 |
Message-ID: | b207fb8a-7c2e-c21a-5786-361a31e71866@jakobs.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-general |
dblink is outdated, postgres_fdw is current.
Am 13.05.20 um 09:12 schrieb Amine Tengilimoglu:
> Hello everyone;
>
> In addition to the actively used data, there are other data that
> are very little accessed. I want to separate the less used data to
> save space and reduce maintenance operations. I want to use a separate
> postgres instance for this. Now the question is; How do I link these
> two instances? postgres_fdw or dblink? or what other solution? Which
> one would be better?
>
>
>
> thanks in advance..
--
Holger Jakobs, Bergisch Gladbach, Tel. +49-178-9759012
From | Date | Subject | |
---|---|---|---|
Next Message | Amine Tengilimoglu | 2020-05-13 07:34:35 | Re: what is the best way to access cold data on another server? |
Previous Message | Amine Tengilimoglu | 2020-05-13 07:12:47 | what is the best way to access cold data on another server? |
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2020-05-13 07:25:55 | Re: [EXTERNAL] Re: PostgreSQL-12 replication failover, pg_rewind fails |
Previous Message | Amine Tengilimoglu | 2020-05-13 07:12:47 | what is the best way to access cold data on another server? |