spawn a process each to populate
Watch out with your DB-pool if populating includes writing back to the database ;)
the spawned processes will all run async and lock your DB up (unless you have some kind of hard-coded pool-size & queue on your ORM)
Killed some databases this way while running AWS-Lambdas once :p