LoginSignup
2
2

More than 5 years have passed since last update.

N + 1 問題

Last updated at Posted at 2016-08-17

SQLクエリが 「データ量N + 1回 」走ってしまい、取得するデータが多くなるにつれて(Nの回数が増えるにつれて)パフォーマンスを低下させてしまう問題。

例えば、アソシエーションの 1 : n の関係の際にこの問題が生じる

参考
http://zephiransas.github.io/blog/2015/07/08/eager-load-with-paranoia/
http://ruby-rails.hatenadiary.com/entry/20141108/1415418367
http://www.techscore.com/blog/2012/12/25/rails%E3%83%A9%E3%82%A4%E3%83%96%E3%83%A9%E3%83%AA%E7%B4%B9%E4%BB%8B-n1%E5%95%8F%E9%A1%8C%E3%82%92%E6%A4%9C%E5%87%BA%E3%81%99%E3%82%8B%E3%80%8Cbullet%E3%80%8D/

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2