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

第52章 PostgreSQL内部の概要

目次

52.1. 問い合わせの経路
52.2. 接続の確立
52.3. 構文解析過程
52.3.1. パーサ
52.3.2. 書き換えプロセス
52.4. PostgreSQLルールシステム
52.5. プランナ/オプティマイザ
52.5.1. 実行可能な計画の生成
52.6. エグゼキュータ
<title>Overview of PostgreSQL Internals</title>

作者

<title>Author</title>

This chapter originated as part of <xref linkend="sim98"/> Stefan Simkovics' Master's Thesis prepared at Vienna University of Technology under the direction of O.Univ.Prof.Dr. Georg Gottlob and Univ.Ass. Mag. Katrin Seyr. 本章は[sim98]として、 ウィーン工科大学にてO.Univ.Prof.Dr. Georg GottlobとUniv.Ass.Mag. Katrin Seyr.の指導の下にStefan Simkovicsが書いた修士論文の一部が基になっています。

This chapter gives an overview of the internal structure of the backend of <productname>PostgreSQL</productname>. After having read the following sections you should have an idea of how a query is processed. This chapter is intended to help the reader understand the general sequence of operations that occur within the backend from the point at which a query is received, to the point at which the results are returned to the client. 本章ではPostgreSQLのバックエンドの内部構造の概要を説明します。 次からの節を読んだ後には、問い合わせがどのように処理されるかの概念がつかめているはずです。 バックエンドが問い合わせを受け取った時点からクライアントに結果を返す時点の間に引き起こる操作の一般的な流れを理解してもらうのが、この章の目的です。