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 10:32:44
Message-ID: d27c8cfc-043a-01f5-5727-d19c96291a55@a-kretschmer.de
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.

they are independend each other. You can run those queries with EXPLAIN
ANALYSE to see the execution plan.

Regards, Andreas

--
2ndQuadrant - The PostgreSQL Support Company.
www.2ndQuadrant.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Fabio Pardi 2018-06-26 10:51:42 Re: Single query uses all system memory
Previous Message amandeep singh 2018-06-26 10:19:10 We find few queries running three times simultaneously with same parameters on postgres db