ActiveRecord Join Models Hash Themselves into Bad Performance
Posted by Atomic Object on February 09, 2013 — 0 comments
ActiveRecord's hash method is broken for id-less (join) models, causing massive performance issues when dealing with non-trivial datasets. Here's how we fixed it.
Comments