gearheads
/
mastodon
Archived
2
0
Fork 0
Commit Graph

2 Commits (2432b94cfeded133718b356a29d7aaef98363a18)

Author SHA1 Message Date
Claire d8e0c8a89e
Do not populate AccountSummaries and FollowRecommendation views on migration ()
Materializing those views can take a while, and they are currently refreshed
anyway each time they are actually used, in the FollowRecommendationsScheduler.
2021-05-07 18:14:29 +02:00
Claire d9ae3db8d5
Improve performance of follow recommendation scheduler ()
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