Disabling bgwriter on my notebook - Mailing list pgsql-hackers

From Michael Paesold
Subject Disabling bgwriter on my notebook
Date
Msg-id 005901c49cbb$591ce5e0$d604460a@zaphod
Whole thread Raw
List pgsql-hackers
Hi everybody,

I have started testing PostgreSQL on windows. Now that I have managed to
import a dump of one of our production databases to postgres on my notebook,
there is one issue that came up immediatly after running VACUUM FULL:

pgwriter is keeping my disks busy and disturbs me :-(. The more I like
pgwriter for a production system, the less I like it on my desktop during
developement.

So I thought I would just be able to disable this, but that seems not the
case.

#bgwriter_delay = 200  # 10-5000 milliseconds
#bgwriter_percent = 1  # 1-100% of dirty buffers
#bgwriter_maxpages = 100 # 1-1000 buffers max at once

bgwriter_percent can't be set to 0, neither can bgwriter_maxpages be, nor
can I set bgwriter_delay to something like 15 or 30 minutes...

For sympathy or pity for developers who are using postgres on a laptop or
desktop system, I would suggest that this is classified as a "convenience
bug" and fixed in a reasonable way.

Best Regards,
Michael Paesold



pgsql-hackers by date:

Previous
From: Christopher Browne
Date:
Subject: Re: pg_dump --exclude-schema=foo
Next
From: Szima Gábor
Date:
Subject: transaction idle timeout in 7.4.5 and 8.0.0beta2