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
As now db2_fdw supports the copy command in PG to export and import data from a fdw table into a csv file, that needs to be optimized for speed using bulk insert and/or load of the db2 client avoiding locking overhead and optimize data transfer.
As now db2_fdw supports the copy command in PG to export and import data from a fdw table into a csv file, that needs to be optimized for speed using bulk insert and/or load of the db2 client avoiding locking overhead and optimize data transfer.