On Mon, Mar 15, 2010 at 12:26 AM, Krishnakant Mane <[email protected]> wrote: > May I inform you that we are using the declarative syntax of SQLAlchemy. So > with reference to the pylons application, my model folder will have the > classes which declare and map the tables at the same time. > Does this have any advantage or disadvantage that directly might impact the > performance?
Using Declarative doesn't affect the performance. It just affects where the data structures are located. -- Mike Orr <[email protected]> -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
