You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Data::Medium::load_track_durations in place of view join
751b58f changed the medium data layer
to always perform a join againt the new medium_track_durations view, but
this unfortunately leads to a very poorly optimized query plan:
https://gist.github.com/mwiencek/8f117c96e244213f28333551c753cdd4
I've partially reverted that commit and introduced a
load_track_durations method to query the view separately from the main
query, which is optimized as expected.
0 commit comments