0.69 ms (16.68%)
1
SELECT mc . clip_id , mc . user_id , mc . film_id , mc . public_key , mc . thumb_path , mc . preview_path , mc . duration , mc . quality , mc . is_vertical , mc . likes , mc . dislikes , mc . views , mc . status , mc . published_at , u . username , IFNULL (r . title , f . title ) as title , IFNULL (r . description , f . description ) as description FROM movie_clip mc LEFT JOIN movie_clip_translation f ON mc . clip_id = f . clip_id AND f . lang_id = ? LEFT JOIN user u ON mc . user_id = u . user_id LEFT JOIN movie_clip_translation r ON mc . clip_id = r . clip_id AND r . lang_id = ? WHERE mc . public_key = ? LIMIT 1
Parameters :
[
1
2
"YYENHSo "
]
SELECT mc . clip_id , mc . user_id , mc . film_id , mc . public_key , mc . thumb_path , mc . preview_path , mc . duration , mc . quality , mc . is_vertical , mc . likes , mc . dislikes , mc . views , mc . status , mc . published_at , u . username , IFNULL (r . title , f . title ) as title , IFNULL (r . description , f . description ) as description FROM movie_clip mc LEFT JOIN movie_clip_translation f ON mc . clip_id = f . clip_id AND f . lang_id = 1 LEFT JOIN user u ON mc . user_id = u . user_id LEFT JOIN movie_clip_translation r ON mc . clip_id = r . clip_id AND r . lang_id = 2 WHERE mc . public_key = 'YYENHSo' LIMIT 1 ;
Copy
0.59 ms (14.21%)
1
SELECT mc . clip_id , mc . film_id , mc . public_key , mc . thumb_path , mc . preview_path , mc . duration , mc . quality , mc . is_vertical , mc . likes , mc . dislikes , mc . views , mc . status , mc . published_at , f1 . title as film_title , f1 . original_title as film_original_title , f1 . poster_path as film_poster_path , f1 . release_year as film_release_year , IFNULL (r . title , f . title ) as title FROM movie_clip mc LEFT JOIN movie_clip_translation f ON mc . clip_id = f . clip_id AND f . lang_id = ? LEFT JOIN film f1 ON mc . film_id = f1 . film_id LEFT JOIN movie_clip_translation r ON mc . clip_id = r . clip_id AND r . lang_id = ? WHERE mc . clip_id IN (? , ? , ? )
Parameters :
[
1
2
b"\x01 °›\x1E esm¨”G\x13 væ\v "
b"\x01 ŽÃ*içq@‡¦Ë!IàMê "
b"\x01 ŽãZàˆq\x19 ´|´\x0E\x0E\x19 «è "
]
SELECT mc . clip_id , mc . film_id , mc . public_key , mc . thumb_path , mc . preview_path , mc . duration , mc . quality , mc . is_vertical , mc . likes , mc . dislikes , mc . views , mc . status , mc . published_at , f1 . title as film_title , f1 . original_title as film_original_title , f1 . poster_path as film_poster_path , f1 . release_year as film_release_year , IFNULL (r . title , f . title ) as title FROM movie_clip mc LEFT JOIN movie_clip_translation f ON mc . clip_id = f . clip_id AND f . lang_id = 1 LEFT JOIN film f1 ON mc . film_id = f1 . film_id LEFT JOIN movie_clip_translation r ON mc . clip_id = r . clip_id AND r . lang_id = 2 WHERE mc . clip_id IN (0x018EB09B1E65736DA894471376E6810B , 0x018EC32A69E7714087A6CB2149E04DEA , 0x018EE35AE0887119B47CB40E0E19ABE8 );
Copy
0.26 ms (6.26%)
1
INSERT IGNORE INTO `movie_clip_has_related` (`clip_id` , `related_id` , `relevance` )
VALUES (UUID_TO_BIN ('018eb09b-04dd-715c-b9e0-e2815a919248' ), UUID_TO_BIN ('018eb09b-1e65-736d-a894-471376e6810b' ), 17.351570129395 ), (UUID_TO_BIN ('018eb09b-04dd-715c-b9e0-e2815a919248' ), UUID_TO_BIN ('018ec32a-69e7-7140-87a6-cb2149e04dea' ), 11.714120864868 ), (UUID_TO_BIN ('018eb09b-04dd-715c-b9e0-e2815a919248' ), UUID_TO_BIN ('018ee35a-e088-7119-b47c-b40e0e19abe8' ), 8.6757850646973 )
INSERT IGNORE INTO `movie_clip_has_related` (`clip_id` , `related_id` , `relevance` )
VALUES (UUID_TO_BIN ('018eb09b-04dd-715c-b9e0-e2815a919248' ), UUID_TO_BIN ('018eb09b-1e65-736d-a894-471376e6810b' ), 17.351570129395 ), (UUID_TO_BIN ('018eb09b-04dd-715c-b9e0-e2815a919248' ), UUID_TO_BIN ('018ec32a-69e7-7140-87a6-cb2149e04dea' ), 11.714120864868 ), (UUID_TO_BIN ('018eb09b-04dd-715c-b9e0-e2815a919248' ), UUID_TO_BIN ('018ee35a-e088-7119-b47c-b40e0e19abe8' ), 8.6757850646973 )
;
Copy