You should consider the Zip, unzip thing... It made my app faster and
significantly smaller.  About 40% smaller.  I even zip my memcache because I
can get more into it that way.


-----Original Message-----
From: google-appengine@googlegroups.com
[mailto:google-appengine@googlegroups.com] On Behalf Of Andrei
Sent: Wednesday, November 02, 2011 12:31 PM
To: Google App Engine
Subject: [google-appengine] Re: data just a bit over free quota

Thanks
This looks too complicated
I have 50$ credit, before it runs out i'll move it to aws

On Nov 2, 8:35 am, David Whittaker <dpwhitta...@gmail.com> wrote:
> You could serialize the data in your entities with pickle or json, 
> then write them to the blobstore with the files api, and store only 
> the entity key and commonly accessed fields in the datastore.  For 
> most operations, you would just read the datastore object and it would 
> have all the info you needed, but for those extra fields, you'd have 
> to use the files api to read the associated blobstore object and 
> deserialize it.  That approach gives you an extra 5GB to play with, at 
> the cost of more latency when you need that extra data.  If you cache 
> everything you read from the blobstore in memcache with no expiration, 
> even the extra latency is practically gone.
>
> On Nov 1, 6:46 pm, Andrei <gml...@gmail.com> wrote:
>
>
>
>
>
>
>
> > Deleted all indexes yesterday already
>
> > On Nov 1, 6:29 pm, "Brandon Wirtz" <drak...@digerat.com> wrote:
>
> > > Consider setting some of your fields to not index. That will 
> > > likely put you under quota.
>
> > > -----Original Message-----
> > > From: google-appengine@googlegroups.com
>
> > > [mailto:google-appengine@googlegroups.com] On Behalf Of Andrei
> > > Sent: Tuesday, November 01, 2011 3:25 PM
> > > To: Google App Engine
> > > Subject: [google-appengine] Re: data just a bit over free quota
>
> > > I can pay that
> > > But after Nov 7 it's 9 dollars minimum per month
>
> > > On Nov 1, 6:20 pm, Philip <philip.mates...@driggle.com> wrote:
> > > > What will happen if Google will raise the free quota to 1.5gb 
> > > > for you and you exceed it by 10mb? Should they raise it again 
> > > > and again? Just pay for the 130mb of space you use. It should be 
> > > > 0.3796$/year if I calculated it correctly.
>
> > > > On Nov 1, 9:43 pm, Andrei <gml...@gmail.com> wrote:
>
> > > > > One of the apps has 1.13Gb of data and is not going to grow 
> > > > > It's non profit app Can I still run it for free with new pricing?
> > > > > Thanks
>
> > > --
> > > 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
athttp://groups.google.com/group/google-appengine?hl=en.

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


-- 
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