optimize table
This commit is contained in:
parent
e79c70595b
commit
63c102ef7b
@ -61,14 +61,25 @@ ORDER BY s DESC
|
|||||||
-- optimize table
|
-- optimize table
|
||||||
optimize table album;
|
optimize table album;
|
||||||
optimize table artist;
|
optimize table artist;
|
||||||
|
optimize table category;
|
||||||
optimize table comment;
|
optimize table comment;
|
||||||
optimize table comment_progress;
|
optimize table comment_progress;
|
||||||
optimize table log;
|
optimize table log;
|
||||||
optimize table lyric;
|
optimize table lyric;
|
||||||
|
optimize table playlist;
|
||||||
optimize table song;
|
optimize table song;
|
||||||
optimize table song_album_relation;
|
optimize table song_album_relation;
|
||||||
optimize table song_artist_relation;
|
optimize table song_artist_relation;
|
||||||
|
optimize table song_playlist_relation;
|
||||||
optimize table user;
|
optimize table user;
|
||||||
|
optimize table wait_check_album;
|
||||||
|
optimize table wait_check_artist;
|
||||||
|
optimize table wait_check_lyric;
|
||||||
|
optimize table wait_check_song;
|
||||||
|
optimize table wait_fetch_album;
|
||||||
|
optimize table wait_fetch_artist;
|
||||||
|
optimize table wait_fetch_lyric;
|
||||||
|
optimize table wait_fetch_song;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user