Re: We find few queries running three times simultaneously with same parameters on postgres db

From: Andreas Kretschmer <andreas(at)a-kretschmer(dot)de>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: We find few queries running three times simultaneously with same parameters on postgres db
Date: 2018-06-26 12:33:35
Message-ID: F1A212EE-F14B-476E-9875-713B6971E25F@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 26 June 2018 12:32:44 CEST, Andreas Kretschmer <andreas(at)a-kretschmer(dot)de> wrote:
>
>
>Am 26.06.2018 um 12:19 schrieb amandeep singh:
>> We have been observing our postgres database from past few days,We
>> found few queries running three times simultaneously with same
>> parameters.I would like to back track how a query is running multiple
>
>> times.
>
>they are independend each other. You can run those queries with EXPLAIN
>
>ANALYSE to see the execution plan.
>
>Regards, Andreas

seems like i misunderstud your query. are you sure, that the parameter $1 is equal across all different connections?

Andreas

--
2ndQuadrant - The PostgreSQL Support Company

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Enrico Pirozzi 2018-06-26 14:21:26 Re: Problem Postgres
Previous Message Edson Carlos Ericksson Richter 2018-06-26 12:20:51 Re: We find few queries running three times simultaneously with same parameters on postgres db