Quantcast
Channel: Pivotal Labs » David Stevenson
Viewing all articles
Browse latest Browse all 10

03/13/13: [SF] Use postgres!

$
0
0

Helps

eager-loading nested polymorphic associations

We have a controller action that performs n+1 queries to present associated models as nested hashes. The typical solution is to use :include to eager-load associations. Unfortunately, the models are related polymorphically, and :include can’t eager-load nested polymorphic associations. What can we do?

Interestings

Use postgres!

Because in rails it automatically puts a transaction around for DDL statements and rolls them back when things don’t work. Fixing this in mysql can be a huge pain.

The post 03/13/13: [SF] Use postgres! appeared first on Pivotal Labs.


Viewing all articles
Browse latest Browse all 10

Latest Images

Trending Articles





Latest Images