Do all of your entities actually have createDate properties? Is createDate set up as unindexed? Do you really expect realtime responses to something posted at 4:51PM pacific time?
On Apr 27, 7:51 pm, John Wheeler <[email protected]> wrote: > App Engine Team, > > This query yields results: > SELECT * FROM Account > > This query yields no results: > SELECT * FROM Account order by createDate > > Indexes are not working, and I am running in production. Can you please help > me with my application ASAP? It has lots of users and has not been > functioning properly for days because of the broken indexes. > > The application is called highvolumeseller. I've tried vacuuming and > re-adding indexes, I've tried re-putting all my entities in map-reduce > job. Neither of these work. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
