[appengine-java] DatastoreNeedIndexException

2010-10-24 Thread pman
I now have problem with
com.google.appengine.api.datastore.DatastoreNeedIndexException: no
matching index found...

And, the admin Dashboard shown
===
Number of Indexes
100%
100%199 of 200

===


the application is a relatively simple, yet got such problem.  i
wonder how many datastore indexes u guys have.

pls share it here.

p/s: google appengine team, can increase the quota for index ...?



-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] DatastoreNeedIndexException

2010-10-25 Thread Ikai Lan (Google)
You need to look at your application and the type of queries you are
performing. Don't index properties you don't need to search on. Read more
about this here:

http://code.google.com/appengine/docs/python/datastore/queriesandindexes.html

--
Ikai Lan
Developer Programs Engineer, Google App Engine
Blogger: http://googleappengine.blogspot.com
Reddit: http://www.reddit.com/r/appengine
Twitter: http://twitter.com/app_engine



On Sun, Oct 24, 2010 at 12:16 AM, pman  wrote:

> I now have problem with
> com.google.appengine.api.datastore.DatastoreNeedIndexException: no
> matching index found...
>
> And, the admin Dashboard shown
> ===
> Number of Indexes
> 100%
>100%199 of 200
>
> ===
>
>
> the application is a relatively simple, yet got such problem.  i
> wonder how many datastore indexes u guys have.
>
> pls share it here.
>
> p/s: google appengine team, can increase the quota for index ...?
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.