hello, my app has 396MB of entities but is using 1.48GB of storage. I understand this may be because the indices add a lot of overhead.
I have 1 index: category ▲ , state ▲ , title ▲ and 1 big table: title: string category: int address: string city: string state: int zip_code: string country: string telephone: string website: string menu: text latitude: double longitude: double source: string created: datetime updated: datetime Any advice how to reduce this excessive storage overhead? Richard -- 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.
