Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8e1ad1b

Browse files
committed
doc: remove GIN vs. GiST performance mention
This is a followup to commit6d8b2aa.
1 parent69769a3 commit8e1ad1b

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

‎doc/src/sgml/intarray.sgml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,6 @@
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

‎doc/src/sgml/pgtrgm.sgml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp