-
+
Managing Databases
the old tablespace locations.)
+
+
Network File Systems
+
+
+
+
NFS>>Network File Systems>>
+
Network Attached Storage (NAS>)>Network File Systems>>
+
+ Many installations create tablespace on network file systems.
+ Sometimes this is done directly via
NFS>, or by using a
+ Network Attached Storage (
NAS>) device that uses
+
NFS> internally. PostgreSQL> does nothing
+ special for
NFS> file systems, meaning it assumes
+
NFS> behaves exactly like locally-connected drives. If
+ client and server
NFS> implementations have non-standard
+ semantics, this can cause reliability problems (see
+ url="http://www.time-travellers.org/shane/papers/NFS_considered_harmful.html">).
+ Specifically, delayed (asynchonous) writes to the
NFS>
+ server can cause reliability problems; if possible, mount
+
NFS> file systems synchonously to avoid this.
+
+
+
+