Hi Nick,
Thank you for your response.
First I post a presumption:
Is this problem may possibly related to indexes changes? I found there
is such a index changes during my first deploy (And later, I found
this kind'tarsusaItem' was unable to get)
Created 3 index(es) kinds=tarsusaItem
This is the only thing I can track from my admin log.
I have tried appcfg.py vacuum_indexes, but it doesn't help.
---
the problem is that all my querys against this model gets nothing, and
I didn't change any of them.
The cause of this may due to a modified count function, in which there
is a traversal while loop to count this model(named 'tarsusaItem') in
case it has more than 1000 records.
After I uploaded this code, the weird thing happened.
Later, I will put this count function here.
On 6月4日, 上午4时15分, "Nick Johnson (Google)" <
nick.john...@google.com>
wrote:
> Hi CBorn,
>
> It's not clear from your post exactly what the problem is. Are you saying
> you have kinds for which entities are visible in the admin console datastore
> viewer, but do not appear in query results? If that is the case, you need to
> show us the query code you're using - more likely than not, it's a problem
> with the query that's causing it to return 0 results.
>
> -Nick Johnson
>
> On Wed, Jun 3, 2009 at 10:45 AM, CNBorn <
CNB...@gmail.com> wrote:
>
> > Hi All,
>
> > I need some help here, for I suddenly found my application can not
> > found any data in my main model.
>
> > You can accesshttp://checknerds.appspot.comto check that.