Can you both provide your application IDs so I can investigate a bit?

Thanks,
- Jason

On Sat, Apr 25, 2009 at 12:33 PM, Kugutsumen <kugutsu...@gmail.com> wrote:

>
>
>
> On Apr 23, 4:47 am, Panos <pa...@acm.org> 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 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