Improve loading time for large number of events
We have noted large compute time spent on `#define_method` by `BatchLoader` and this has contribute to the slowness on large CSV import queries. This change will hopefully reduce these up-front costs and as a result, reduce total processing time. More information about `replace_methods` option can be found at https://github.com/exAspArk/batch-loader#replacing-methods
Showing
Please register or sign in to comment