forked-synapse/changelog.d/11742.misc
Patrick Cloke 3e0536cd2a
Replace uses of simple_insert_many with simple_insert_many_values. (#11742)
This should be (slightly) more efficient and it is simpler
to have a single method for inserting multiple values.
2022-01-13 19:44:18 -05:00

2 lines
76 B
Plaintext

Minor efficiency improvements when inserting many values into the database.