The Billing and Budgeting Resources page
(http://code.google.com/appengine/docs/billing.html) says that "Key
allocation (per key)" costs 1 small operation.
Does this mean that if I call DatastoreService.allocateIds("Kind",
5000) that I will be billed for 5,000 small operations? If I block
out, say, the lower 32 bits with a single allocateKeyRange() am I
going to be billed millions of dollars?
I'm guessing the answer is 'no', but I'd like to confirm that this
document is incorrect...
Thanks,
Jeff
--
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.