GAE 有个专门的企业版 App Engine for Business:
http://code.google.com/appengine/business/
其中有两个关键特性: 1,根据用户数计费, 2, Host SQL
GAE的BigTable 就像一个大哈希表, 和传统的数据库编程差异太大, 应用不好移植, 许多非常基本的SQL功能, 在BigTable上只能另辟蹊径, 开发成本上太不划算
所以, "也许" 有可能把应用核心部署在App Engine for Business 中, 借助其支持Host SQL的特性, 来简化开发, 然后外围依然用GAE, 模拟一个域用户对App Engine for Business 做交互
或者只是把部分功能用App Engine for Business实现, 例如 把 全文检索 功能实现在App Engine for Business中
当然了, 这种做法不太地道, 虽不一定违背协议 :)
不过, 文档中提到 "You will also use App Engine for Business to run publicly accessible apps, such as your company's website or service. We’re still working out the details on pricing for that, so stay tuned."
这样的话, 将来GAE用SQL还是有可能的 :D :D