Snowflake Postgres 비용 평가

Snowflake Postgres 인스턴스를 사용하는 경우 3가지 사용량 모드에 따라 계정에 요금이 부과됩니다.

  • 인스턴스 컴퓨팅: 컴퓨팅 요금은 계정에서 생성된 각 Snowflake Postgres 인스턴스에 대해 선택된 :doc:`COMPUTE_FAMILY<postgres-instance-sizes>`를 기반으로 하며, 시간당 크레딧으로 측정됩니다.

  • Instance storage: Cost for storage depends on the amount of storage allocated across all Snowflake Postgres instances in your account. Charges are based on a flat monthly rate per terabyte (TB) per month but are metered on a byte-month basis.

  • Data transfer: Standard Snowflake data transfer costs apply for all data transfer in and out of Snowflake Postgres instances. This includes data replication between Snowflake Postgres primary instances and any read replicas they have.

각 사용량 모드에 대한 가격 세부 정보는 `Snowflake Service Consumption Table`_에서 확인할 수 있습니다.

Snowflake Postgres 인스턴스의 저장소 사용량 모니터링하기

:doc:`/sql-reference/account-usage/postgres_storage_usage_history`를 쿼리하여 Snowflake Postgres 인스턴스의 저장소 사용량을 확인할 수 있습니다.

Snowflake Postgres 인스턴스의 컴퓨팅 사용량 모니터링하기

다음 뷰를 쿼리하여 Snowflake Postgres 인스턴스의 총 컴퓨팅 사용량을 확인할 수 있습니다.

  • :doc:`/sql-reference/account-usage/metering_history`를 쿼리하고 WHERE 절에 ``service_type IN (‘POSTGRES_COMPUTE’, ‘POSTGRES_COMPUTE_HA’)``을 지정하면 지난 365일(1년) 이내에 계정에 대한 모든 Snowflake Postgres 인스턴스의 시간당 크레딧 사용량을 확인할 수 있습니다.

  • :doc:`/sql-reference/account-usage/metering_daily_history`를 쿼리하고 WHERE 절에 ``service_type IN (‘POSTGRES_COMPUTE’, ‘POSTGRES_COMPUTE_HA’)``을 지정하면 지난 365일(1년) 이내에 계정에 대한 모든 Snowflake Postgres 인스턴스의 일일 크레딧 사용량을 확인할 수 있습니다.