Re: Stored Procedure Performance

From: Purav Chovatia <puravc(at)gmail(dot)com>
To: Adam Brusselback <adambrusselback(at)gmail(dot)com>
Cc: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Stored Procedure Performance
Date: 2017-10-11 16:52:23
Message-ID: CADrzpjHWww9dV8Wrb9aioT1J2TY-QdeUFVn61tn5SqtqX6PfoA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Yes, there is some code to catch exceptions like unique constraint
violation and no data found. Do you suggest we trying by commenting that
part? btw, the dataset is a controlled one, so what I can confirm is we are
not hitting any exceptions.

Thanks

On 11 October 2017 at 22:07, Adam Brusselback <adambrusselback(at)gmail(dot)com>
wrote:

> Is there any error handling in there? I remember seeing performance
> issues if you put in any code to catch exceptions.
>

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Adam Brusselback 2017-10-11 16:54:37 Re: Stored Procedure Performance
Previous Message Adam Brusselback 2017-10-11 16:37:01 Re: Stored Procedure Performance