Try removing the database access history file, then restarting the
development server. The file is called dev_appserver.datastore.history
and located in the tmp directory.

The development server auto-generates the indices based on the history
file, even if you don't run the corresponding queries after cleaning
up index.yaml

Hope this helps.

Cheers,
Alex
---
www.muspy.com

On Jan 9, 4:57 am, Ryan W <rwilli...@gmail.com> wrote:
> I'm working to tune my indexes.  I noticed a lot of unused indexes, so
> I removed everything from my index.yaml and then added back one by one
> while running the application locally with the "dev_appserver.py --
> require_indexes" command.  Everything was working good, so I went
> ahead and ran the index vacuum for the production site.  All was good
> there too.
>
> But, now when I run the app locally with the GoogleAppEngineLauncher
> app, not using the --require_indexes flag, it keeps adding back some
> autogenerated indexes that aren't used.  How do I know they aren't
> used?  Because the app will run without them with the --
> require_indexes flag, and because the counts of the "has been used x
> times" are not being incremented.
>
> I've tried restarting the app, removing the app altogether from
> GoogleAppEngineLauncher, then adding back.  It still keeps adding
> these indexes though.  Is there a cache somewhere that can reset?
--~--~---------~--~----~------------~-------~--~----~
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-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to