开发者

Is there any way to delete app engine's useless datastore indexes

开发者 https://www.devze.com 2023-01-13 02:13 出处:网络
I made a lots ofindexes for testing,is it gonna call any issue?then how to delete them? I aready delete them f开发者_如何学Crom my datastore-indexes.xml.You need to use appcfg.py from the App Engine p

I made a lots of indexes for testing,is it gonna call any issue?then how to delete them? I aready delete them f开发者_如何学Crom my datastore-indexes.xml.


You need to use appcfg.py from the App Engine python SDK (yes, even if you're using Java; there's an open issue to correct this oversight) to remove indexes, with the vacuum_indexes option.

0

精彩评论

暂无评论...
验证码 换一张
取 消