Chapter 29. Just-in-Time Compilation (JIT)

Table of Contents

29.1. What Is JIT compilation?
29.1.1. JIT Accelerated Operations
29.1.2. Inlining
29.1.3. Optimization
29.2. When to JIT?
29.3. Configuration

This chapter explains what just-in-time compilation is, and how it can be configured in Postgres Pro Shardman.

Important

Note that JIT should not be used with the distributed systems, as compilation of each expression multiplied by the number of partitions is much more time-consuming that planning.