Re: PostgreSQL, NetBSD and NFS

Поиск
Список
Период
Сортировка
От mlw
Тема Re: PostgreSQL, NetBSD and NFS
Дата
Msg-id 3E3ABCE7.3050101@mohawksoft.com
обсуждение исходный текст
Ответ на PostgreSQL, NetBSD and NFS  ("D'Arcy J.M. Cain" <darcy@druid.net>)
Ответы Re: PostgreSQL, NetBSD and NFS  (Curt Sampson <cjs@cynic.net>)
Список pgsql-hackers
D'Arcy J.M. Cain wrote:

>On Thursday 30 January 2003 14:02, mlw wrote:
>  
>
>>Forgive my stupidity, are you running PostgreSQL with the data on an NFS
>>share?
>>    
>>
>
>Yes, sorry.  PostgreSQL is running from the local disk but the data is on the 
>mounted drive.
>
I'm not sure, I guess it could work, but NFS is a pretty poor file 
system. There are always issues with file locking across various 
platforms. I recall reading about mmap issues across NFS a while ago 
(forget the platform, sorry). Depending on the NFS server, there may be 
problems there. The NFS client may also have isses with locking, fsync, 
and mmap.

If possible, look for a network block device protocol. The file level 
NFS is probably inadequate for PostgreSQL.



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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: Linux.conf.au 2003 Report
Следующее
От: "D'Arcy J.M. Cain"
Дата:
Сообщение: Re: PostgreSQL, NetBSD and NFS