Re: pgsql: Add documentation for the JIT feature.

From: David Steele <david(at)pgmasters(dot)net>
To: Andres Freund <andres(at)anarazel(dot)de>, Stephen Frost <sfrost(at)snowman(dot)net>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Simon Riggs <simon(at)2ndquadrant(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Add documentation for the JIT feature.
Date: 2018-03-29 19:38:30
Message-ID: 7d4e1c7b-add9-611b-5ff2-33e6d5c9f3dd@pgmasters.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 3/29/18 3:27 PM, Andres Freund wrote:
>
> There's an entire section explaining what JIT is and what we currently
> can JIT. We can't just say "compiling of routines (also ...)", because
> a) we don't do that. b) even if you take expressions being JIT compiled
> as that, we also JIT compile tuple deforming. And hopefully will JIT
> further things in the not too far away future.

OK, I'm convinced.

--
-David
david(at)pgmasters(dot)net

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2018-03-29 19:39:48 pgsql: Teach create_projection_plan to omit projection where possible.
Previous Message Peter Geoghegan 2018-03-29 19:35:17 Re: pgsql: Add documentation for the JIT feature.

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabien COELHO 2018-03-29 19:39:42 Re: [HACKERS] WIP Patch: Pgbench Serialization and deadlock errors
Previous Message Isaac Morland 2018-03-29 19:36:11 Re: Flexible permissions for REFRESH MATERIALIZED VIEW