Ah, I understand. Yeah, they don't show you the automatic ones.

On Tue, May 4, 2010 at 03:16, Philip Tucker <[email protected]> wrote:

> Thanks. By "table" I mean annotated Java class. One reason I was
> confused about the indexes is I don't see many of the ones I would
> expect when I navigate to https://appengine.google.com/datastore/indexes,
> but I guess they must exist or my queries would be failing.
>
> On Apr 30, 2:16 pm, Tristan <[email protected]> wrote:
> > uhm... read the next section?
> >
> > http://code.google.com/appengine/docs/java/datastore/queriesandindexe...
> >
> > as far as indexes getting applied to existing tables... (not sure by
> > what you mean by "table"), but yes, that's why when you upload new
> > index it is "building", it's being applied to existing stuff.
> >
> > On Apr 30, 12:54 am, Philip Tucker <[email protected]> wrote:
> >
> >
> >
> >
> >
> > > According to this, "The App Engine datastore maintains an index for
> > > every query an application intends to make."
> >
> > >http://code.google.com/appengine/docs/java/datastore/queriesandindexe.
> ..
> >
> > > Does GAE just scan the app Java code for Query.setFilter, or do we
> > > need to do annotate queries for these indexes to be generated.
> >
> > > Also, it appears new indexes do not get applied to existing tables
> > > when we deploy application code with new queries or @INDEX annotations
> > > - is this correct? Is there a way to do that, or are we required to
> > > create a new table and copy the data over?
> >
> > > --
> > > 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
> [email protected].
> > > To unsubscribe from this group, send email to
> [email protected]<google-appengine-java%[email protected]>
> .
> > > For more options, visit this group athttp://
> 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
> [email protected].
> > To unsubscribe from this group, send email to
> [email protected]<google-appengine-java%[email protected]>
> .
> > For more options, visit this group athttp://
> 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
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine-java%[email protected]>
> .
> 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 [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-java?hl=en.

Reply via email to