Shows Datastore Quota Exceeded (100%) when 149 MB of 1GB only used

27 views
Skip to first unread message

Apostek Apps

unread,
Jun 7, 2010, 9:27:48 AM6/7/10
to Google App Engine
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.

Ikai L (Google)

unread,
Jun 7, 2010, 3:03:45 PM6/7/10
to google-a...@googlegroups.com
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.


--
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-a...@googlegroups.com.
To unsubscribe from this group, send email to google-appengi...@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

Joseph Lebel

unread,
Jun 7, 2010, 11:23:43 PM6/7/10
to Google App Engine
What's "session data"?

On Jun 7, 3:03 pm, "Ikai L (Google)" <ika...@google.com> 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 <apostek.a...@gmail.com> 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-a...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengi...@googlegroups.com<google-appengine%2Bunsubscrib e...@googlegroups.com>
> > .

Ikai L (Google)

unread,
Jun 8, 2010, 3:18:25 PM6/8/10
to google-a...@googlegroups.com
If you're using Java and sessions, this is backed using Memcache and the datastore, so you need to run periodic cleanings.     

To unsubscribe from this group, send email to google-appengi...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.

Joseph Lebel

unread,
Jun 9, 2010, 9:37:21 PM6/9/10
to Google App Engine
So "session data" == "datastore" no?
> > > > google-appengi...@googlegroups.com<google-appengine%2Bunsubscrib e...@googlegroups.com><google-appengine%2Bunsubscrib
Reply all
Reply to author
Forward
0 new messages