Sharing DBA experience to all -- Oracle,MS SQL, DB2 , Netezza DBA,postgreSQL,AWS Redshift,MySQL,oracle SAP
script to find out unload and copy counts on Redshift database:
The below script will provide the count of copy/unload process on the same session.
select pg_last_copy_count();
select pg_last_unload_count();
No comments:
Post a Comment