[google-appengine] Re: Timeout on get_by_key_name

2009-02-17 Thread Greg
I am consistently seeing get_by_key_name taking very long (1.4 seconds) on a small table (less than 1000 rows). On Dec 21 2008, 10:58 am, Drew wrote: > Are you seeing timeouts withget_by_key_nameconsistently with a > particular model, or randomly? > > On Dec 21, 2:56 am, Guy Rutenberg wrote: >

[google-appengine] Re: Timeout on get_by_key_name

2008-12-23 Thread Guy Rutenberg
It happens with a particular model, and it only happens once in a while This is the model: class YapUsers(db.Model): guid = db.StringProperty(required=True) create_date = db.DateTimeProperty(auto_now_add=True) login_date = db.DateTimeProperty(auto_now=True) metric = db.BooleanPro

[google-appengine] Re: Timeout on get_by_key_name

2008-12-21 Thread Drew
Are you seeing timeouts with get_by_key_name consistently with a particular model, or randomly? On Dec 21, 2:56 am, Guy Rutenberg wrote: > Hi, > > I've a strange problem, I've a request that only calls get_by_key_name > (one time) and does no further work with the Datastore. > > However, I'm get