publish date
Feb 8, 2023
duration
25
min
Difficulty
Case details
When you develop a Rails application, ActiveRecord is the default tool that manages your database. ActiveRecord provides an easy and fast interface to query and insert data using commands like .where, .save, .create, and .update. Rails do the work of converting these commands to SQL queries, which is a good thing, but sometimes can cause performance issues. I'll discuss these points and propose some solutions.
Share case: