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.
On Nov 6, 3:20 pm, ryan <[EMAIL PROTECTED]> wrote: > good question! currently, no, they're not lazy loaded. queries and > gets fetch entire entities with all property values, including blob > and text properties. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
