Re: what is the best way to access cold data on another server? - Mailing list pgsql-admin

From Holger Jakobs
Subject Re: what is the best way to access cold data on another server?
Date
Msg-id b207fb8a-7c2e-c21a-5786-361a31e71866@jakobs.com
Whole thread Raw
Responses Re: what is the best way to access cold data on another server?  (Amine Tengilimoglu <aminetengilimoglu@gmail.com>)
Re: what is the best way to access cold data on another server?  (Jeff Janes <jeff.janes@gmail.com>)
List pgsql-admin
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




pgsql-admin by date:

Previous
From: Scott Ribe
Date:
Subject: Re: Deactivate/disable User id in Postgres
Next
From: Amine Tengilimoglu
Date:
Subject: Re: what is the best way to access cold data on another server?