We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6831168 commit ed97b99Copy full SHA for ed97b99
README.md
@@ -13,7 +13,7 @@ on the `GIN` access methods code.
13
- Slow ranking. It is need position information about lexems to ranking. `GIN`
14
index doesn't store positions of lexems. So after index scan we need additional
15
heap scan to retreive lexems positions.
16
-- There isn't phrase search with `GIN` index. This problem relates with previous
+- Slow phrase search with `GIN` index. This problem relates with previous
17
problem. It is need position information to perform phrase search.
18
- Slow ordering by timestamp. `GIN` index can't store some related information
19
in index with lexemes. So it is necessary to perform additional heap scan.
0 commit comments