Per suggestion from Ron Mayer.
-
+
intarray
Two GiST index operator classes are provided:
gist__int_ops> (used by default) is suitable for
- small and medium-size arrays, while
+ small- to medium-size data sets, while
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).