AppEngine: Go运行时的限制

huangapple go评论122阅读模式
英文:

AppEngine: go runtime limitations

问题

App Engine Go运行时相对于Java或Python运行时有哪些限制?缺少的API?运行时限制?

英文:

I'm an avid GAE/J user, now trying to create my first GAE/go project.

What are the limitations of the AppEngine Go runtime compared to Java or Python runtimes? Missing APIs? Runtime limitations?

答案1

得分: 5

https://developers.google.com/appengine/features/介绍了哪些功能由哪些运行时实现。

英文:

https://developers.google.com/appengine/features/ covers what features are implemented by which runtimes.

答案2

得分: 0

我目前能找到的信息是:

  1. 数据库查询:缺少复合过滤器ANDOR)。
  2. 数据库查询:缺少“成员属于”过滤器操作符IN)。
  3. 没有应用身份 API 编辑:这似乎是存在的,但在服务列表中没有列出。
  4. 没有前瞻性搜索
英文:

What I was able to find out so far is:

  1. DB Query: missing composite filters (AND and OR).
  2. DB Query: missing "member of" filter operator (IN).
  3. No App Identity API Edit: this seems to exist, but is not listed under services
  4. No Prospective Search

huangapple
  • 本文由 发表于 2013年11月11日 19:39:15
  • 转载请务必保留本文链接:https://go.coder-hub.com/19905425.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定