You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nyastodon/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**.
3 years ago
..
account_summaries_v01.sql
follow_recommendations_v01.sql
follow_recommendations_v02.sql Improve performance of follow recommendation scheduler (#16159) 3 years ago
instances_v01.sql