Best way to load terabytes of table in snowflake without hampering performance.

Hi All,

In source database some of the tables are having terabytes of data.

How to load then in snowflake without hampering performance.

Thanks.


Enjoy great content like this and a lot more !

Signup for a free account to write a post / comment / upvote posts. Its simple and takes less than 5 seconds




Avoid using ODBC / JDBC connections. Using native load utilities (SnowSQL CLI) is the best way to load bulk data. Did you face any issues loading them using the CLI ?