Just to have an idea if I am on the right way.

I use the low-level API to do the query and jdobridge to cast all the
entities.
I have these performances for a query that retrieves 100 records:
datastore_v3.RunQuery takes 45ms (real time) and 195ms (api time)
datastore_v3.Next takes 24ms (real time) and 760ms (api time)

.. and at the end the total HTTP call (with REST and json) is
1.30seconds.

What's the purpose of the "Next" call? Have you got similar
performances?

Thank you,
Michele

On Oct 16, 1:14 pm, keyvez <[email protected]> wrote:
> Thanks. I used it, and it pointed my out in the right direction, the problem
> was creating entitymanager in jpa, i switched to low-level datastore calls
> an its taking 0ms instead of 800ms.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to