This article is about speeding up bulk imports in Rails. Let's imagine we have 50,000 products to import... not an absurd amount, but enough that we can start to notice some pain and enough that we wouldn't want to keep the user sitting there while the system tries to import them all. That is unless we can figure out a way to have these records imported quickly. The Data We're Working WithWe'll be