Home Explore Blog CI



postgresql

doc/src/sgml/indextypes.sgml
db1668381ee844a57f3fb56e9ebb805482ed3789e4bcb89f00000003000000a8
 <!-- doc/src/sgml/indextypes.sgml -->

<chapter id="indextypes">
<title>Built-in Index Access Methods</title>

&amp;btree;
&amp;gist;
&amp;spgist;
&amp;gin;
&amp;brin;
&amp;hash;

</chapter>

Chunks
8de63112 (1st chunk of `doc/src/sgml/indextypes.sgml`)
Title: Built-in Index Access Methods
Summary
This chapter appears to provide an overview of various built-in index access methods, including B-tree, GiST, SP-GiST, GIN, BRIN, and hash, although the details are not provided in this snippet.