Interesting question, would be great to hear from Google folks.
--
Alex

On Mar 12, 7:47 am, Peter Cicman <pcic...@gmail.com> wrote:
> Hi, i would like to deeper understand, how datastore calls counter
> works.
>
> Trying out simple query:
> samples = db.GqlQuery('SELECT * FROM Sample')
>
> produces 6 Datastore API Calls, whats the reason for this?
>
> Results:
>
> Write 100 instances = 100 API Calls, CORRECT
> Count 100 instances = 100 API Calls, CORRECT
> Read 100 instances = 6 API Calls, ???
> Delete 100 instances = 13 API Calls, ??? - uses Select also...
>
> My very simple model:
>
> class Sample(db.Model):
>         content = db.BlobProperty()
>
> & content fore every instance is always 100B long.
>
> Somebody knows?
>
> Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to