CloudSQL 实例有多少个 CPU?
How many CPUs does the CloudSQL instance have?
CloudSQL
实例有多少个 CPU?
Documentation说的是an appropriate amount of CPU
,不清楚
不仅仅是 CPU 的数量,还有 CPU 的频率。
从"Tier"这个词我们知道那个层级的CPUspeed/performance是和层级数成正比的。例如,D32 比 D16 快两倍。我觉得D0真的应该叫D0.5.
Google 不提供此信息。在 'Pricing' Cloud SQL 页面中共享的唯一文档指出:
"Each instance tier comes with the RAM shown above, along with an appropriate amount of CPU."
Google 云 SQL public 问题跟踪器显示 one request 的 CPU 信息,其响应是:
Regarding the CPU for each instance type, Cloud SQL provides a sufficient amount of CPU for the ram. We do not expose the exact CPU allocated.
标记为 Note
的状态表示该请求将无法实现。
我怀疑考虑到可扩展性,Google 的策略是通过实例复制和分发进行扩展,而不是在单个实例上增加 CPU,尽管我不确定这一点。
CloudSQL
实例有多少个 CPU?
Documentation说的是an appropriate amount of CPU
,不清楚
不仅仅是 CPU 的数量,还有 CPU 的频率。
从"Tier"这个词我们知道那个层级的CPUspeed/performance是和层级数成正比的。例如,D32 比 D16 快两倍。我觉得D0真的应该叫D0.5.
Google 不提供此信息。在 'Pricing' Cloud SQL 页面中共享的唯一文档指出:
"Each instance tier comes with the RAM shown above, along with an appropriate amount of CPU."
Google 云 SQL public 问题跟踪器显示 one request 的 CPU 信息,其响应是:
Regarding the CPU for each instance type, Cloud SQL provides a sufficient amount of CPU for the ram. We do not expose the exact CPU allocated.
标记为 Note
的状态表示该请求将无法实现。
我怀疑考虑到可扩展性,Google 的策略是通过实例复制和分发进行扩展,而不是在单个实例上增加 CPU,尽管我不确定这一点。