MatrixSynapse/synapse/storage/databases
Erik Johnston eee6fcf5fa
Use execute_batch instead of executemany in places (#9181)
`execute_batch` does fewer round trips in postgres than `executemany`, but does not give a correct `txn.rowcount` result after.
2021-01-21 10:22:53 +00:00
..
main Use execute_batch instead of executemany in places (#9181) 2021-01-21 10:22:53 +00:00
state Mypy fixes for `synapse.handlers.federation` (#8422) 2020-09-29 15:57:36 +01:00
__init__.py Add logging on startup/shutdown (#8448) 2020-10-02 15:20:45 +01:00