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

Commit68af375

Browse files
author
Neil Conway
committed
Minor improvements to the Gin internal documentation.
1 parent70d15a5 commit68af375

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/backend/access/gin/README

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$PostgreSQL: pgsql/src/backend/access/gin/README,v 1.5 2008/03/20 17:55:14 momjian Exp $
1+
$PostgreSQL: pgsql/src/backend/access/gin/README,v 1.6 2008/07/08 03:25:42 neilc Exp $
22

33
Gin for PostgreSQL
44
==================
@@ -25,8 +25,8 @@ for tsvector) and where each tuple in a leaf page is either a pointer to a
2525
B-tree over item pointers (PT, posting tree), or a list of item pointers
2626
(PL, posting list) if the tuple is small enough.
2727

28-
Note: There is no delete operation for ET. The reason for this is thatfrom
29-
our experience,a set ofunique wordsover a largecollection change very
28+
Note: There is no delete operation for ET. The reason for this is thatin
29+
our experience,the set ofdistinct wordsin a largecorpus changes very
3030
rarely. This greatly simplifies the code and concurrency algorithms.
3131

3232
Gin comes with built-in support for one-dimensional arrays (eg. integer[],
@@ -64,7 +64,7 @@ itself is very fast.)
6464

6565
Such queries usually contain very frequent lexemes, so the results are not
6666
very helpful. To facilitate execution of such queries Gin has a configurable
67-
soft upper limitof the size of the returned set, determined by the
67+
soft upper limiton the size of the returned set, determined by the
6868
'gin_fuzzy_search_limit' GUC variable. This is set to 0 by default (no
6969
limit).
7070

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp