Alexei Sorokin c862589dcf [CORE] Avoid materialisation in the TagNoticeStream query
The notice.created sort forced the notice_tag by notice join plain to employ
materialisation, which can have a serious performance penalty depending on the
size of the database.
Sort by notice_tag.created instead, which should be exactly the same.
2020-07-01 18:20:44 +03:00
..
2020-06-21 00:34:54 +01:00
2020-06-21 00:34:54 +01:00
2019-09-03 03:33:13 +01:00
2020-06-21 00:34:27 +01:00
2019-10-19 00:51:52 +01:00
2020-06-10 16:52:00 +03:00