对于 Cloud Bigtable,我们是否始终需要至少 3 个节点 运行?
For Cloud Bigtable, do we need minimum of 3 nodes running all the time?
我正在努力理解 pricing of Cloud Bigtable。根据该网站,除了存储和网络定价之外,对于生产,每个节点(至少 3 个节点)每小时 0.65 美元。 这是否意味着 3 个节点一直是 运行? 如果是,这意味着我估计的每月最低节点成本是:
$.65/hr * 3 * 24hr/day * 30days/month = 04/month
这是正确的吗?我的印象是 Cloud Bigtable 也是无服务器的,因此收费将基于使用情况。
您的 Bigtable 集群中的所有节点都是 运行,即使它们未被使用(没有请求到来)也是如此。
来自docs:
Node charges are for provisioned resources, regardless of node usage. Charges apply even if your cluster is inactive.
你的估计是对的(Bigtable集群只收费),你可以查看other pricing examples in the docs。
他们在几周前将每个集群的最小节点数从 3 个更改为 1 个。
Instances have one or more clusters, located in different zones. Each cluster has at least 1 node.
来源:https://cloud.google.com/bigtable/docs/instances-clusters-nodes
我正在努力理解 pricing of Cloud Bigtable。根据该网站,除了存储和网络定价之外,对于生产,每个节点(至少 3 个节点)每小时 0.65 美元。 这是否意味着 3 个节点一直是 运行? 如果是,这意味着我估计的每月最低节点成本是:
$.65/hr * 3 * 24hr/day * 30days/month = 04/month
这是正确的吗?我的印象是 Cloud Bigtable 也是无服务器的,因此收费将基于使用情况。
您的 Bigtable 集群中的所有节点都是 运行,即使它们未被使用(没有请求到来)也是如此。
来自docs:
Node charges are for provisioned resources, regardless of node usage. Charges apply even if your cluster is inactive.
你的估计是对的(Bigtable集群只收费),你可以查看other pricing examples in the docs。
他们在几周前将每个集群的最小节点数从 3 个更改为 1 个。
Instances have one or more clusters, located in different zones. Each cluster has at least 1 node.
来源:https://cloud.google.com/bigtable/docs/instances-clusters-nodes