Re: Performance-Problem, mal wieder

From: Ralf Burger <ralf(at)Burger-AG(dot)de>
To: Andreas Kretschmer <akretschmer(at)internet24(dot)de>
Cc: PGSQL Allgemein <pgsql-de-allgemein(at)postgresql(dot)org>
Subject: Re: Performance-Problem, mal wieder
Date: 2011-01-06 07:14:41
Message-ID: 4D256BE1.4050204@Burger-AG.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-de-allgemein

moin andreas,

LOG: duration: 1021.310 ms statement: delete from t_eingeloggt where personid = 148

> .....
> Sachdienliche Hinweise bitte an mich ...
>
>
> Andreas

also ein problem ist es nicht, sowas zu provozieren:

2011-01-06 08:03:46 CET pgfakt pgfakt 4011 LOG: statement: delete from
pgf_log where oid=1635437;
2011-01-06 08:03:46 CET pgfakt pgfakt 4011 LOG: duration: 0.716 ms
2011-01-06 08:04:00 CET 4014 DEBUG: autovacuum: processing database "pgfakt"
2011-01-06 08:04:00 CET 3990 DEBUG: server process (PID 4014) exited with
exit code 0
2011-01-06 08:04:03 CET pgfakt pgfakt 4011 LOG: statement: delete from
pgf_log where oid=18885;
2011-01-06 08:04:03 CET pgfakt pgfakt 4011 LOG: duration: 0.716 ms
2011-01-06 08:04:17 CET pgfakt pgfakt 4006 LOG: statement: delete from
pgf_log where oid= 18885 ;
.....
2011-01-06 08:05:56 CET pgfakt pgfakt 4006 LOG: duration: 99249.447 ms <-----!!

was in diesem log fehlt, ist dieses stueck:

2011-01-06 08:03:31 CET pgfakt pgfakt 4011 LOG: statement: begin;
2011-01-06 08:03:31 CET pgfakt pgfakt 4011 LOG: duration: 0.214 ms
....
2011-01-06 08:05:00 CET 4059 DEBUG: autovacuum: processing database "pgfakt"
2011-01-06 08:05:00 CET 3990 DEBUG: server process (PID 4059) exited with
exit code 0
2011-01-06 08:05:18 CET 3990 DEBUG: forked new backend, pid=4065 socket=8
2011-01-06 08:05:18 CET [unknown] [unknown] 4065 LOG: connection received:
host=xxxxx port=35873
2011-01-06 08:05:18 CET pgfakt pgfakt 4065 LOG: connection authorized:
user=pgfakt database=pgfakt
2011-01-06 08:05:33 CET pgfakt pgfakt 4065 LOG: statement: select count (oid)
from pgf_log;
2011-01-06 08:05:34 CET pgfakt pgfakt 4065 LOG: duration: 71.589 ms
2011-01-06 08:05:56 CET pgfakt pgfakt 4011 LOG: statement: rollback;
2011-01-06 08:05:56 CET pgfakt pgfakt 4011 LOG: duration: 0.294 ms

bist du sicher, das da nicht irgendwo ein

4006 ? Ss 0:00 postgres: pgfakt pgfakt xxxxx(35871) DELETE waiting
on a lock

rumduempelt?

viele gruesse

ralf

-----------------------------------------------------------------
Ralf Burger AG
Roenskenstr. 37
46562 Voerde

HRB: AG Duisburg HRB 18758
USt.-ID: DE151403601
Vorstand: Ralf Burger
Vorsitzende des Aufsichtsrates: Andrea Giebel

Telefon und Internet
====================
Festnetz: 02855 / 26 18
0700 123 456 00 (12ct/min)

Internet: http://www.burger-ag.de/

In response to

Browse pgsql-de-allgemein by date

  From Date Subject
Next Message Thomas Markus 2011-01-06 07:17:48 Re: Performance-Problem, mal wieder
Previous Message Andreas Kretschmer 2011-01-06 05:40:37 Performance-Problem, mal wieder