Hi,
One reason the remote plans via FDW are different than the plans of queries running directly on the remote server is
thata cursor is used, which is optimized for low number of rows according to cursor_tuple_fraction. Is there any way to
setparameters that affect the queries on the remote via FDW? If not, is there any plan to introduce such setting?
--
Regards,
Peter