[google-appengine] Re: Model.get_by_id performance

2010-09-16 Thread zygimantas
ok, it makes sense. Thanks. On Sep 16, 12:44 am, Kenneth goo...@kmacleod.ie wrote: The id is converted to the key before the remote call so it is the same speed. On Sep 15, 5:48 pm, zygimantas zygimantas.berziu...@gmail.com wrote: Hello, As we know, getting entity by the key is

Re: [google-appengine] Re: Model.get_by_id performance

2010-09-16 Thread Martin Webb
21:25:09 Subject: [google-appengine] Re: Model.get_by_id performance ok, it makes sense. Thanks. On Sep 16, 12:44 am, Kenneth goo...@kmacleod.ie wrote: The id is converted to the key before the remote call so it is the same speed. On Sep 15, 5:48 pm, zygimantas zygimantas.berziu...@gmail.com

[google-appengine] Re: Model.get_by_id performance

2010-09-16 Thread zygimantas
From: zygimantas zygimantas.berziu...@gmail.com To: Google App Engine google-appengine@googlegroups.com Sent: Thu, 16 September, 2010 21:25:09 Subject: [google-appengine] Re: Model.get_by_id performance ok, it makes sense. Thanks. On Sep 16, 12:44 am, Kenneth goo...@kmacleod.ie

[google-appengine] Re: Model.get_by_id performance

2010-09-15 Thread Kenneth
The id is converted to the key before the remote call so it is the same speed. On Sep 15, 5:48 pm, zygimantas zygimantas.berziu...@gmail.com wrote: Hello, As we know, getting entity by the key is extremely fast. But what's about getting entity by ID (using Model.get_by_id)? As I

[google-appengine] Re: Model.get_by_id()

2009-03-13 Thread ryan
On Mar 12, 3:56 am, herbie 4whi...@o2.co.uk wrote: Is there any performance difference in using Model.get_by_id(id) compared to Model.get(key) ? nope, no difference. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google