The reported size of data transferred in gpcopy is larger than size of the tables that were copied.
gpcopy logs:
20221221:15:11:09 gpcopy:gpadmin:XEMDUB07DBXP180:027640-[INFO]:-[datalake] Finished copying database "Progress: (1/1) DBs, (1/1) tables done"
20221221:15:11:10 gpcopy:gpadmin:XEMDUB07DBXP180:027640-[INFO]:-------------------------------------------------
20221221:15:11:10 gpcopy:gpadmin:XEMDUB07DBXP180:027640-[INFO]:-Total elapsed time: 8h11m9.747886529s
20221221:15:11:10 gpcopy:gpadmin:XEMDUB07DBXP180:027640-[INFO]:-Total transferred data 528.8GB, transfer rate 65GB/h
20221221:15:11:10 gpcopy:gpadmin:XEMDUB07DBXP180:027640-[INFO]:-Copied 1 databases
20221221:15:11:10 gpcopy:gpadmin:XEMDUB07DBXP180:027640-[INFO]:- Database datalake: successfully copied 1 tables, skipped 0 tables, failed 0 tables
Table size:
select
relname,
pg_size_pretty(pg_table_size(relid)) as table_size
where
schemaname = 'schema'
and relname = '<table name> '
order by relname asc;
relname | table_size
--------------------+------------
mopar_ant_forecast | 58 GB