"Jorge Vargas" <[EMAIL PROTECTED]> writes: > I found that ugly. Your getting ALL your data to use only a part of it. It's > elegant python code but it's horrible on performance if you want to get the > results 10 at a time and you have 100 you will fetch 1000 records....
IIRC, it generates a query with OFFSET and LIMIT. Take a look at it. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

