antoniop
committed
on 16 Jan 23
Performance improvements:

- set variables from the ns_set and extended variables separately
- collect the values and append to the multir… Show more
Performance improvements:

- set variables from the ns_set and extended variables separately

- collect the values and append to the multirow in one sweep

- when no code body is there, just bulk append the values

This appears to be ~5% faster than db_multirow when both are invoked with a code body and ~30% faster when invoked without (with no prepared statements)

Show less