1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-10-19 22:58:56 +08:00
parent 8451e7a849
commit da900dc2b1
7 changed files with 287 additions and 57 deletions

View File

@@ -18,6 +18,8 @@ node index --utils comment --min 0 --max 400000000 --order ASC
node index --utils lyric --min 1800000000 --max 2000000000 #
node index --utils lyric --min 400000000 --max 1000000000 #
node index --utils lyric --min 0 --max 400000000 #
#############################################################################################
node index --utils playlist #
后期:
@@ -29,6 +31,11 @@ node index --utils lyric --min 0 --max 400000000
被删除的aritst和album回头再通过其他表中的数据反查回来
说明:
song表中data_version=1的音乐是第一次爬取的时候存在但是后面再爬取时不存在的音乐
后续分区(不能在现有表上修改,只能重新查出数据到新表)
alter table song add partition (
PARTITION p1 VALUES LESS THAN ( 50000000),