Re: PostgreSQL, NetBSD and NFS

Поиск
Список
Период
Сортировка
От Kevin Brown
Тема Re: PostgreSQL, NetBSD and NFS
Дата
Msg-id 20030205185456.GA1833@filer
обсуждение исходный текст
Ответ на Re: PostgreSQL, NetBSD and NFS  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Greg Copeland <greg@copelandconsulting.net> writes:
> > On Wed, 2003-02-05 at 11:18, Tom Lane wrote:
> >> Wild thought here: can you reduce the MTU on the LAN linking the NFS
> >> server to the NetBSD box?  If so, does it help?
> 
> > I'm curious as to why you think adjusting the MTU may have an effect on
> > this.  Lowering the MTU may actually increase fragmentation, lower
> > efficiency, and even exacerbate the situation.
> 
> I'm thinking maybe one or both LAN cards have a problem with packets
> exceeding a certain size.

But he's using NFS over TCP, so any traffic that gets truncated or
dropped should simply result in a TCP retransmit (since the packet's
data won't match its checksum anymore, and it'll get dropped on the
floor).

Of course, if the NFS layer is actually transferring data via UDP
despite explicitly being told to mount via TCP, that's something else.
It might be useful to verify via netstat that an actual TCP connection
to the NFS server is being established and used.


Makes me wonder if this might be a problem at the NFS protocol
layer...



-- 
Kevin Brown                          kevin@sysexperts.com


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

Предыдущее
От: Justin Clift
Дата:
Сообщение: Re: PostgreSQL, NetBSD and NFS
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Alpha version of contrib/tsearch is available for testing