Re: WIP - syslogger infrastructure changes

From: Itagaki Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Joshua Tolley <eggyknap(at)gmail(dot)com>
Subject: Re: WIP - syslogger infrastructure changes
Date: 2009-09-15 05:21:11
Message-ID: 20090915141547.9C5F.52131E4D@oss.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Magnus Hagander <magnus(at)hagander(dot)net> wrote:

> Second, data transfer from the backends is now in the form of
> structured data, and the actual logging message is put together in the
> syslogger

I'd like to have an opposite approach -- per-backend log files.
Syslogger and appending logs at only one file will be a performance
bottleneck when we want write a lot of logs. Per-backend log files
like "postgres.<backend-id>.log" would be a help then.

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2009-09-15 05:36:09 Re: CommitFest 2009-09: Now In Progress
Previous Message Fujii Masao 2009-09-15 04:54:10 Re: Streaming Replication patch for CommitFest 2009-09