I have app in appengine that is currently within the free quotas, but just barely. My app is open source and not for profit, so I would really like to avoid the 9.00 $/month minimum fee for billed apps, as I'm not making anything out of it.
>From time to time, I might need to change a property in my entities and to do so I have to do a put(), which saves all the properties. Right now I have 47000 entities in one Kind, each one with about 20 properties. If I try to re-put() each one of them I will end up with 1M writes, well beyond the 50K writes free quota. An example of change that I would like to do my entities is to consolidate several unindexed properties to single one that is their JSONArray representation, so that saving the entities becomes more economical in the future. Is there a way to do that and still stay within the free quotas for Datastore? If I need to enable billing for just a day to do all this (and pay for the cost of it), can I disable the billing after I'm done and paid? If yes, and I have billing enabled for a couple of days, will I still pay the full 9.00 $/month? Thank you for any advice Kostas -- 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.
