PGSql Batch/Merge Queries for Perforamnce
I currently have several queries that execute sequentially but they are somewhat independant of one another in that they dont need each others output.
A psuedo code example is
Is there a way using Drizzle ORM to batch these so that it only costs one round trip to the DB?
1 Reply