Well, I now understand why the 1MB size limit is there in the first
place. Not being able to store binary content larger than 1MB is a
huge limitation. Perhaps Text/Blob properties ought to be lazily
loaded to raise that limit. I have actually been wondering whether the
"service for storing and serving large files" on the roadmap will be
something like S3, totally separate from the datastore, or would it be
in the form of a new property type (e.g., FileProperty) or (preferred
by me) a lazily-loaded BlobProperty without the current 1MB size
limit??? It would be nice to know so that I can plan ahead and code my
models properly.