How do I store tables on a remote host?

Поиск
Список
Период
Сортировка
От Sergey Samokhin
Тема How do I store tables on a remote host?
Дата
Msg-id e42595410909031710g51ca017fr310339c23e7755bf@mail.gmail.com
обсуждение исходный текст
Ответы Re: How do I store tables on a remote host?  (Scott Marlowe <scott.marlowe@gmail.com>)
Список pgsql-general
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.

Although it of course will make any queries that need remote tables to
look at slower, I think it's a good idea to move, say, old fragments
of table containing log entries to remote machines.

An exotic idea to use both remote file systems and tablepaces has just
come to my mind, but I have a feel that there may be an analouge built
into PG.

Thanks.

--
Sergey Samokhin

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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: column level, uid based authorization to update columns
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: pg_ctl with unix domain socket?