summary refs log tree commit diff
path: root/changelog.d/11560.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* skip some dict munging in event persistence (#11560)Richard van der Hoff2021-12-101-0/+1
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.