Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-09 | Fix FollowRecommendationsScheduler failing because of unpopulated views (#16189) | Claire | |
Since #16173, `account_summaries` and `follow_recommendations` are not populated at creation time, which causes concurrent refresh to fail. As we currently only use those materialized views right after explicitly refreshing them, this commit changes refreshes to not be performed concurrently. This will fix the issue and ensure the refresh completes faster while using less resources. | |||
2021-05-05 | Improve performance of follow recommendation scheduler (#16159) | Claire | |
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-04-24 | Change auto-following admin-selected accounts, show in recommendations (#16078) | Eugen Rochko | |
2021-04-12 | Add cold-start follow recommendations (#15945) | Eugen Rochko | |