Okay, regardless of your ability to offer me any sort of instant
support, I need this problem fixed.
I am not setting any read consistency. The query that you specified
(SELECT * FROM Search_update ORDER BY last_check DESC LIMIT 10) is set
to DESC, so of course it appears correct that the 2011 record is
first, but when you change it to ASC the 2011 record still appears
first. The broken entity
'agtsb294aWktYmV0YXIVCxINU2VhcmNoX3VwZGF0ZRi62AUM' now has changed to
2011 from what you did yesterday but is is showing up as the OLDEST
record. if you look at the list you will see that after the broken
record, the following 9 records are in ascending order and set to
2010. My original query above specified ascending order.
agtsb294aWktYmV0YXIVCxINU2VhcmNoX3VwZGF0ZRi62AUM 2011-07-09
17:57:37.894714
agtsb294aWktYmV0YXIVCxINU2VhcmNoX3VwZGF0ZRiUvi8M 2010-07-10
12:14:52.306180
agtsb294aWktYmV0YXIVCxINU2VhcmNoX3VwZGF0ZRiawS4M 2010-07-10
12:15:18.649276
agtsb294aWktYmV0YXIWCxINU2VhcmNoX3VwZGF0ZRjSkLEBDA 2010-07-10
12:15:40.274290
agtsb294aWktYmV0YXIVCxINU2VhcmNoX3VwZGF0ZRiw_gUM 2010-07-10
12:15:43.913061
agtsb294aWktYmV0YXIVCxINU2VhcmNoX3VwZGF0ZRjw1gUM 2010-07-10
12:15:52.877386
agtsb294aWktYmV0YXIVCxINU2VhcmNoX3VwZGF0ZRif7FkM 2010-07-10
12:15:54.880721
agtsb294aWktYmV0YXIVCxINU2VhcmNoX3VwZGF0ZRipqgUM 2010-07-10
12:15:56.204075
agtsb294aWktYmV0YXIVCxINU2VhcmNoX3VwZGF0ZRiv4AUM 2010-07-10
12:15:59.092526
agtsb294aWktYmV0YXIVCxINU2VhcmNoX3VwZGF0ZRijz20M 2010-07-10
12:16:00.490951
In general I like google app engine, but I am getting frustrated with
it's ability to consistently perform. You have to realize that I have
an app that is coded correctly and was running fine until during the
planned downtime three days ago when this query stopped correctly
returning data, this is a structural flaw and completely disrupts my
ability to provide a service on your system. Also, this is the second
time this has happened and I had to go through quite a bit to fix it
the first time. It seems that I have to repeat my last efforts, and
with no hope that it will not happen again and require me to generate
2 days more worth of posts to get you to fix the problem.
On Jul 9, 5:48 pm, Ikai Lan <
i...@google.com> wrote:
> I manually reverted it to 2010 because I didn't want to cause problems with
> your app by fudging with the data. It didn't revert automatically. I just
> ran this GQL query:
>
> SELECT * FROM Search_update ORDER BY last_check DESC LIMIT 10
>
> And it displayed the data correctly.
>
> Is there any chance you're setting a different read consistency?
>
>
http://code.google.com/appengine/docs/python/datastore/queriesandinde...