index 95121c1e9ba9bded22262e8d3dd6a9e52d94d5f8..ddf74218991448810f12bf429e911a3f96c03efe 100644 (file)
-<!-- $PostgreSQL: pgsql/doc/src/sgml/intarray.sgml,v 1.5 2007年12月10日 05:32:51 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/intarray.sgml,v 1.6 2009年03月18日 20:18:18 tgl Exp $ -->
<sect1 id="intarray">
<title>intarray</title>
<para>
Two GiST index operator classes are provided:
<literal>gist__int_ops</> (used by default) is suitable for
- small and medium-size arrays, while
+ small- to medium-size data sets, while
<literal>gist__intbig_ops</> uses a larger signature and is more
- suitable for indexing large arrays.
+ suitable for indexing large data sets (i.e., columns containing
+ a large number of distinct array values).
</para>
<para>