Search Postgresql Archives

Re: What happens when wal fails?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Joseph Shraibman <jks@xxxxxxxxxxxxxxx> writes:
> If I put the pg_xlog directory on its own disk, then that disk fails, 
> does that mean the postgres is hosed or does it just mean that postgres 
> no longer safe from a power outage?

The latter.  The WAL is actually write-only during normal operation.

However you need to define "fail".  If it fails in such a way that the
OS notices (which is likely) then the database is going to lock up
because it can't write to WAL.

			regards, tom lane

---------------------------(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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux