You are reading content from Scuttlebutt
@Hendrik Peter %VGVwSItAsqkcZkw0D9rZO3igc1raw//4ZLKswpp0nME=.sha256
Re: %POczd7IxM

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

Join Scuttlebutt now