GAE datastore strange bloat

i have an python-based GAE application (on master/slave datastore) and recently noticed really strange thing: datastore size is much bigger than expected, but only in the Dashboard. And this is not connected to user activity, app is quite lichweight/simple and not really high-loaded at all

Besides that i proactively deleting all unused entities to stay below 1Gb quota but still datastore size is not going down, it is going up instead. for now it is over 4Gb and counting!

To prove my point of view (why my case is strange): here screenshots of datastore admin page and datastore statistics both shows numbers which are much easier to believe plus.google.com/photos/113319821637049481863/albums/5722673784686937649

may be i overlooked something... i just whant to delete "invisible entities" which take all of my billable space after all any help greatly appreciated

UPDATE: After migrating my data away from this app i deleted ALL data, ALL indexes and wait more than day

What i expected: app should be empty, datastore size should be almost zero (no entites, no indexes, nothing except small backups in blobstore). What i get: Datastore size is >5Gb and not dropping. In empty project!

Something really broken here :( I can give "guest" access to project for any developer to show this is not a joke.

Proofpics: https://picasaweb.google.com/113319821637049481863/GaeStrange#5723740881320880066

https://picasaweb.google.com/113319821637049481863/GaeStrange#5723740855735209986

So there is a question to google team: how can i "reclaim" free space or get information about what exactly occupying so much space?

UPD2. Seems like issue is fixed. Datastore size suddenly drops to expected zero! Hooray :)


That's weird.

This is just a guess, do you have other versions of your application? It might be that the data is being used by an old version. You can select the version in the admin view from the bar near the top.

链接地址: http://www.djcxy.com/p/67454.html

上一篇: 我的GAE python开发数据存储永远不会被保存到文件中

下一篇: GAE数据存储区奇怪的膨胀