Re: Reading a live database

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Reading a live database
Дата
Msg-id 24544.1032043995@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Reading a live database  ("D'Arcy J.M. Cain" <darcy@druid.net>)
Ответы Re: Reading a live database  ("D'Arcy J.M. Cain" <darcy@druid.net>)
Список pgsql-hackers
"D'Arcy J.M. Cain" <darcy@druid.net> writes:
> I wonder how hard it would be to run a database server against a database 
> that is already being run.  The idea is to be able to do read only queries 
> against the database  from a different server on a shared NFS mounted 
> database.

The odds of this are nil, unless maybe *all* the servers treat the
database as read-only, which doesn't seem very interesting.

> Another question, can a database server for one system (e.g. NetBSD on i386) 
> run a database originally created on another (e.g. AIX on RS6000) or are 
> there binary incompatibilities?

There are binary incompatibilities if the platforms have differences in
endianness, alignment, or floating-point formats.
        regards, tom lane


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

Предыдущее
От: "D'Arcy J.M. Cain"
Дата:
Сообщение: Reading a live database
Следующее
От: "D'Arcy J.M. Cain"
Дата:
Сообщение: Re: Reading a live database