Re: alter table set tablespace over nfs getting stuck

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: s anwar <sanwar(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: alter table set tablespace over nfs getting stuck
Date: 2006-01-17 22:53:52
Message-ID: 22351.1137538432@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

s anwar <sanwar(at)gmail(dot)com> writes:
> My NFSed directory is mounted
> "rw,tcp,hard,intr,rsize=8192,wsize=8192".

ISTR some discussion recently about INTR not being a good idea on NFS
mounts. Does it work any better without that? You might also try
sticking to the default rsize/wsize, whatever it happens to be.

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Andrew Chambers 2006-01-18 00:41:52 Re: Finding and replacing text within records
Previous Message s anwar 2006-01-17 22:38:48 alter table set tablespace over nfs getting stuck