Thanks, but see below ...

On Monday, April 6, 2015 at 1:39:59 PM UTC+1, barryhunter wrote:
>
> Where is the "data" actully stored? Just files in the 'filesystem'? 
>

Yes, it is stored in a directory off root, pretty much exactly as 
originally supplied by OS in 812 files over 56 sub-folders.
 

> Might find it worthwhile to use Google Storage instead for the data files
> https://cloud.google.com/appengine/docs/python/googlestorage/
>

As this is intended to be just a demo, I'd rather avoid such complications, 
if possible.
 

> ... Particular if can make 'ranged' requests. ie can seek directly and 
> read part of a file, rather than the whole file. 
> https://cloud.google.com/storage/docs/reference-headers#range
>

Don't think that would apply here.
 

> (I've found the 'filesystem' itself to often be slow in AppEngine)
>

But would it really be quicker to transfer the files over the web for the 
Google App to process?  Surely it must be quicker to store the necessary 
data locally to the app?

-- 
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/10e1a51a-c2f9-4bc3-bcaa-bbe607e8f595%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to