Skip to content

Commit ed97b99

Browse files
author
Artur Zakirov
committed
Fix ambiguous exlanation about phrase search supporting by GIN
1 parent 6831168 commit ed97b99

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)