Anyone aware of a way to createMany but overwrite ...
# orm-help
t
Anyone aware of a way to createMany but overwrite duplicates (using postgres)? Use case is that I have a large amount of data streaming in (10K+ records) and using multiple upserts to update existing records or create records if they don’t exist seems to be slow. Could this potentially be implementation issue on my end with my DB model or maybe I’m stretching the limits of what prisma should be used for?