1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/db/views
Claire d9ae3db8d5
Improve performance of follow recommendation scheduler (#16159)
Express follow_recommendations in terms of account_summaries rather than
accounts, integrate filters that are unconditionally used, and materialize
the resulting view.

This should result in the bulk of the computation being performed only once
instead of **once per recommendation language**.
2021-05-05 22:04:52 +02:00
..
account_summaries_v01.sql
follow_recommendations_v01.sql
follow_recommendations_v02.sql Improve performance of follow recommendation scheduler (#16159) 2021-05-05 22:04:52 +02:00
instances_v01.sql