Snowflake Data Clean Rooms 运营成本

如果您需要了解 Snowflake 中的费用是如何产生的,请参阅 了解总体费用

重要

根据与 Snowflake 签订的合同,您需要为 Snowflake Data Clean Room 的操作支付费用。

与使用 Snowflake Data Clean Room 相关的运营成本可以分为与 持续操作 相关的成本和与 用户发起的操作 相关的成本。

Ongoing operations

Ongoing operations are required to support functionality of the data clean room application and features. These operations include processes and tasks that support automatic upgrades, auto-join during initialization and legacy provider & consumer clean rooms ongoing operations.

User-initiated operations

用户发起的操作发生在 Clean Room 管理操作期间或在 Clean Room 内执行工作负载时。工作负载 是通过用户发起的查询在 Clean Room 中执行任何特定用例(分析或激活)的过程。执行工作负载的成本取决于在用户指定的仓库内完成工作负载所需的时间。以下是用户发起的 Clean Room 管理操作的一些示例:

  • Analysis & Activation Queries: This encompasses run procedures used when running specific use case workloads within the clean room by users.

  • 数据注册: 其中包括使用户能够在 Clean Room 内使用对象所需的存储过程。

  • Creating and editing a clean room: This encompasses stored procedures required for setting up a clean room environment, adding data and template code.

  • Joining and editing a clean room: This encompasses stored procedures required for joining a clean room environment, adding data and template code.

备注

Some user-initiated operations result in actions taken by the Secure Collaboration Orchestrator (SCO) to orchestrate the clean room across collaborators. Currently, costs associated with these actions are not charged back, though they may be in the future.

查看您的使用成本

仓库成本

To see the cost incurred by a warehouse, sign in to Snowsight. In the navigation menu, select Admin » Cost management » Consumption, and then select a warehouse.

任务成本

To see the cost incurred by serverless tasks, run the following SQL command:

SELECT * FROM snowflake.account_usage.serverless_task_history;