Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
65.1. Introduction
Prev UpChapter 65. GiST IndexesHome Next

65.1. Introduction#

GiST stands for Generalized Search Tree. It is a balanced, tree-structured access method, that acts as a base template in which to implement arbitrary indexing schemes. B-trees, R-trees and many other indexing schemes can be implemented inGiST.

One advantage ofGiST is that it allows the development of custom data types with the appropriate access methods, by an expert in the domain of the data type, rather than a database expert.

Some of the information here is derived from the University of California at Berkeley's GiST Indexing Projectweb site and Marcel Kornacker's thesis, Access Methods for Next-Generation Database Systems. TheGiST implementation inPostgres Pro is primarily maintained by Teodor Sigaev and Oleg Bartunov, and there is more information on theirweb site.


Prev Up Next
Chapter 65. GiST Indexes Home 65.2. Built-in Operator Classes
pdfepub
Go to Postgres Pro Standard 16
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp