Re: is JIT available

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Scott Ribe <scott_ribe(at)elevated-dev(dot)com>
Cc: PostgreSQL General <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: is JIT available
Date: 2020-07-25 12:21:14
Message-ID: CAFj8pRB4b=8HTo6YcAZVb-++8P5VCui0u3hOiAx4ER8Y-3n0HQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

so 25. 7. 2020 v 14:04 odesílatel Scott Ribe <scott_ribe(at)elevated-dev(dot)com>
napsal:

> > On Jul 24, 2020, at 9:55 PM, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Ribe 2020-07-25 12:33:32 Re: is JIT available
Previous Message Scott Ribe 2020-07-25 12:04:12 Re: is JIT available