Skip to content

Instantly share code, notes, and snippets.

@rferraton
rferraton / FastTransfer PG2PG
Last active March 17, 2026 08:11
FastTransfer log for a parallel transfer from pg15 to pg16 using ctid method and degre -2 (half cpu => 32/2=16 here)
(base) PS D:\FastTransfer\latest> .\FastTransfer.exe `
>> --sourceconnectiontype pgcopy `
>> --sourceserver "localhost:5432" `
>> --sourcedatabase "tpch" `
>> --sourceuser "FastUser" `
>> --sourcepassword "FastPassword" `
>> --sourceschema "tpch_10" `
>> --sourcetable "orders" `
>> --targetconnectiontype pgcopy `
>> --targetserver "localhost:15432" `