Thank you all for your answers! Adrian On Fri, Oct 24, 2008 at 2:42 PM, Gustavo Niemeyer <[EMAIL PROTECTED]> wrote: > Hey Adrian, > >> Unfortunately this produces query which loads all fields, including >> 'contents', which is unnecessary and takes a lot of time. I'd like to >> make the 'contents' field lazy, i.e. >> >> contents = Unicode(lazy=True) # (in Book class definition) >> >> so that it would load only after I access this field (i.e. >> books[0].contents). Is it possible? > > Unfortunately that feature isn't available out of the box yet, but > it's in our TODO list, and will get done at some point. Meanwhile, > you cant try the way Thomas suggested. > > -- > Gustavo Niemeyer > http://niemeyer.net >
-- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
