On Thu, Jun 11, 2009 at 4:52 PM, cryb wrote:
> Hi Rodrigo.. Indeed, what you said is correct... however, bigtable
> internals can use different optimizations/lookup algorithms/key
> structure representation for different key types like key ids and key
> names (even if their logical structure appears to be identical)...
> Please note that I don't say it does, but I just want to make sure
> that both kind of keys behave the same in therms of lookup
> performance.

Hi cryb,

Someone asked this a while ago on irc. There's no difference.

All get(key) have in theory the same lookup cost. Meaning that
get_by_key_name() and get_by_id() have the same performance.

-- rodrigo

--~--~---------~--~----~------------~-------~--~----~
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