Re: is JIT available

From: Scott Ribe <scott_ribe(at)elevated-dev(dot)com>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: PostgreSQL General <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: is JIT available
Date: 2020-07-25 12:33:32
Message-ID: 017A80D9-CD7E-45C1-A1F3-FA2B1AF1095D@elevated-dev.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> On Jul 25, 2020, at 6:21 AM, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> wrote:
>
> It shows if Postgres was compiled with JIT support.
>
> When you run EXPLAIN ANALYZE SELECT ... then you can see info about JIT overhead. If you don't see notices about JIT in EXPLAIN, then JIT was not used.

The presence of "jit = on" in the config file does not indicate whether the running PG was actually compiled with JIT. And I'm not sure whether beyond that, compiling with JIT requires presence of anything outside the PG install.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2020-07-25 12:39:52 Re: is JIT available
Previous Message Pavel Stehule 2020-07-25 12:21:14 Re: is JIT available