- GiST indexes require seven support functions, with an optional eighth, as
- shown in .
+ GiST indexes have nine support functions, two of which are optional,
+ as shown in .
(For more information see .)
determine distance from key to query value (optional)
8
+ |
+ fetch>
+ compute original representation of a compressed key for
+ index-only scans (optional)
+ 9
+
- GIN indexes require four support functions, with an optional fifth, as
- shown in .
+ GIN indexes have six support functions, three of which are optional,
+ as shown in .
(For more information see .)