|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/intarray.sgml,v 1.5 2007/12/10 05:32:51 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/intarray.sgml,v 1.6 2009/03/18 20:18:18 tgl Exp $ --> |
2 | 2 |
|
3 | 3 | <sect1 id="intarray">
|
4 | 4 | <title>intarray</title>
|
|
237 | 237 | <para>
|
238 | 238 | Two GiST index operator classes are provided:
|
239 | 239 | <literal>gist__int_ops</> (used by default) is suitable for
|
240 |
| - small and medium-sizearrays, while |
| 240 | + small- to medium-sizedata sets, while |
241 | 241 | <literal>gist__intbig_ops</> uses a larger signature and is more
|
242 |
| - suitable for indexing large arrays. |
| 242 | + suitable for indexing large data sets (i.e., columns containing |
| 243 | + a large number of distinct array values). |
243 | 244 | </para>
|
244 | 245 |
|
245 | 246 | <para>
|
|