ActiveRecord Join Models Hash Themselves into Bad Performance
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.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
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.
Post a comment