More testing reveals that requesting by key costs 12 api_cpu_ms per result returned, plain and simple. No bonus for batching whatsoever.
So, to sum up my testing so far: Getting (using knowledge of keys) seems to take 12 ms * results. Querying seems to take 17.5 ms + 13.2 ms * results. Inserting seems to take 3204 ms + 345 ms * results. Deleting seems to take about the same as inserting. // Anthony --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en -~----------~----~----~----~------~----~------~--~---
