From 26f5dd8ef80e5671cda8fc0e6c0d0298c4e678ff Mon Sep 17 00:00:00 2001
From: shikeying <shikeying@163.com>
Date: 星期二, 27 九月 2022 16:31:33 +0800
Subject: [PATCH] 视频相似度分析3

---
 recommend-video/doc/table.SQL |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/recommend-video/doc/table.SQL b/recommend-video/doc/table.SQL
index 5edc014..4506ab4 100644
--- a/recommend-video/doc/table.SQL
+++ b/recommend-video/doc/table.SQL
@@ -14,4 +14,7 @@
 --     ADD INDEX inx_vb_vid (src_video_id) USING BTREE ;
 
 ALTER TABLE rc_video_batch
-    ADD INDEX inx_vb_bid (batch_id) USING BTREE ;
\ No newline at end of file
+    ADD INDEX inx_vb_bid (batch_id) USING BTREE ;
+
+ALTER TABLE rc_video_user
+    ADD INDEX inx_vu_uid (user_id) USING BTREE ;
\ No newline at end of file

--
Gitblit v1.9.1