I try it - qouta calc count on call function.
        allocate_id_range(v1, 1, 4294967296)
        self.response.out.write('Hello world!')

It work fast, fine and calcs as one key alloocation ops in quota details.

2012/1/26 Jeff Schnitzer <j...@infohazard.org>

> 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 google-appengine@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>


-- 
Blog: www.rekby.ru

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

Reply via email to