File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 277277 <para>
278278 The choice between GiST and GIN indexing depends on the relative
279279 performance characteristics of GiST and GIN, which are discussed elsewhere.
280- As a rule of thumb, a GIN index is faster to search than a GiST index, but
281- slower to build or update; so GIN is better suited for static data and GiST
282- for often-updated data.
283280 </para>
284281 </sect2>
285282
Original file line number Diff line number Diff line change @@ -355,9 +355,6 @@ SELECT * FROM test_trgm WHERE t ~ '(foo|bar)';
355355 <para>
356356 The choice between GiST and GIN indexing depends on the relative
357357 performance characteristics of GiST and GIN, which are discussed elsewhere.
358- As a rule of thumb, a GIN index is faster to search than a GiST index, but
359- slower to build or update; so GIN is better suited for static data and GiST
360- for often-updated data.
361358 </para>
362359 </sect2>
363360
You can’t perform that action at this time.
0 commit comments