You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Prefetch the pages in index vacuum's sequential scans
Implemented in NBTREE, GIST and SP-GIST.
BRIN does not have a 2nd phase of vacuum, and both GIN and HASH clean up
their indexes in a non-seqscan fashion: GIN scans the btree from left to
right, and HASH only scans the initial buckets sequentially.
0 commit comments