Re: [PATCHES] Full page writes improvement, code update - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: [PATCHES] Full page writes improvement, code update
Date
Msg-id 200704251127.13624.josh@agliodbs.com
Whole thread Raw
In response to Re: [PATCHES] Full page writes improvement, code update  ("Zeugswetter Andreas ADI SD" <ZeugswetterA@spardat.at>)
Responses Re: [PATCHES] Full page writes improvement, code update  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: too much WAL volume  ("Zeugswetter Andreas ADI SD" <ZeugswetterA@spardat.at>)
List pgsql-hackers
Andreas,

> Writing to a different area was considered in pg, but there were more
> negative issues than positive.
> So imho pg_compresslog is the correct path forward. The current
> discussion is only about whether we want a more complex pg_compresslog
> and no change to current WAL, or an increased WAL size for a less
> complex implementation.
> Both would be able to compress the WAL to the same "archive log" size.

Huh?  As conceived, pg_compresslog does nothing to lower log volume for
general purposes, just on-disk storage size for archiving.  It doesn't help
us at all with the tremendous amount of log we put out for an OLTP server,
for example.

Not that pg_compresslog isn't useful on its own for improving warm standby
managability, but it's completely separate from addressing the "we're logging
too much" issue.

--
Josh Berkus
PostgreSQL @ Sun
San Francisco

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: ECPG failure on BF member Vaquita (Windows Vista)
Next
From: "Mark Wong"
Date:
Subject: Re: ECPG failure on BF member Vaquita (Windows Vista)