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?