From c925b4556798539d172664ed69734c8611f669d2 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 23 Jan 2024 11:37:16 +0000 Subject: Speed up e2e device keys queries for bot accounts (#16841) This helps with bot accounts with lots of non-e2e devices. The change is basically to change the order of the join for the case of using `INNER JOIN` --- changelog.d/16841.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/16841.misc (limited to 'changelog.d') diff --git a/changelog.d/16841.misc b/changelog.d/16841.misc new file mode 100644 index 0000000000..1999b3397a --- /dev/null +++ b/changelog.d/16841.misc @@ -0,0 +1 @@ +Speed up e2e device keys queries for bot accounts. -- cgit 1.5.1