代码之家  ›  专栏  ›  技术社区  ›  OscarRyz

一个Google App Engine应用程序可以存储多少数据?

  •  4
  • OscarRyz  · 技术社区  · 16 年前

    this question

    this

    Resources    | Free daily  |  Free Max Rate  | Daily Billing enable           | Max Rate Billing
    ------------------------------------------------------------------------------------------
    Stored Data  | 1 gigabyte  |    None         |  1 gigabytes free; no maximum  | None
    

    http://code.google.com/appengine/docs/billing.html

    Resource           |    Unit        |   Unit cost
    -------------------------------------------------
    Outgoing Bandwidth |    gigabytes   |   $0.12
    
    -------------------------------------------------
    Incoming Bandwidth |    gigabytes   |   $0.10
    
    -------------------------------------------------
    CPU Time           |    CPU hours   |   $0.10
    
    -------------------------------------------------
    Stored Data        | gigabytes per month |  $0.15
    -------------------------------------------------
    Recipients Emailed |    recipients |    $0.0001
    

    因此,使用7.6 gb的存储空间每月将花费1美元:o仍然非常便宜。我错过了什么吗?

    1 回复  |  直到 8 年前
        1
  •  6
  •   Yishai    16 年前

    我读起来是指一天内存储1GB,而不是一天内添加,所以换句话说,你可以免费获得高达1GB的存储空间。如果你每天存储更多,你必须为额外的存储付费。您可以存储的数量没有上限,您只需为此付费。