Re: [appengine-java] allocateIds performance

2010-10-01 Thread Ikai Lan (Google)
They're a function of the datastore itself, but they don't create indexes or any of the things that are usually associated with entity writes. The worst case performance has allocateIds doing a write to a hard disk, but most of the time they retrieve data from in-memory caches. What are you trying

[appengine-java] allocateIds performance

2010-09-28 Thread dilbert
How fast are the allocateIds methods from the DatastoreService interface? I mean do they hit the datastore? -- 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 google-appengine-j...@googlegroups.com