I'm not really a DAL guru, but I can't imagine DAL doing that.

Every dbms I know about has something like "SELECT COUNT(id) WHERE 
...<query>"



On Friday, August 17, 2012 5:54:32 PM UTC-4, Mike Girard wrote:
>
> Does this load the rows into memory? 
>
> db(db.person.id > 0).count()
>
>
> If so, is there a DAL way to get a row count for a query without loading 
> the rows? 
>
> Thanks.
>
> Mike
>
>
>
>

-- 



Reply via email to