forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit56a5747
committed
Refactor GIN's handling of duplicate search entries.
The original coding could combine duplicate entries only when theyoriginated from the same qual condition. In particular it could notcombine cases where multiple qual conditions all give rise to full-indexscan requests, which is an expensive case well worth optimizing. Refactorso that duplicates are recognized across all the quals.1 parent002c105 commit56a5747
File tree
3 files changed
+402
-363
lines changed- src
- backend/access/gin
- include/access
3 files changed
+402
-363
lines changed0 commit comments
Comments
(0)