- 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 valuesThis 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