aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/sgml/intarray.sgml3
-rw-r--r--doc/src/sgml/pgtrgm.sgml3
2 files changed, 0 insertions, 6 deletions
diff --git a/doc/src/sgml/intarray.sgml b/doc/src/sgml/intarray.sgml
index aae6022c331..ccb1fdecea1 100644
--- a/doc/src/sgml/intarray.sgml
+++ b/doc/src/sgml/intarray.sgml
@@ -277,9 +277,6 @@
<para>
The choice between GiST and GIN indexing depends on the relative
performance characteristics of GiST and GIN, which are discussed elsewhere.
- As a rule of thumb, a GIN index is faster to search than a GiST index, but
- slower to build or update; so GIN is better suited for static data and GiST
- for often-updated data.
</para>
</sect2>
diff --git a/doc/src/sgml/pgtrgm.sgml b/doc/src/sgml/pgtrgm.sgml
index ef3c15d7053..e0d98f6dd8f 100644
--- a/doc/src/sgml/pgtrgm.sgml
+++ b/doc/src/sgml/pgtrgm.sgml
@@ -355,9 +355,6 @@ SELECT * FROM test_trgm WHERE t ~ '(foo|bar)';
<para>
The choice between GiST and GIN indexing depends on the relative
performance characteristics of GiST and GIN, which are discussed elsewhere.
- As a rule of thumb, a GIN index is faster to search than a GiST index, but
- slower to build or update; so GIN is better suited for static data and GiST
- for often-updated data.
</para>
</sect2>