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 ('Αλκης Ευλογημένος) <evlogime...@gmail.com>

> There was a short outage last night:
>
> http://code.google.com/status/appengine/
>
>
> On Sat, Apr 11, 2009 at 9:41 AM, Paul Kinlan <paul.kin...@gmail.com>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 with what appear to be simple puts (an update to an
>> existing object).
>>
>> Is anyone else experiencing these?
>>
>> Paul.
>>
>> 2009/4/9 Paul Kinlan <paul.kin...@gmail.com>
>>
>> Hi,
>>>
>>> Application: twitterautofollow.
>>>
>>> My application www.twollo.com has all of a sudden started to get
>>> DataStore timeouts and the following error:
>>>
>>> The built-in indices are not efficient enough for this query and your data. 
>>> Please add a composite index for this query.
>>>
>>> Now, I would understand this if I had made any changes but I have not made 
>>> any significant changes in months, and the last change I did upload last 
>>> week was a change to a template.
>>>
>>>
>>>
>>>
>>> The Query in question has two filters on and a count as follows.
>>> db.Query(Follow).filter("usernameLc =", user_a.lower()).filter("user =", 
>>> user).count()
>>>
>>> Any insight would be greatly appreciated.
>>>
>>> Paul
>>>
>>
>>
>>
>>
>
>
> --
>
> Alkis
>
> >
>

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