SQL optimization
This commit is contained in:
parent
e4f588324d
commit
2f2c18177e
@ -338,8 +338,8 @@ SELECT
|
|||||||
tags.track,
|
tags.track,
|
||||||
tags.year,
|
tags.year,
|
||||||
source_files.size
|
source_files.size
|
||||||
FROM source_files
|
FROM mime_types
|
||||||
INNER JOIN mime_types
|
INNER JOIN source_files
|
||||||
ON source_files.mime_type=mime_types.id
|
ON source_files.mime_type=mime_types.id
|
||||||
INNER JOIN tags
|
INNER JOIN tags
|
||||||
ON source_files.id=tags.source_file
|
ON source_files.id=tags.source_file
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user