Hi jgilfelt, Does the jump in space usage roughly coincide with the creation of the index you describe? You should expect a large blowup in data size due to both built-in and custom indexes, especially indexes on a list, which will create one index entry per list item. For 100,000 entities to use your 1GB of built in quota is not difficult - about 10k per entity after all indexing and storage overhead.
-Nick Johnson On Wed, Jul 8, 2009 at 10:12 PM, jgilfelt<[email protected]> wrote: > > In the last day or so, the app I am developing has seen a sudden jump > from 20% to 96% of the free quota for stored data for no apparent > reason. The raw data that I have uploaded via remote_api is less than > 60 megabytes in size and about 100,000 entities. > > Not sure if the problem is index related or not. I do have an index on > a multi-value list property and two booleans. I understand that this > will incur storage overhead, but it is necessitated by the need to do > "bounding box" geo-spatial queries within the application. The index > itself shows a status of "Serving". > > Can anyone shed any light on the reason for such a data usage > increase, and whether or not it is legitimate or some sort of anomaly. > > My app id is on-location. > > Thanks, > Jeff > > > > -- Nick Johnson, App Engine Developer Programs Engineer Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: 368047 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
