Re: [sqlalchemy] Marshmallow speed and lazy/eager loading

2019-09-21 Thread Mike Bayer
On Sat, Sep 21, 2019, at 6:15 AM, YKdvd wrote: > I'm using the "marshmallow" serialization library to dump out SQLAlchemy > objects, and I'm trying to track down some slowness issues. The objects have > various relationships (using marshmallow's Nested fields in the mm schema), > and some of

[sqlalchemy] Marshmallow speed and lazy/eager loading

2019-09-21 Thread YKdvd
I'm using the "marshmallow" serialization library to dump out SQLAlchemy objects, and I'm trying to track down some slowness issues. The objects have various relationships (using marshmallow's Nested fields in the mm schema), and some of those have their own relationships, etc. As an example