小于 1 分钟
Chapter 32. Just-in-Time Compilation (JIT)
Table of Contents
32.1. What is JIT compilation? : 32.1.1. JIT Accelerated Operations
[32.1.2. Inlining](jit-reason.md#JIT-INLINING)
[32.1.3. Optimization](jit-reason.md#JIT-OPTIMIZATION)
32.4. Extensibility : 32.4.1. Inlining Support for Extensions
[32.4.2. Pluggable JIT Providers](jit-extensibility.md#JIT-PLUGGABLE)
This chapter explains what just-in-time compilation is, and how it can be configured in PostgreSQL.
