they are improvements to how data is retrieved from cache or having the records returned faster (cacheable=True should strip all the update_record, _table, etc.). SMARTGRID has nothing to do with those ....
Il giorno giovedì 30 agosto 2012 10:20:30 UTC+2, Johann Spies ha scritto: > > db(...).select(cacheable=True) make select 30% faster > db(...).select(cache=(cache.ram,3600)) now caches parsed data 100x faster > db(...).count(cache=(cache.ram,3600)) now supported > > Is there a way to use these options with SQLFORM.grid/smartgrid? I see no > reference to those options in gluon/sqlhtml.py. > > Regards > Johann > > -- > Because experiencing your loyal love is better than life itself, > my lips will praise you. (Psalm 63:3) > > --

