Re: steps of a sql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: PegoraroF10 <marcos(at)f10(dot)com(dot)br>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: steps of a sql
Date: 2019-09-27 22:04:15
Message-ID: 24497.1569621855@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

PegoraroF10 <marcos(at)f10(dot)com(dot)br> writes:
> Some days ago one of my customers claimed that one of his queries were
> spending too much time. Then on postgres log it appears really strange. That
> query doesn´t usually appears as parse, sometimes only as execute, because
> it tooks almost all times less than 500ms. But on that day something
> happened, what was that, PARSE time of 10 minutes ?

Something else sitting on an exclusive table lock, perhaps?

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2019-09-27 22:23:55 Re: Operator is not unique
Previous Message PegoraroF10 2019-09-27 21:44:20 Re: Operator is not unique