public inbox for [email protected]  
help / color / mirror / Atom feed
From: ywgrit <[email protected]>
To: [email protected]
Cc: [email protected]
Subject: Some questions about JIT optimization
Date: Mon, 26 Jan 2026 11:11:22 +0800
Message-ID: <CAPt2h2aWf7QPg81+Wq78Z-88ybHvSKefoSXMidiFpgMbJZJvMg@mail.gmail.com> (raw)

Presentation:
https://anarazel.de/talks/2018-06-01-pgcon-state-of-jit/state-of-jit.pdf.
It mentions “Future things to JIT: Aggregate & Hashjoin hash computation.”
I'm not entirely clear where this optimization specifically manifests. I
tested tpch-100G. Performance improvements for q5/11 were minimal because
expression execution constitutes a very small proportion in these two
queries, leaving little room for JIT optimization. Both queries share
common hot functions: `ExecParallelScanHashBucket` and
`ExecParallelHashJoin`. However, I don't see how these hot functions could
be optimized via JIT. I'd appreciate hearing everyone's thoughts.

Thanks.


view thread (2+ messages)

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected]
  Subject: Re: Some questions about JIT optimization
  In-Reply-To: <CAPt2h2aWf7QPg81+Wq78Z-88ybHvSKefoSXMidiFpgMbJZJvMg@mail.gmail.com>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox