Re: [appengine-java] datastore statistics vs quota usage (again)

2011-08-19 Thread mark-ns
Hi Ikai,

Thanks for the reply. 

Nope, the two indexed fields are a jodatime LocalDate (actually persisted as 
a string via an Objectify type converter) and a string. I've verified that 
the other properties are not indexed by trying to query against them in the 
datastore viewer console.

I have been quite concerned by this, so I actually created another project 
using the non-HFR datastore, but again I have very wacky statistics - 38Mb 
listed under Datastore Statistics, but 0.25Gb usage on Quote Details. The 
datastore hasn't been updated for at least a week now, so even if they are 
calculated asyncronously I would really expect them to be accurate by now.

I don't know if you have access to the admin console of users projects, but 
the non-HFR one is called mojointest if so.

Cheers,
Mark

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/D9-1DtuCKuMJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] datastore statistics vs quota usage (again)

2011-08-15 Thread Ikai Lan (Google)
Are either of the indexed fields List properties? That still wouldn't
explain the difference - my guess is it's just out of date. These numbers
are calculated asynchronously. There was a recent bug related to this where
the display is wrong, but for billing purposes you should still be billed
for the correct amount of data.

All more reasons why we need to display index statistics in the admin
console.

--
Ikai Lan
Developer Programs Engineer, Google App Engine
plus.ikailan.com | twitter.com/ikai



On Fri, Aug 5, 2011 at 11:22 AM, mark-ns marknuttallsm...@gmail.com wrote:

 Hi,

 I saw another post where a user was asking a similar question to this, but
 he didn't seem to have quite the same scale of discrepancy as me:-

 I have the following datastore statistics:

 Total number of entities   Size of all entities
 39,307 12 MBytes

 And here are my quota details for HR data:

 High Replication Data 17% 0.08 of 0.50 GBytes Okay

 I understand that indexes are not included in the datastore statistics, but
 only two of the seven fields on these entities are indexed (everything else
 marked with @Unindexed for Objectify).

 What can explain the ~7x size difference between datastore statistics and
 quota usage?

 Thanks,
 Mark



  --
 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-appengine-java/-/QHlLOyuVwX4J.
 To post to this group, send email to
 google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] datastore statistics vs quota usage (again)

2011-08-05 Thread mark-ns
Hi,

I saw another post where a user was asking a similar question to this, but 
he didn't seem to have quite the same scale of discrepancy as me:-

I have the following datastore statistics:

Total number of entities   Size of all entities 
39,307 12 MBytes

And here are my quota details for HR data:

High Replication Data 17% 0.08 of 0.50 GBytes Okay

I understand that indexes are not included in the datastore statistics, but 
only two of the seven fields on these entities are indexed (everything else 
marked with @Unindexed for Objectify). 

What can explain the ~7x size difference between datastore statistics and 
quota usage?

Thanks,
Mark



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/QHlLOyuVwX4J.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.