GAE Cloud Datastore: Get most frequently written models
问题 I am trying to get the list of models in decreasing order of most frequently written models. This is what I have tried so far.This client query set gives the details of models and their attributes/properties, with these model related details : Entity count, Built-in index count, Built-in index size, Data size, Composite index size, Composite index count, Total Size . But there is no detail about write frequencies and/or any analytics about database put() or save() operations. from google