stale-scientist-29745
07/28/2023, 10:16 PMhundred of files) on s3. The size of the folder is the like of hundred of GBs.
• We download the data with https://docs.metaflow.org/api/S3#S3.get_all
• We modify something from the data
• We upload the data again with https://docs.metaflow.org/api/S3#S3.put_files to a new s3 path.
We noticed on a machine (with only 2 CPUs), downloading the data takes 30 mins but upload the data again takes only 5 mins!!!!
How is that even possible? If any one nows why pls let me know here. Many thanks!victorious-lawyer-58417
07/28/2023, 10:38 PMstale-scientist-29745
07/29/2023, 12:13 AMcold-area-57710
07/29/2023, 12:53 AMfast-sugar-4986
07/29/2023, 5:47 AMvictorious-lawyer-58417
07/29/2023, 2:58 PMtmpfs attribute to make the S3 client utilize it
See details here https://outerbounds.com/blog/metaflow-fast-data/victorious-lawyer-58417
07/29/2023, 2:59 PMcold-area-57710
08/01/2023, 7:02 PMvictorious-lawyer-58417
08/01/2023, 7:24 PM