jwood / tenacity

A database client independent way of managing relationships between models backed by different databases.
MIT License
118 stars 17 forks source link

Plans to Support Eager Loading? #50

Open jwg2s opened 9 years ago

jwg2s commented 9 years ago

Would be great if eager loading could be supported for at least the ActiveRecord objects that are part of a tenacity relationship.

Unnecessary n+1 queries when following polymorphic relationships w/ tenacity can be quite the performance pain point.

msanfilippof commented 7 years ago

Any news about?