You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When streaming data to a snowflake stage using PUT, the driver allocates excessive amounts of memory. This is a known limitation snowflakedb/gosnowflake#536
To enable as many parallel uploads as possible, we should go back to using file writers instead of streaming. We should also gzip the files on disk though, so that we do not run out of disk as easily either.
The text was updated successfully, but these errors were encountered:
When streaming data to a snowflake stage using PUT, the driver allocates excessive amounts of memory. This is a known limitation snowflakedb/gosnowflake#536
To enable as many parallel uploads as possible, we should go back to using file writers instead of streaming. We should also gzip the files on disk though, so that we do not run out of disk as easily either.
The text was updated successfully, but these errors were encountered: