@Brian - 

That is a great suggestion and I didn't know about that.  I will get it.  

The table current has about 50k rows and about 25 columns and I wanted to 
pull in all of them.  It creates a list of tuples.  In the future, the 
table might have potentially millions of records, but I would still only be 
pulling in about 50k.  

My current solution is to run a loop so that I can execute several smaller 
queries and then combine them.  That way I ensure it runs.  I would, 
however, like to figure out why the query isn't reliably pulling in over 
10k rows at a time.  Maybe I can investigate along the line you suggested 
and it will bear fruit.

Any other thoughts?

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to