Add parameter jit_warn_above_fraction - Mailing list pgsql-hackers

From Magnus Hagander
Subject Add parameter jit_warn_above_fraction
Date
Msg-id CABUevExR_9ZmkYj-aBvDreDKUinWLBBpORcmTbuPdNb5vGOLtA@mail.gmail.com
Whole thread Raw
Responses Re: Add parameter jit_warn_above_fraction
Re: Add parameter jit_warn_above_fraction
Re: Add parameter jit_warn_above_fraction
List pgsql-hackers
This patch adds a configuration parameter jit_warn_above_fraction that
will cause a warning to be logged if the fraction of time spent on
doing JIT is bigger than the specified one. For example, this can be
used to track down those cases where JIT ends up taking 90% of the
query runtime because of bad estimates...

-- 
 Magnus Hagander
 Me: https://www.hagander.net/
 Work: https://www.redpill-linpro.com/

Attachment

pgsql-hackers by date:

Previous
From: Japin Li
Date:
Subject: Re: Size functions inconsistent results
Next
From: Fabrízio de Royes Mello
Date:
Subject: Re: Size functions inconsistent results