On Sep 30, 1:01 pm, Robin B <[email protected]> wrote: > > so i guess the next question is, do i have anything to worry about > > when using web2py on app engine per data model efficiency? > > I am not sure what you are asking exactly. > > If you use several tables and references, without list properties and > batch get, you would see the N+1 query problem de-referencing > references. > > Web2py also re-evaluates your model definitions on every request which > could be an efficiency concern for some people.
Yes but are caching the bytecode compiled models on GAE. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

