Massimo,

I did not make quantitative tests but the new storage seems giving a
major speedup to everything! I also suspect it has smaller footprint.

mic

2012/8/18 Massimo Di Pierro <[email protected]>:
> As Bruno says. Something like this will completely nullify the benefit of
> lazy tables.
>
> Field(..., readable=True) is OK but
> db.table.field.readable=True is BAD because will force db.table to be
> instantiated.
>
> Massimo
>
>
> On Saturday, 18 August 2012 08:45:45 UTC-5, rochacbruno wrote:
>>
>> What about
>>
>> db.table.field.readable = True
>> db.table.field.default = x
>>
>> ?
>
> --
>
>
>

-- 



Reply via email to