昨天工作:
alinlp的dssm充当过滤器:hs_tmp_176
测试将季节的比重调高一点会不会有效果
query和title叶子类目是否靠谱
alter table hs_query_ugc_video_with_item_list_ set lifecycle 30;
drop table hs_tmp_176;
yes
create table hs_tmp_176 as
select a.*, b.video_url from
(select * from hs_tmp_175)a left join (select * from hs_query_ugc_video_with_item_list_)b on a.item_id == b.item_id;
网友评论