Re: How do I store tables on a remote host?

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: Sergey Samokhin <prikrutil(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How do I store tables on a remote host?
Date: 2009-09-04 02:24:44
Message-ID: dcc563d10909031924o1b0ff4f8mf856bcf1fc7a1f4a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Sep 3, 2009 at 6:10 PM, Sergey Samokhin<prikrutil(at)gmail(dot)com> wrote:
> Hello.
>
> Is this possible to move a table from one machine to another and then
> redirect queries involving this table to the remote host in a
> transparent way?
>
> As I have just read, tablespaces let us define where given tables
> should be stored on the file system. What I'm looking for is like
> tablespaces, but with the ability to use a remote host as location.

The way to do it that makes me cringe, would be to remote mount (NFS,
CIFS) another file system from a remote machine and put the table
there.

The better way is probably to look up pl/proxy and use that.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gordon Shannon 2009-09-04 03:05:21 Re: Getting "insufficient data left in message" on copy with binary
Previous Message 纪晓曦 2009-09-04 01:02:20 trick problem