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

Table of Contents

33.1. What Is JIT compilation?
33.1.1. JIT Accelerated Operations
33.1.2. Inlining
33.1.3. Optimization
33.2. When to JIT?
33.3. Configuration
33.4. Extensibility
33.4.1. Inlining Support for Extensions
33.4.2. Pluggable JIT Providers

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