Hi, We do display datastore statistics that you can use to verify index size, status, etc, but not anyway to show when a given index was last used.
I looked through the datastore statistics package but didn't readily see anything that we could use to derive usage-frequency of any given index. However, if there is a possibility of obtaining such details, perhaps the information in this article [1] may prove useful in guiding you through the process. I also found an open request for this feature request [2]. I recommend starring it as the more +1s it gets, the more visibility the request gets, and the more chances that the datastore team considers it. In the meantime, if you are not able to obtain the info you are looking for using the guide in [1], then opening a support case will be a more suitable next step since the support team may be able to use internal tools to provide this information to you. [1] https://developers.google.com/appengine/docs/python/datastore/stats [2] https://issuetracker.google.com/111106741 On Tuesday, January 11, 2022 at 10:26:15 AM UTC-5 [email protected] wrote: > Is there a way to see which DataStore indexes are still used? Something > like a 'last accessed date' for an index would be ideal. > > I'm running quite an old project on GAE (Python 2.7) and suspect many on > the indexes are no longer needed. > > Thanks > Simon > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/211ddfb9-703f-4f09-8ac2-d4a169217d7cn%40googlegroups.com.
