Alan Guo Xiang Tan 070eac16a8
PERF: Optimize the performance of TopicLink.topic_map query (#19630)
Instead of relying on the `ILIKE` operator to filter out image links, we
can instead rely on the `TopicLink#extension` column which allows us to
more efficiently filter out image links.

This optimization mainly affects topics that are link heavy which is
common in topics with alot of replies. When profiling a production
instance for a topic with 10K replies and 2.5K `topic_links`, this
optimization reduces the query time from ~18ms to around ~4ms.
2022-12-28 08:10:36 +08:00
..
2022-11-09 07:48:05 +10:00
2022-11-18 13:28:13 -06:00
2020-05-05 13:46:57 +10:00
2022-02-28 10:20:58 +08:00