How to disable WAL?

From: "Gordan Bobic" <gordan(at)freeuk(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: How to disable WAL?
Date: 2001-06-18 11:27:58
Message-ID: 001f01c0f7e9$bbbadc40$800010ac@localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

How can I disable WAL?

As many benefits it may have in speed and stability, I need to disable
it in order to restore a database. My 10 Gb database, for some reason,
won't restore on a 40 GB disk because pg_xlog blows all the available
space, after which postmaster craches...

Is there a configuration file switch that I can use?

It totally excapes me why that amount of disk space is required - the
database is about 10 GB in postgres. It dumps to roughly 6 GB. But it
then 25 GB of free space is not enough to restore it. What's going on?

Cheers.

Gordan

In response to

Browse pgsql-general by date

  From Date Subject
Next Message zilch 2001-06-18 11:28:16 Re: sequence, set value of
Previous Message Konstantinos Agouros 2001-06-18 10:52:37 jdbc-question...