A critical but also slow part of our data pipeline involves loading large files from S3 into Vertica.
What is the fastest way to do that?
Does Vertica offer some way to automatically break input files into pieces and load them in parallel (a la
distcp/
s3distcp)?
Comments