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

From: Saurabh Agrawal <mail(at)saurabhagrawal(dot)net>
To: Andreas Kretschmer <andreas(at)a-kretschmer(dot)de>
Cc: 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 11:49:01
Message-ID: CAL1UH0tMni-Q1X81TL3_ttMrfq91nP6xmhmBShj0m98MJgV8ag@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>
>
> 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.
>
>
Can you check the requests made by your application/ ORM? This looks like
application is making multiple requests, rather than something happening on
the database?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next 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
Previous Message Fabio Pardi 2018-06-26 10:51:42 Re: Single query uses all system memory