Re: PostgreSQL data on a NAS device ?
Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
From: Shridhar Daithankar <shridhar_daithankar@persistent.co.in>
To:
Cc: pgsql-performance@postgresql.org
Date: 2003-10-20T12:30:41Z
Lists: pgsql-performance
Alexander Priem wrote: > About clustering: I know this can't be done by hooking multiple postmasters > to one and the same NAS. This would result in data corruption, i've read... Only if they are reading same data directory. You can run 4 different data installations of postgresql, each one in its own directory and still put them on same device. Shridhar