From d302aaae4cde883a290a4875e21b5e7891a611a3 Mon Sep 17 00:00:00 2001 From: Andrew Mayorov Date: Mon, 14 Aug 2023 15:24:24 +0400 Subject: [PATCH] chore: add changelog entry --- changes/ce/perf-11396.en.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/ce/perf-11396.en.md diff --git a/changes/ce/perf-11396.en.md b/changes/ce/perf-11396.en.md new file mode 100644 index 000000000..fd8df9a9d --- /dev/null +++ b/changes/ce/perf-11396.en.md @@ -0,0 +1 @@ +Introduce topic index for the rule engine runtime that significantly improves the performance of EMQX with a non-trivial number of rules consuming messages matching different topic filters.