[google-appengine] Corrupt index rebuilt today, still missing up to 56% of items

2009-12-04 Thread Johann C. Rocholl
I've been having problems with two descending __key__ indexes on my app. Today I deleted and rebuilt one of the indexes, but the new index is still missing up to 56% of items compared to the normal ascending __key__ index. Here's my index definition from index.yaml: - kind: domains_domain proper

Re: [google-appengine] Corrupt index rebuilt today, still missing up to 56% of items

2009-12-04 Thread Ikai L (Google)
Johann, These queries have different second parameters in their Key.from_path. Is this just a text error? Domain.all(keys_only=True).order('__key__').filter('__key__ >=', db.Key.from_path('domains_domain', 'menewokzxwsqipne')).fetch(100) Domain.all(keys_only=True).order('-__key__').filter('__key_