Re: [PERFORM] PG Logging is Slow

2004-12-19 Thread Grega Bremec
...and on Mon, Dec 20, 2004 at 03:17:11PM +1100, Theo Galanakis used the keyboard: > Under postgres 7.3 logging is incredibly slow! > > I have applied the following settings: > > syslog = 2 > syslog_facility = 'LOCAL0' > syslog_ident = 'postgres' > > log_connections = true > log_duration =

Re: [PERFORM] PG Logging is Slow

2004-12-19 Thread Bruce Momjian
Theo Galanakis wrote: > Under postgres 7.3 logging is incredibly slow! > > I have applied the following settings: > > syslog = 2 > syslog_facility = 'LOCAL0' > syslog_ident = 'postgres' > > log_connections = true > log_duration = true > log_pid = true > log_statement = true > log_times

[PERFORM] PG Logging is Slow

2004-12-19 Thread Theo Galanakis
Title: Message Under postgres 7.3 logging is incredibly slow! I have applied the following settings: syslog = 2 syslog_facility = 'LOCAL0' syslog_ident = 'postgres'    log_connections =  true log_duration =  true log_pid =  true log_statement =  true log_timestamp =  true    This severely im