Yes i have tried vaccum_indexes the problem is with the indexes count not getting reset.
I just have 147 indexes serving on my application and my number of indexes under the Quota Details shows 200 What should i do now? GAE experts please suggest OR reset my indexes quota On Monday, 26 March 2012 14:09:28 UTC+5:30, Nicanor Babula wrote: > > Hi there, > > Have you considered executing appcfg vacuum_indexes? > > http://code.google.com/appengine/docs/java/tools/uploadinganapp.html#Deleting_Unused_Indexes > > > Cristian. > > > On Mon, Mar 26, 2012 at 10:19 AM, prakhil samar <[email protected]>wrote: > >> Hi GAE team, >> >> I have billing enabled on my application id “xxxxxxx” >> >> From last week my “Quota details” for datastore indexes are not >> getting reset its showing 200 of 200. >> >> Is there something I need to do with billing stuff OR will you please >> reset the datastore indexes count. >> >> I have 147 indexes serving in the “Datastore Indexes”, but Quota >> details shows 200 >> >> >> >> On Mar 23, 4:40 pm, Nicanor Babula <[email protected]> wrote: >> > For example? I am sure there is space for optimizing the list views.. >> > The only trick I know is to reduce the number of order-able columns in >> the >> > list view... >> > >> > For example, just yesterday I developed a statistics module which >> required >> > me to add another 2 indexes for 2 queries like: >> > select * from Customers where accountId = 'currentAccountId' and >> > creationDate > [from] and creationDate < [toDate] and status = >> 'available' >> > >> > Is there a trick to avoid using indexes on queries like that? >> > >> > Il giorno venerdì 23 marzo 2012 12:28:47 UTC+1, de Witte ha scritto: >> > >> > >> > >> > >> > >> > > Try >> > >http://support.google.com/ >> code/bin/request.py?contact_type=AppEngineQuotaRequest< >> http://support.google.com/code/bin/request.py?contact_type=AppEngineQ...> >> > >> > > 200 indexes for 50 entities is a lot and makes your application >> expensive. >> > >> > > There are tricks to sort a ListView without using an index for each >> column. >> > >> > > Op woensdag 21 maart 2012 08:47:06 UTC+1 schreef prakhil samar het >> > > volgende: >> > >> > >> Hi >> > >> > >> I have a application and my datastore indexes are full i have created >> > >> 200 indexes. >> > >> > >> is there any way that indexes can be increased ? >> > >> > >> Can i increase indexes by enabling billing on my application ? >> >> -- >> 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. >> >> > > > -- > Nicanor Cristian Babula > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/6Hy1kEqkQIcJ. 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.
