I\'ve got stored data that\'s not needed and therefore I want to clean it. I could migrate from datastore to blobstore and therefore at least the field small=db.BlobProperty(default=None) is redundant
Does anyone know if it possible to delete a namespace i App Engine? I can iterate over all namespaces but would like 开发者_如何学运维to erase a namespace when it is no longer in use.
My GAE app has no indexes in the Datastore Indexes tab, it stores only temporary data in the Blob format (never more than 1 meg, that is, only 1 blob entity), but still, it makes about a thousand Inde
With the appengine pricing changes, we\'ve been paying attention to our datastore puts. According to the pricing comparison chart we\'re making 2.18 million puts a开发者_如何转开发 day. This seems a l
The \"new pricing model\" has resources \"Datastore Reads\" and \"Datastore Writes\". But I could not find detailed information on exactly how this is measured.
At the moment I am getting the top scores for my Androi开发者_如何转开发d application from the datastore as follows:
I am updating and adding items from a feed(which can have about 40000 items) to the datastore 200 items at a time, the problem is that the feed can change and some items might be deleted from the feed
i want to do something like this: e = Employee(key_name = \'john\',name=\'john the first\') e.put() a = Address(key_name=\'addr_john\',street=\'66th street\')
I am trying to understand the concepts of owned and unowned relationships in JDO/GAE using the following model:
Is it viable to have a logger entity in app engine for writing logs? I\'ll have an app with ~1500req/sec and am thinking about doing it with a taskqueue. Whenever I receive a request, I would create a