[google-appengine] Re: Shows Datastore Quota Exceeded (100%) when 149 MB of 1GB only used

2010-06-09 Thread prgmratlarge
So "session data" == "datastore" no?

On Jun 8, 3:18 pm, "Ikai L (Google)"  wrote:
> If you're using Java and sessions, this is backed using Memcache and the
> datastore, so you need to run periodic cleanings.
>
>
>
>
>
> On Mon, Jun 7, 2010 at 8:23 PM, prgmratlarge  wrote:
> > What's "session data"?
>
> > On Jun 7, 3:03 pm, "Ikai L (Google)"  wrote:
> > > Are you using any indexes? If you have many properties with lots of
> > indexes
> > > on them, it's possible the space is taken up by indexes. Another
> > possibility
> > > is session data.
>
> > > At any rate, to keep your application going, the quick resolution is to
> > > enable billing, which will raise the limit.
>
> > > On Mon, Jun 7, 2010 at 6:27 AM, Apostek Apps 
> > wrote:
> > > > On the Dashboard we are getting
> > > > Total Stored Data 100%  1.00 of 1.00 GBytes
>
> > > > But on the Datastore Statistics we get
> > > > 149 MBytes as the Size of all entities
>
> > > > We are getting-
> > > > The API call datastore_v3.Put() required more quota than is available.
>
> > > > as an exception when we try to insert values in the database.
>
> > > > --
> > > > 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 > > >  e...@googlegroups.com> > e...@googlegroups.com>
> > > > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/google-appengine?hl=en.
>
> > > --
> > > Ikai Lan
> > > Developer Programs Engineer, Google App Engine
> > > Blog:http://googleappengine.blogspot.com
> > > Twitter:http://twitter.com/app_engine
> > > Reddit:http://www.reddit.com/r/appengine
>
> > --
> > 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-appeng...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine+unsubscr...@googlegroups.com > e...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine?hl=en.
>
> --
> Ikai Lan
> Developer Programs Engineer, Google App Engine
> Blog:http://googleappengine.blogspot.com
> Twitter:http://twitter.com/app_engine
> Reddit:http://www.reddit.com/r/appengine

-- 
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-appeng...@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.



[google-appengine] Re: Shows Datastore Quota Exceeded (100%) when 149 MB of 1GB only used

2010-06-07 Thread prgmratlarge
What's "session data"?

On Jun 7, 3:03 pm, "Ikai L (Google)"  wrote:
> Are you using any indexes? If you have many properties with lots of indexes
> on them, it's possible the space is taken up by indexes. Another possibility
> is session data.
>
> At any rate, to keep your application going, the quick resolution is to
> enable billing, which will raise the limit.
>
>
>
>
>
> On Mon, Jun 7, 2010 at 6:27 AM, Apostek Apps  wrote:
> > On the Dashboard we are getting
> > Total Stored Data 100%  1.00 of 1.00 GBytes
>
> > But on the Datastore Statistics we get
> > 149 MBytes as the Size of all entities
>
> > We are getting-
> > The API call datastore_v3.Put() required more quota than is available.
>
> > as an exception when we try to insert values in the database.
>
> > --
> > 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-appeng...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine+unsubscr...@googlegroups.com > e...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine?hl=en.
>
> --
> Ikai Lan
> Developer Programs Engineer, Google App Engine
> Blog:http://googleappengine.blogspot.com
> Twitter:http://twitter.com/app_engine
> Reddit:http://www.reddit.com/r/appengine

-- 
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-appeng...@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.