Shane
12/02/2021, 1:50 PMcreateMany -- but there is a chance that some rows will duplicate on unique constraint. In those cases I'd like it to just be graceful eg. skip that row or update etc.
The best idea i have is to run many concurrent upsert operations, but this could be very inefficient with thousands of rows.