You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently a new option replace_methods got introduced to batch loader (exAspArk/batch-loader#45).
I did some benchmarking on serializing ActiveRecord models both for replace_methods = true and replace_methods = false and on average false was more than 2x faster.
Let's use false as default.
The text was updated successfully, but these errors were encountered:
Recently a new option
replace_methods
got introduced to batch loader (exAspArk/batch-loader#45).I did some benchmarking on serializing ActiveRecord models both for
replace_methods = true
andreplace_methods = false
and on averagefalse
was more than 2x faster.Let's use
false
as default.The text was updated successfully, but these errors were encountered: