Skip to content
Platform

管理管道使用情况

你被收费的项目 #

🌐 What you are charged for

你要为已配置的管道和处理的管道数据付费。数据处理在初始同步和持续复制期间按不同费率计费。管道按小时收费,只要它们被配置了,就算停了也算在内。

🌐 You are charged for configured pipelines and pipeline data processed. Data processed is billed at different rates during initial sync and ongoing replication. Pipelines are charged by the hour for as long as they are configured, including while they are stopped.

  • 管道小时 用来衡量每个管道保持配置的时间。删除管道即可停止计费。
  • 初始同步数据已处理 是指在表首次同步或再次同步时,目标端接收的 Postgres 行数据。
  • 正在进行的复制数据处理 是指目标系统接受的 Postgres 行数据,用于后续的数据库更改。它取决于你发布的数据变化量,而不是源表大小、WAL 大小或目标的压缩存储大小。

目的地提供商的费用是分开的。例如,谷歌云可能会对 BigQuery 的数据导入、存储和 CDC 计算收取费用。

🌐 Destination-provider charges are separate. For example, Google Cloud can charge for BigQuery ingestion, storage, and CDC compute.

数据处理的方式如何被衡量 #

🌐 How data processed is measured

管道处理的数据是指 Postgres 为复制而发出的逻辑行数据量,这些数据被管道成功处理并被目的地接受。这不是基于物理表存储或特定目的地的编码,因此在各个目的地的使用是一致的。

🌐 Pipeline data processed is the amount of logical row data emitted by Postgres for replication, successfully processed by a pipeline, and accepted by its destination. It is not based on physical table storage or destination-specific encoding, making usage consistent across destinations.

测量包括:

🌐 The measurement includes:

  • 初始同步和重新同步:Postgres COPY 发出的行数据。
  • 持续复制:Postgres 发出的行值,用于插入、更新和删除。更新包括新的行值以及 Postgres 发出的任何之前的标识值。删除包括发出的标识值。

Pipelines 重试的目标写入失败不会被计数。数据只有在目标确认成功处理后才会被计数。在极少数情况下,Pipelines 可能会计数已确认的批次,但在复制检查点保存之前崩溃或中断。恢复时可能会再次处理并计数相同的数据。

🌐 Failed destination write attempts that Pipelines retries are not counted. Data is counted only after the destination acknowledges successful processing. In rare cases, Pipelines can count an acknowledged batch but crash or be interrupted before its replication checkpoint is persisted. Recovery can then process and count the same data again.

由于用户请求的重新同步、表重启或管道重置,数据再次成功处理,也会被再次计入。

🌐 Data successfully processed again as part of a user-requested resynchronization, table restart, or pipeline reset is also counted again.

费用估算 #

🌐 Cost estimates

仪表板提供了一个快速的计划估算,显示初始同步的数量和成本,使用已有的关于你的源表的信息。它的设计目的是在初始同步开始之前,给你一个有用的参考,而不需要先扫描和编码同步将处理的所有数据。

🌐 The Dashboard provides a quick planning estimate of initial sync volume and cost using information already available about your source tables. It is designed to give you a useful indication before initial sync begins without first scanning and encoding all the data that the sync will process.

如果无法获得估算,你仍然可以创建流水线或重启表。

🌐 If an estimate is unavailable, you can still create the pipeline or restart tables.

实际收费使用逻辑上的 Postgres 行数据,这些数据在发布后的列和行过滤后被复制,并被目标端接受。

🌐 Actual charges use the logical Postgres row data copied after publication column and row filters and accepted by the destination.

在你的发票上的用途 #

🌐 Usage on your invoice

你的发票上用“ETL 流水线小时”、“ETL 回填数据 GB”和“ETL 复制数据 GB”显示使用情况。

🌐 Usage is shown as "ETL Pipeline Hours", "ETL Copy Backfill Data GB", and "ETL Replicated Data GB" on your invoice.

价格 #

🌐 Pricing

$0.053 每个配置的流水线每小时收费。 $0.60 在初始同步期间,每处理一GB数据收费。 $3.00 在持续复制期间,每处理一GB数据收费。

计划已配置管道初始同步数据处理量持续复制数据处理量
免费---
专业版$0.053/小时$0.60 /GB$3.00 /GB
团队版$0.053/小时$0.60 /GB$3.00 /GB
企业版自定义自定义自定义

已处理数据 是指通过管道成功处理并被目标系统接受的 Postgres 行数据。它是从 Postgres 为复制而发出的逻辑行数据来衡量的,而不是物理表存储或特定目标的编码。

有关费用如何计算的详细说明,请参阅管理管道使用情况

🌐 For a detailed breakdown of how charges are calculated, refer to Manage Pipeline usage.

计费示例 #

🌐 Billing examples

账单周期没有初始同步 #

🌐 Billing period without an initial sync

这个项目整个月都有配置好的流程。

🌐 The project has a configured pipeline for the entire month.

明细项单位成本
专业计划-$25
小型项目计算时间 1730 小时$15.04
ETL 管道小时730 小时$38.69
ETL 复制数据 GB150 GB$450
小计$528.73
计算积分-$10
总计$518.73

多个项目的初始同步 #

🌐 Multiple projects with initial syncs

多个项目在整个月都有配置好的流程,并在初始同步和持续复制期间处理数据。

🌐 Multiple projects had a configured pipeline for the entire month and processed data during initial sync and ongoing replication.

项目条目单位成本
Pro 计划-$25
小项目 1 计算小时数730 小时$15.04
小项目 1 ETL 管道小时数730 小时$38.69
小项目 1 ETL 复制数据 GB15 GB$45
小项目 1 ETL 回填数据 GB150 GB$90
小项目 2 计算小时数730 小时$15.04
小项目 2 ETL 管道小时数730 小时$38.69
小项目 2 ETL 复制数据 GB70 GB$210
小项目 2 ETL 回填数据 GB1,500 GB$900
小计$1377.46
计算积分-$10
总计$1367.46

在删除管道一天后 #

🌐 After deleting a pipeline after one day

管道的使用时间会按后付方式计费,只要管道被配置,即使处于停止状态也会计费。删除管道后,管道小时计费就会结束。

🌐 Pipeline hours are billed in arrears for as long as a pipeline is configured, including while it is stopped. After you delete the pipeline, pipeline-hour billing ends.

项目条目小时成本
专业计划-$25
小型项目 1 计算小时730$15.04
项目 1 ETL 流水线小时24$1.27
小计$41.31
计算积分-$10
总计$31.31

优化使用 #

🌐 Optimize usage

  • 只包含目标位置需要的表和列。
  • 当不需要用于分析时,尽量不要把变动频繁的表格放进发布中。
  • 如果你不再需要复制,可以通过你的项目复制设置删除流水线,以停止流水线小时费用。