Google Data Store doesn't offer a record count of all rows of a "Kind"
on BigTable; the typical recommendation is to keep your own counter up-
to-date each time you store a record (assuming you really need it).
If you are worried about concurrency when doing this, there is a
"sharding" technique here:
http://code.google.com/appengine/articles/sharding_counters.html

Neal Walters


--~--~---------~--~----~------------~-------~--~----~
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