GAE 的索引空间远远大于数据本身
对一个应用的统计
Last updated: 1 day, 21:03:29 ago
Entities Built-in Indexes Composite Indexes Total
Total Size: 58 MBytes 171 MBytes 0 Bytes 230 MBytes
Entry Count: 621,396 1,864,445 0
---
Breakdown by Property Type
Property Type Size Index Size
Integer 7 MBytes 117 MBytes
Text 37 KBytes 0 Bytes
String 36 Bytes 400 Bytes
Metadata 106 MBytes
---
Metadata 大得惊人
0
See Also
Nearby
- 上一篇 › 如果再开发个移动应用版,就更好了,android ios
- 下一篇 › 谁能帮我安装youbbs,安装真费劲!!!
关于 GAE Metadata 参见 https://developers.google.com/appengine/docs/python/datastore/metadataentityclasses
如果为了尽力省空间,则定义 indexed=False,少用 @property @staticmethod
这个是哪里的数据?