From ef2804d27c766595f9eae134422652d1d32df9a6 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Mon, 7 Sep 2020 16:48:52 +0100 Subject: Avoid table-scanning users at startup (#8271) This takes about 10 seconds in the best case; often more. --- changelog.d/8271.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/8271.bugfix (limited to 'changelog.d/8271.bugfix') diff --git a/changelog.d/8271.bugfix b/changelog.d/8271.bugfix new file mode 100644 index 0000000000..b75f07b03c --- /dev/null +++ b/changelog.d/8271.bugfix @@ -0,0 +1 @@ +Fix slow start times for large servers by removing a table scan of the `users` table from startup code. -- cgit 1.4.1