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

68.5. 例 #

<title>Examples</title>

The <productname>PostgreSQL</productname> source distribution includes several examples of index methods implemented using <acronym>GiST</acronym>. The core system currently provides text search support (indexing for <type>tsvector</type> and <type>tsquery</type>) as well as R-Tree equivalent functionality for some of the built-in geometric data types (see <filename>src/backend/access/gist/gistproc.c</filename>). The following <filename>contrib</filename> modules also contain <acronym>GiST</acronym> operator classes: PostgreSQLのソース配布物にはGiSTを使用したインデックスメソッドの実装のいくつかの事例が含まれています。 コアシステムは現在全文検索サポート(tsvectortsqueryのインデックス付け)や組み込みの幾何データ型の一部に対するR-Treeと等価な機能を提供します (src/backend/access/gist/gistproc.cを参照してください)。 以下のcontribモジュールも同時にGiST演算子クラスを含みます。

btree_gist
<para>B-tree equivalent functionality for several data types</para>

いくつかのデータ型に対するB-tree等価機能

cube
<para>Indexing for multidimensional cubes</para>

多次元の立方体用のインデックス

hstore
<para>Module for storing (key, value) pairs</para>

(キー、値)の組み合わせを格納するモジュール

intarray
<para>RD-Tree for one-dimensional array of int4 values</para>

int4値の1次元配列用のRD-Tree

ltree
<para>Indexing for tree-like structures</para>

疑似ツリー構造用のインデックス

pg_trgm
<para>Text similarity using trigram matching</para>

トライグラム一致を使用したテキストの類似性

seg
<para>Indexing for <quote>float ranges</quote></para>

浮動小数点範囲のインデックス