Re: Change in logging behaviour between 8.1 and 8.2

From: Ben Webber <ben(dot)webber(at)egsgroup(dot)com>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org, Alexander Stanier <alexander(dot)stanier(at)egsgroup(dot)com>
Subject: Re: Change in logging behaviour between 8.1 and 8.2
Date: 2008-11-17 15:18:56
Message-ID: 49218B60.70409@egsgroup.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

An interesting suggestion, but the problem with storing the logfiles in
a table for us would be that uncompressed, the log file for a day is
about 10 gigs. This would mean that an unacceptable amount of excess
data would accumulate in the database. It would be feasible however to
write a script to import the archived logfile into a new temporary
database on a different server, then use SQL to search it and delete the
db when finished.

Thanks for the suggestion though.

Ben.

Alvaro Herrera wrote:
> Ben Webber wrote:
>> Hi,
>>
>> I wrote a shell script to find the duration and the related statement in the log file and place them one after the other if the duration is over a specified time like this:-
>>
>> 2008-10-31 02:00:49 GMT [23683] [mp_live] LOG: statement: CLUSTER;
>> 2008-10-31 02:04:42 GMT [23683] [mp_live] LOG: duration: 232783.684 ms
>
> I wonder if you'd benefit from doing CSV logs and then storing them into
> a table. Querying using SQL is probably going to be easier (and more
> robust -- it'd work even with embedded newlines etc).
>

This message has been scanned for malware by SurfControl plc. www.surfcontrol.com

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Ben Webber 2008-11-17 15:24:00 Re: Change in logging behaviour between 8.1 and 8.2
Previous Message Alvaro Herrera 2008-11-17 14:58:37 Re: Change in logging behaviour between 8.1 and 8.2