Ahhh thanks I see you can use python appengine to vacuum (I am using Java).
You just make a python app with a different version and upload it, then use the tools against that. Thanks Grant On Dec 18, 2:16 pm, Ng Ka Ka Eric <[email protected]> wrote: > Have you tried to vacuum the indexes? > > -Eric > > On 2009年12月18日, at 21:04, Grant <[email protected]> wrote: > > > > > Hi > > > I know there has been some talk in the group recently about deleting > > entities, but I think we should also be able to delete indexes that > > are no longer needed (a simple button on the indexes page would > > suffice). > > > I think that indexes are taking up a lot of space in my app. > > > Here are the statistics from one of my apps (pulled off the datastore > > statistics page)... > > > String 5 MBytes > > Integer 2 MBytes > > NULL 992 KBytes > > Boolean 928 KBytes > > Date/Time 564 KBytes > > Metadata 11 MBytes > > > As you can see the Metadata is at least as large as all the other > > fields put together. I assume that the Metadata includes all my old > > indexes which are still being maintained (why else would it be so > > big). > > > I have removed the indexes from my indexes file (and they do not > > appear in the auto file) but they still remain on the indexes page of > > my app. > > > Anybody else noticed this? > > > -- > > > You received this message because you are subscribed to the Google > > Groups "Google App Engine" group. > > To post to this group, send email to google- > > [email protected]. > > To unsubscribe from this group, send email to > > [email protected] > > . > > For more options, visit this group > > athttp://groups.google.com/group/google-appengine?hl=en > > . -- 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.
