Can I omit the direction in this index.yaml entry?
- kind: foobars  properties:  - name: tablekey  - name: timestamp   
direction: desc
If not, do I need a second compound indexes if I also want the
direction: asc?
Thanks
On Nov 13, 7:02 am, James Gilliam <[email protected]> wrote:
> thank you ...
>
> i assume when an entity is deleted, its indexes are also deleted.  so,
> if i copy a namespace, new indexes will be built, and delete the
> original, old indexes will be removed. correct?
>
> would it be possible to get some statistics on the size of indexes,
> perhaps, when showing namespaces in admin stats? likewise, when
> displaying compound indexes?
>
> On Nov 13, 2:35 am, Simon Knott <[email protected]> wrote:
>
>
>
>
>
>
>
> > Any entities stored before you removed the per-property indexes will still 
> > have their index data stored - the per-property indexes are only updated if 
> > you rewrite the entities.
>
> > Query indexes are rebuilt on deployment.
>
> > Cheers,
> > Simon

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