Re: Stored Procedure Performance

From: Adam Brusselback <adambrusselback(at)gmail(dot)com>
To: Purav Chovatia <puravc(at)gmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Stored Procedure Performance
Date: 2017-10-03 15:17:38
Message-ID: CAMjNa7dQYE44gisjODEWECs82oAjj5Q7pDDhFKmP_aYX3dZYow@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

There is also the option of pg_stat_statements:
https://www.postgresql.org/docs/current/static/pgstatstatements.html and
auto_explain:
https://www.postgresql.org/docs/current/static/auto-explain.html

These should help you identify what is slowing things down. There is no
reason I could think of you should be seeing a 10x slowdown between
Postgres and Oracle, so you'll likely have to just profile it to find out.

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Pavel Stehule 2017-10-03 15:28:55 Re: Stored Procedure Performance
Previous Message Laurenz Albe 2017-10-03 14:54:46 Re: Stored Procedure Performance