Rails | Django | Description |
---|---|---|
preload | prefetch_related | one query per table |
eager_load | select_related | one query with joins |
includes | N/A | same as preload if associated table not references, otherwise eager_load |
Created
June 23, 2025 10:56
-
-
Save MatMoore/3e655600546c45b77902699eebf3cd70 to your computer and use it in GitHub Desktop.
Django vs Rails eager loading
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment