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

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: How do I store tables on a remote host?
Дата
Msg-id dcc563d10909031924o1b0ff4f8mf856bcf1fc7a1f4a@mail.gmail.com
обсуждение исходный текст
Ответ на How do I store tables on a remote host?  (Sergey Samokhin <prikrutil@gmail.com>)
Ответы Re: How do I store tables on a remote host?  (Sergey Samokhin <prikrutil@gmail.com>)
Список pgsql-general
On Thu, Sep 3, 2009 at 6:10 PM, Sergey Samokhin<prikrutil@gmail.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.

В списке pgsql-general по дате отправления:

Предыдущее
От: 纪晓曦
Дата:
Сообщение: trick problem
Следующее
От: Gordon Shannon
Дата:
Сообщение: Re: Getting "insufficient data left in message" on copy with binary