mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-23 10:05:55 +03:00
f0562183e7
Create a new dict helper method `simple_insert_many_values_txn`, which takes raw row values, rather than {key=>value} dicts. This saves us a bunch of dict munging, and makes it easier to use generators rather than creating intermediate lists and dicts.
1 line
52 B
Text
1 line
52 B
Text
Minor efficiency improvements in event persistence.
|