Brandon,

Have you considered storing HTML in compressed form as Datastore
blobs? Being plain text HTML should have very high compression ratio.

* java.util.zip.GZIPOutputStream is usually no worse than x5, but it
is slower
* com.ning.compress.lzf.LZFOutputStream should yield x3 compression,
but it is faster than GZIP

Cheers,

Yegor

On May 5, 8:14 pm, Brandon Donnelson <branflake2...@gmail.com> wrote:
> Entity limit is 1MB total. But you could have multiple blobs within one if
> they where less than 1MB.
>
> Brandon

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to