Re: PostgreSQL over NFS?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: PostgreSQL over NFS?
Дата
Msg-id 200102100042.TAA01323@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: PostgreSQL over NFS?  (Alfred Perlstein <bright@wintelcom.net>)
Ответы Re: PostgreSQL over NFS?  (Mike Castle <dalgoda@ix.netcom.com>)
Список pgsql-general
> The part about cache incoherency is very true, the _only_ cache coherency
> NFS offers is _only_ in the v3 spec, and is specifically called 'wcc'
> 'weak cache coherency' (afaik).  So yes, you can expect differnent
> NFS clients to get different inconsistant views on heavily modified
> files unless they use advisory locking (which should fsync out locked
> ranges before release).
>
> Anyhow, if the idea is just to get a nice backup system, you could
> do a pg_dump and write the output to a NFS mounted FS, there's probably
> less that can go wrong with a large sequencial write than heavy shared
> read/write/seek.

Or just rsh over to the database system and pipe the output back to the
'backup' machine.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: tc lewis
Дата:
Сообщение: Re: Re: PostgreSQL over NFS?
Следующее
От: Alfred Perlstein
Дата:
Сообщение: Re: Re: PostgreSQL over NFS?