On Mon, Apr 6, 2015 at 8:28 AM, Barry Hunter <barrybhun...@gmail.com> wrote:

> Copying over the network from that repository, vs copying from dedicated
> Google Storage, is probably not significantly different
>


+1.

As Barry noted, you would want GCS to store your data files. PHP on GAE
does a similar trick: instead of writing to a local filesystem, PHP/GAE
uses gs:// file names to route reads and writes to a GCS bucket.

If you're really focused on speed, one alternative - and this would get
costly - is to (ab)use dedicated memcache
<https://cloud.google.com/appengine/docs/adminconsole/memcache> and store
your dataset in it. You'd have to deal with cache eviction policies and you
might exceed the ops/sec/GB limit, but it's doable given enough programming
expertise.


-----------------
-Vinny P
Technology & Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CALSvALDy3q%3DFJRe99oySar-LMujVUg%2Bwvp0Y6dQOiyztNjb_Gw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to