On Apr 23, 4:47 am, Panos <[email protected]> wrote:
> I have also been puzzled at times on where the space is going. I filed
> this request today:
>
> "More granular accounting of how datastore space is 
> used"http://code.google.com/p/googleappengine/issues/detail?id=1396
>
> Please browse to the issue and add your vote/star if you want to see
> this feature implemented.
>
> Panos

I also think there is something wrong.

I have 2.3M Domain records and the source CSV is only 63 megabytes,
no composite index. The dashboard claims I am using 3GB !?!
(3.03 of 101.00 GBytes)

This is my base expando model:

class Domain(db.Expando):
  name = db.StringProperty(required=True, verbose_name='FQDN')
  revname = db.StringProperty(verbose_name='Reverse FQDN')
  since = db.DateTimeProperty(auto_now_add=True)

I am ready to upload 102M more records, I guess I am going to wait
until this issue is resolved.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to