When unloading data to an external stage, what is the MAXIMUM file size supported?
When unloading data to an external stage, what is the MAXIMUM file size supported?
When unloading data to an external stage in Snowflake, such as Amazon S3, Google Cloud Storage, or Microsoft Azure, the maximum file size supported is 5 GB. This is set by the MAX_FILE_SIZE copy option in the COPY INTO location statements, designed to optimize for parallel operations and larger file sizes.
By default, COPY INTO location statements separate table data into a set of output files to take advantage of parallel operations. The maximum size for each file is set using the MAX_FILE_SIZE copy option. The default value is 16777216 (16 MB) but can be increased to accommodate larger files. The maximum file size supported is 5 GB for Amazon S3, Google Cloud Storage, or Microsoft Azure stages. https://docs.snowflake.com/en/user-guide/data-unload-considerations#
correct, i was confused by 16MB being the default
correct B. 5 GB max
https://docs.snowflake.com/en/user-guide/data-unload-considerations
correct
I change my answer to B