Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ce595 commit 52e6371Copy full SHA for 52e6371
doc/src/sgml/intarray.sgml
@@ -1,4 +1,4 @@
1
-<!-- $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 $ -->
2
3
<sect1 id="intarray">
4
<title>intarray</title>
@@ -237,9 +237,10 @@
237
<para>
238
Two GiST index operator classes are provided:
239
<literal>gist__int_ops</> (used by default) is suitable for
240
- small and medium-size arrays, while
+ small- to medium-size data sets, while
241
<literal>gist__intbig_ops</> uses a larger signature and is more
242
- suitable for indexing large arrays.
+ suitable for indexing large data sets (i.e., columns containing
243
+ a large number of distinct array values).
244
</para>
245
246
0 commit comments