Hi All,
I need to do a query that, in its simplest form, would be:
for row in session.query(Message.body).order_by(Message.session_num):
...do read-only stuff with row and then discard...
However, as that query will return roughly 20-40 million rows per time,
I'm guessing the above may not be what I need.
What should I use?
cheers,
Chris
--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk
--
You received this message because you are subscribed to the Google Groups
"sqlalchemy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sqlalchemy?hl=en.