[google-appengine] Re: Sudden Issues: Datastore timeout and

2009-04-11 Thread Paul Kinlan
Hi, I solved the issue with "the build-in indicies" problem, The problem that I have is that I see a very very large number of DataStore Timeouts with what appear to be simple puts (an update to an existing object). Is anyone else experiencing these? Paul. 2009/4/9 Paul Kinlan > Hi, > >

[google-appengine] Re: Sudden Issues: Datastore timeout and

2009-04-11 Thread 'Αλκης Ευλογημένος
There was a short outage last night: http://code.google.com/status/appengine/ On Sat, Apr 11, 2009 at 9:41 AM, Paul Kinlan wrote: > Hi, > > I solved the issue with "the build-in indicies" problem, > > The problem that I have is that I see a very very large number of DataStore > Timeouts wit

[google-appengine] Re: Sudden Issues: Datastore timeout and

2009-04-12 Thread Paul Kinlan
Hi, Its weird, I am still seeing lots of timeouts for puts and reads at the moment. The app does a lot of writes, but I wouldn't expect these to cause too much of an issue, saying that I am starting to see a lot of contention issues too. Paul. 2009/4/11 Alkis Evlogimenos ('Αλκης Ευλογημένος)

[google-appengine] Re: Sudden Issues: Datastore timeout and

2009-04-13 Thread Jason (Google)
Hi Paul. Can you provide an example of an entity you're attempting to write? Does it only have simple properties like strings and integers, or does it also have multiple List properties that could be causing exploding indexes? http://code.google.com/appengine/docs/python/datastore/queriesandindexe

[google-appengine] Re: Sudden Issues: Datastore timeout and

2009-04-14 Thread Paul Kinlan
Hi, Sorry, the model is in my other email that I have just posted. Paul. 2009/4/14 Jason (Google) > Hi Paul. Can you provide an example of an entity you're attempting to > write? Does it only have simple properties like strings and integers, or > does it also have multiple List properties that