Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8ee0763

Browse files
committed
Mention hash opclasses in 'System Dependencies on Operator Classes',
which previously only talked about btree opclasses.
1 parent7cac325 commit8ee0763

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

‎doc/src/sgml/xindex.sgml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/xindex.sgml,v 1.60 2007/04/25 19:48:27 neilc Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/xindex.sgml,v 1.61 2007/12/02 04:36:40 tgl Exp $ -->
22

33
<sect1 id="xindex">
44
<title>Interfacing Extensions To Indexes</title>
@@ -893,6 +893,13 @@ ALTER OPERATOR FAMILY integer_ops USING btree ADD
893893
any assumption about the behavior of operators with particular names.
894894
</para>
895895
</note>
896+
897+
<para>
898+
Another important point is that an operator that
899+
appears in a hash operator family is a candidate for hash joins,
900+
hash aggregation, and related optimizations. The hash operator family
901+
is essential here since it identifies the hash function(s) to use.
902+
</para>
896903
</sect2>
897904

898905
<sect2 id="xindex-opclass-features">
@@ -950,7 +957,7 @@ CREATE OPERATOR CLASS polygon_ops
950957
is used. In GIN, the <literal>STORAGE</> type identifies the type of
951958
the <quote>key</> values, which normally is different from the type
952959
of the indexed column &mdash; for example, an operator class for
953-
integerarray columns might have keys that are just integers. The
960+
integer-array columns might have keys that are just integers. The
954961
GIN <function>extractValue</> and <function>extractQuery</> support
955962
routines are responsible for extracting keys from indexed values.
956963
</para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp