I'm migrating about 2.5 Terabytes of data from an on-prem Microsoft SQL Server to Amazon S3 using DMS. It consists of 6 tables, 2 of which are 1.3TB and 1TB respectively.
The migration of the 1.3TB table took 26Hrs. However, the data that is present in CSV in S3 after the migration is about ~200GB.
Is this significant reduction in file size normal in migrating from SQL Server to S3-CSV or could there be a loss of data?