English 中文(简体)
用于描述大通数据模型的词句
原标题:Meaning of words used to describe the BigTable data model

我正在学习如何使用谷歌应用引擎。 我的问题是用来描述一个可变数据库的措辞的含义。

我读到关于

然后,我看见谷歌应用发动机

我的问题是:

文件中使用的术语与APIC使用术语之间的关系如何?

最佳回答

数据储存以Megastore为基础,以实施BigTable为基础。

When developing for appengine you don t really need to concern yourself with the Megastore and BigTable concepts, as it s all out of your control under the hood and the datastore builds much more on top of them anyway. It would be like trying to model your MySQL data after learning how BerkleyDB is implemented.... interesting but ultimately not that useful for your application.

阅读一下长崎文件,该文件可能主要向您提供你所期待的东西,还检查了谷歌国际会计组织的一些会谈,这些会谈带来了高重复数据库,因为这些内容很少触及内部的内容。

问题回答

暂无回答




相关问题
How to make logging.debug work on Appengine?

I m having a tough time getting the logging on Appengine working. the statement import logging is flagged as an unrecognized import in my PyDev Appengine project. I suspected that this was just an ...

gqlQuery returns object, want list of keys

Is there a way to convert the GqlQuery object to an array of keys, or is there a way to force the query to return an array of keys? For example: items = db.GqlQuery("SELECT __key__ FROM Items") ...

Integrating Google AppEngine with a Thick Client

I want to make a multi-user client-server solution with Java Swing thick client as a front-end and Google AppEngine (Java one) as a back-end. The problem is that GAE provides only web-based forms for ...

sorl.thumbnail : thumbnail is not a valid tag library?

I am trying to install sorl.thumbnail but am getting the following error message: thumbnail is not a valid tag library: Could not load template library from django.templatetags.thumbnail, No module ...

热门标签