a.

2011/6/30 stevep <[email protected]>

> This was asked/answered indirectly in this thread I think, but having
> hard time finding it (might have been a different thread).
>
> If logic is to progress through 20 entities serially which is better
> now regarding costs:
>
> a) fetch(20) in  a query, then do "for result in results:"
>
> or
>
> b) query the keys, then iteratively get() the 20 entities by key_id
>
> or
>
> c) query the keys, then do a batch get() using the keys
>
> Pretty sure (a) is not it, but uncertain about (b/c). Appreciate it,
> stevep
>
> --
> 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.
>
>


-- 
С уважением,
Кулин Тимофей.

Телефон: +7 (4852) 974793
ICQ: 114902104
email: [email protected]
Blog: http://timofey.koolin.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 [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.

Reply via email to