Re: Turn jit off for slow subquery in Postgres 12

From: Michael Lewis <mlewis(at)entrata(dot)com>
To: Thomas Kellerer <shammat(at)gmx(dot)net>
Cc: PostgreSQL General <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Turn jit off for slow subquery in Postgres 12
Date: 2021-02-16 15:21:32
Message-ID: CAHOFxGqgSVnEdGCfs2=qH6HX1fABL7Pr1vU4-X53J1FboUYwwA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Either turn it off, or increase jit_above_cost, jit_inline_above_cost,
and/or jit_optimize_above_cost.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Philip Semanchuk 2021-02-16 18:06:01 Re: pg_stat_user_tables.n_mod_since_analyze persistence?
Previous Message Mutuku Ndeti 2021-02-16 14:46:02 Re: PostgreSQL Replication