Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The destroy_all call was not adequate for the high volume of data, as instantiates each record in memory. Delete all executes everything with a single SQL query (what I originally intended and missed).
- Loading branch information