what should I do, when the new pricing takes effect?

53 views
Skip to first unread message

working

unread,
Sep 30, 2011, 2:31:50 PM9/30/11
to Google App Engine
Hi All,

Only the datastore storage is over the free quote. Reported the size
of all entities is 283 MBytes.
It is a web app for non-commercial usage.
Any suggestion on what I should do?
Thanks!


Resource Used Free Billable Charge
Frontend Instance Hours
$0.04/Hour 15.52 28.00 0.00 $0.00
Backend Instance Hours
$0.08/Hour 0.00 9.00 0.00 $0.00
Datastore Storage
$0.008/GByte-day 1.94 1.00 0.94 $0.01
Blobstore Storage
$0.0057/GByte-day 0.01 5.00 0.00 $0.00
Datastore Writes
$1.00/Million Ops 0.04 0.05 0.00 $0.00
Datastore Reads
$0.70/Million Ops 0.01 0.05 0.00 $0.00
Small Datastore Operations
$0.10/Million Ops 0.01 0.05 0.00 $0.00
Bandwidth In
$0.10/GByte 0.01 1.00 0.00 $0.00
Bandwidth Out
$0.15/GByte 0.01 1.00 0.00 $0.00
Emails
$0.01/100 Messages 0.04 1.00 0.00 $0.00
XMPP Stanzas
$0.01/1000 Stanzas 0.00 1.00 0.00 $0.00
Opened Channels
$0.01/100 Opens 0.00 1.00 0.00 $0.00
Total*: $0.01

Tapir

unread,
Sep 30, 2011, 7:52:33 PM9/30/11
to Google App Engine
go or pay

Simon Knott

unread,
Oct 1, 2011, 2:51:14 AM10/1/11
to google-a...@googlegroups.com
Have you optimised which entity properties are indexed?  

If you haven't, you could work out which properties you really need to query on and remove all of the other indexes.  You'll need to get and re-put all of the existing entities once you've made the config change, to remove the per-property indexes which are already stored, but this could free up some storage for you and bring you under the quota.

Gerald Tan

unread,
Oct 1, 2011, 12:45:06 PM10/1/11
to google-a...@googlegroups.com
Definitely try to optimize if possible.
You may consider moving data to blobstore too if they change infrequently.
Reply all
Reply to author
Forward
0 new messages