From: | Theo Galanakis <Theo(dot)Galanakis(at)lonelyplanet(dot)com(dot)au> |
---|---|
To: | pgsql-performance(at)postgresql(dot)org |
Subject: | PG Logging is Slow |
Date: | 2004-12-20 04:17:11 |
Message-ID: | 16C0CF355FA04944A69E5A4F5299D30B110EAA@ganesh.au.lpint.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
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 impacted the performance of our production system, a search
page which took 1-3 seconds now takes over 30, is this normal?
I need to get some performance indicators from our production db, however I
cant turn on logging with such performance degradation.
Theo
______________________________________________________________________
This email, including attachments, is intended only for the addressee
and may be confidential, privileged and subject to copyright. If you
have received this email in error, please advise the sender and delete
it. If you are not the intended recipient of this email, you must not
use, copy or disclose its content to anyone. You must not copy or
communicate to others content that is confidential or subject to
copyright, unless you have the consent of the content owner.
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2004-12-20 04:31:24 | Re: PG Logging is Slow |
Previous Message | Steinar H. Gunderson | 2004-12-18 13:45:40 | Re: Seqscan rather than Index |