This repository was archived by the owner on Oct 2, 2025. It is now read-only.
Commit c02f0a7
committed
Enable nested loop for gprestore connections
Statistics backups created in gpbackup versions starting from 1.30.5_arenadata16
have inefficient SQL for deleting existing statistics. For new backups, this
issue has been fixed in 18be0cbcb255c6840a23fvide085915e0d006069f5.
This patch fixes the issue for existing backups by enabling nested loop join.
This should lead to a more efficient plan with an index scan instead of a seq
scan.1 parent eecb1f8 commit c02f0a7
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| |||
0 commit comments