On Monday, August 20, 2012 12:46:26 AM UTC-4, Massimo Di Pierro wrote: > > True but auth_* tables are never lazy if DAL(...lazy_tables=True) >
Yes, that's not the case now, but couldn't we add a lazy tables option to Auth as well -- e.g., auth.define_tables(lazy=True)? I think we would just have to move a few validators directly into the Field() definitions, no? Most requests don't actually need to access the Auth tables, so this could speed things up. Anthony --

