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

Commited97b99

Browse files
author
Artur Zakirov
committed
Fix ambiguous exlanation about phrase search supporting by GIN
1 parent6831168 commited97b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on the `GIN` access methods code.
1313
- Slow ranking. It is need position information about lexems to ranking.`GIN`
1414
index doesn't store positions of lexems. So after index scan we need additional
1515
heap scan to retreive lexems positions.
16-
-There isn't phrase search with`GIN` index. This problem relates with previous
16+
-Slow phrase search with`GIN` index. This problem relates with previous
1717
problem. It is need position information to perform phrase search.
1818
- Slow ordering by timestamp.`GIN` index can't store some related information
1919
in index with lexemes. So it is necessary to perform additional heap scan.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp