Ben wrote: > If you're just looking for a way to have high availability and you're ok > being tied to linux, DRBD is a good way to go. It keeps things simple in > that all changes are replicated, it won't say an fsync is finished until > it's finished on the remote host too,
Oh, so that's how it works. I assume performance must be, huh, not stellar? -- Alvaro Herrera http://www.CommandPrompt.com/ The PostgreSQL Company - Command Prompt, Inc. ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match