summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-01-21 14:44:12 +0000
committerGitHub <noreply@github.com>2021-01-21 14:44:12 +0000
commit7a43482f1916622967f5a4b389f93944dd5deb07 (patch)
tree067807264e4296afce13edae43743bc0ee281928 /changelog.d
parentAdd tests for List Users Admin API (#9045) (diff)
downloadsynapse-7a43482f1916622967f5a4b389f93944dd5deb07.tar.xz
Use execute_batch in more places (#9188)
* Use execute_batch in more places

* Newsfile
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9188.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9188.misc b/changelog.d/9188.misc
new file mode 100644
index 0000000000..7820d09cd0
--- /dev/null
+++ b/changelog.d/9188.misc
@@ -0,0 +1 @@
+Speed up batch insertion when using PostgreSQL.