My AppEngine app uses the low-level Java API (using Clojure, for what
that's worth) to dynamically create kinds.  This is a necessary
usecase for me to avoid mixing data from different domains that are
created on the fly.

One issue that I have had with this approach is that to support
complex queries I have to dynamically tell the AppEngine to create the
complex indexes I desire.  So far, the only way I have found to do
this is to use what appears to be a rather undocumented appengine API
(like what is discussed in
http://rahulswackyworld.blogspot.com/2010/03/dynamic-indexes-with-google-app-engine.html).
Sure, it works, but it's not super convenient.

Does anyone else have experience with this?  Is there anything I
should be aware before I wed myself to this approach?  Are there any
plans to make index creation part of the API?

Thanks in advance,

Jean-Denis

-- 
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.

Reply via email to