On Tuesday, August 2, 2011 8:44:52 AM UTC-4, Kenneth wrote: 
>
> > Can you run the query directly against the db to compare? Do you have 
> the debug tool displaying at the bottom of the page that shows how long 
> he query took? 
>
>          t3=time.time()
>          testar = db(db.tracker_person_product.id).select()
>
What happens if you do:
 
testar = db(db.tracker_person_product.id > 0).select()     # Note, added '> 
0'
 

Reply via email to