]> begriffs open source - ai-pg/blob - full-docs/txt/jit.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / jit.txt
1
2 Chapter 30. Just-in-Time Compilation (JIT)
3
4    Table of Contents
5
6    30.1. What Is JIT compilation?
7
8         30.1.1. JIT Accelerated Operations
9         30.1.2. Inlining
10         30.1.3. Optimization
11
12    30.2. When to JIT?
13    30.3. Configuration
14    30.4. Extensibility
15
16         30.4.1. Inlining Support for Extensions
17         30.4.2. Pluggable JIT Providers
18
19    This chapter explains what just-in-time compilation is, and how it can
20    be configured in PostgreSQL.