[appengine-java] Re: Retrieving the number of entities into the DS

2009-10-28 Thread Patrizio Munzi
Hi Jason, Thanks for your answer. However I forgot to specify that I'd like to know the number of entities of a specific kind which have a specific value in one of its field (for example number of Student which attend a specific course). It looks like Statistics don't fit this aim, not that

[appengine-java] Re: Retrieving the number of entities into the DS

2009-10-27 Thread Jason (Google)
You can also use the new datastore statistics API, which is probably faster although I haven't timed this myself: http://code.google.com/appengine/docs/java/datastore/stats.html - Jason On Mon, Oct 26, 2009 at 6:42 AM, Patrizio Munzi patrizio.mu...@eris4.comwrote: Hi all, what's the best