Re: is JIT available - Mailing list pgsql-general

From Pavel Stehule
Subject Re: is JIT available
Date
Msg-id CAFj8pRB4b=8HTo6YcAZVb-++8P5VCui0u3hOiAx4ER8Y-3n0HQ@mail.gmail.com
Whole thread Raw
In response to Re: is JIT available  (Scott Ribe <scott_ribe@elevated-dev.com>)
Responses Re: is JIT available
Re: is JIT available
List pgsql-general


so 25. 7. 2020 v 14:04 odesílatel Scott Ribe <scott_ribe@elevated-dev.com> napsal:
> On Jul 24, 2020, at 9:55 PM, Pavel Stehule <pavel.stehule@gmail.com> wrote:
>
> SELECT * FROM pg_config;

That doesn't tell me whether or not it can actually be used.

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.

Pavel


pgsql-general by date:

Previous
From: Scott Ribe
Date:
Subject: Re: is JIT available
Next
From: Scott Ribe
Date:
Subject: Re: is JIT available