On Mar 11, 1:28 am, Jonathan Ultis <jonathan.ul...@gmail.com> wrote:
> I created a model with fixed content that requires ~250b serialized,
> including all field names, the key, and the kind name, and parent
> (None). I added 312000 of those to the datastore, for 75 megs of rawdata. 
> There are 8 indexable fields, The indices should require no more
> than 176 megs of additional space, if the indices don't do any sort of
> column compression. That's 250 megs of raw space.
>
> But, thedatastore reports 1GB of space used.
>
> That suggests perhaps 2x redundancy, plus a 50% fill rate in big
> table. Or, maybe just 4x redundancy. No idea.
>
> Anyhow, for now, take your raw object size including kind, key, field
> names, and field content, and multiply by 10x-15x, depending on how
> many indexable properties you have, to get your final storage size.

I met the same problem, uploaded less than 200GB raw data, and after a
dairy quota reset, 1GB quota is reached!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to