バージョンごとのドキュメント一覧

第32章 実行時コンパイル(JIT)

目次

32.1. JITコンパイルとは何か?
32.1.1. JITにより高速化される処理
32.1.2. インライン展開(Inlining)
32.1.3. 最適化
32.2. どんなときにJITを使うべきか?
32.3. 設定
32.4. 拡張性
32.4.1. 拡張のためのインライン展開サポート
32.4.2. プラグ可能JITプロバイダ
<title>Just-in-Time Compilation (<acronym>JIT</acronym>)</title>

This chapter explains what just-in-time compilation is, and how it can be configured in <productname>PostgreSQL</productname>. 本章では、実行時コンパイル(just-in-time compilation)とは何か、そしてPostgreSQLでそれをどのように設定できるかを説明します。

<sect1 id="jit-configuration" xreflabel="JIT Configuration">