雪花内部和外部阶段
Snowflake Internal and external stage
当所有数据都存储在云存储服务(比如 AWS)中时,为什么雪花有内部和外部阶段?基本上有什么区别?
不同之处在于,如果您在任何云提供商上都没有自己的存储帐户,您仍然可以通过内部阶段使用云存储的可扩展性和强大功能。
对于内部阶段,存储费用将由 Snowflake 向您收取。
如果您有自己的 AWS 账户,您可以使用外部阶段,这里的存储费用由您的云提供商向您收取。
借助外部阶段,您可以使用策略等更好地控制数据。
这实际上取决于用例以及您希望如何使用存储。
您可以在这篇第 3 方文章中查看更多信息:
https://cloudyard.in/2022/01/snowflake-internal-stage-and-external-stage/
Snowflake refers to the location of data files in cloud storage as a stage. The COPY INTO command used for both bulk and continuous data loads (i.e. Snowpipe) supports cloud storage accounts managed by your business entity (i.e. external stages) as well as cloud storage contained in your Snowflake account (i.e. internal stages).
文档中的一些基本页面非常值得一读。
当所有数据都存储在云存储服务(比如 AWS)中时,为什么雪花有内部和外部阶段?基本上有什么区别?
不同之处在于,如果您在任何云提供商上都没有自己的存储帐户,您仍然可以通过内部阶段使用云存储的可扩展性和强大功能。 对于内部阶段,存储费用将由 Snowflake 向您收取。 如果您有自己的 AWS 账户,您可以使用外部阶段,这里的存储费用由您的云提供商向您收取。
借助外部阶段,您可以使用策略等更好地控制数据。 这实际上取决于用例以及您希望如何使用存储。 您可以在这篇第 3 方文章中查看更多信息: https://cloudyard.in/2022/01/snowflake-internal-stage-and-external-stage/
Snowflake refers to the location of data files in cloud storage as a stage. The COPY INTO command used for both bulk and continuous data loads (i.e. Snowpipe) supports cloud storage accounts managed by your business entity (i.e. external stages) as well as cloud storage contained in your Snowflake account (i.e. internal stages).
文档中的一些基本页面非常值得一读。