update
This commit is contained in:
		@@ -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),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user