[google-appengine] Listing entities with TextProperty efficiently

2010-06-14 Thread Blixt
Hey, If I have a model with a TextProperty and I want to list it, that means a query such as Entry.all().fetch(10) could potentially fetch several megabytes of data (not in my case, but just a worst case scenario). In a list I would only show some of the smaller properties, such as a title and

Re: [google-appengine] Listing entities with TextProperty efficiently

2010-06-14 Thread Brandon Thomson
IMHO splitting up entities may be regarded as premature optimization unless your calculations say daily bandwidth usage to datastore is going to be a problem. Regards, Brandon Thomson On Mon, Jun 14, 2010 at 3:44 PM, Blixt andreasbl...@gmail.com wrote: Hey, If I have a model with a