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
{{ message }}
This repository was archived by the owner on May 24, 2024. It is now read-only.
Add analyze functionality for mpp file fdw. (#16716)
For file_fdw, the analyze method `fileAnalyzeForeignTable()` is just forked from upstream. There are no adaptation modifications for this analyze callback. So when the file_fdw foreign table in greenplum point to multiple files with mpp_execute option is set to `all segments`, it can not do all the sampling work from QD process, because the remote files may be stored on each segment which may be different hosts.
So this PR adds some adaptation work for the analyze callback function to deal with this situation. Also this PR tries to fix this issue: greenplum-db/gpdb#16700
0 commit comments