1 of 24 inserts 500x slower
We have a method which executes a for loop which iterates 24 times (for every hour of a given day) and executes 4 queries each (so 24 * 4) against a postgres db:
We have a method which executes a for loop which iterates 24 times (for every hour of a given day) and executes 4 queries each (so 24 * 4) against a postgres db: