0.55 ms (16.28%)
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 ·ø\x03 r5 \x01 í\x07 ±8C "
b"\x01 ÞïУsç—‹îJ²<T "
b"\x01 ޝÖoßs\x7F Ý÷‚g™Bˆ "
]
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 (0x018EB79DF8037235A001ED8F07B13843 , 0x018EDEEFD0A373E7978BEE4A9DB23C54 , 0x018EAFD66FDF737FA0DDF78267994288 );
Copy
0.53 ms (15.75%)
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
"mJTFh7i "
]
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 = 'mJTFh7i' LIMIT 1 ;
Copy
0.26 ms (7.61%)
1
INSERT IGNORE INTO `movie_clip_has_related` (`clip_id` , `related_id` , `relevance` )
VALUES (UUID_TO_BIN ('018eb79e-3347-7085-abd2-c4211516fb89' ), UUID_TO_BIN ('018eb79d-f803-7235-a001-ed8f07b13843' ), 30.823642730713 ), (UUID_TO_BIN ('018eb79e-3347-7085-abd2-c4211516fb89' ), UUID_TO_BIN ('018edeef-d0a3-73e7-978b-ee4a9db23c54' ), 30.823642730713 ), (UUID_TO_BIN ('018eb79e-3347-7085-abd2-c4211516fb89' ), UUID_TO_BIN ('018eafd6-6fdf-737f-a0dd-f78267994288' ), 9.7441358566284 )
INSERT IGNORE INTO `movie_clip_has_related` (`clip_id` , `related_id` , `relevance` )
VALUES (UUID_TO_BIN ('018eb79e-3347-7085-abd2-c4211516fb89' ), UUID_TO_BIN ('018eb79d-f803-7235-a001-ed8f07b13843' ), 30.823642730713 ), (UUID_TO_BIN ('018eb79e-3347-7085-abd2-c4211516fb89' ), UUID_TO_BIN ('018edeef-d0a3-73e7-978b-ee4a9db23c54' ), 30.823642730713 ), (UUID_TO_BIN ('018eb79e-3347-7085-abd2-c4211516fb89' ), UUID_TO_BIN ('018eafd6-6fdf-737f-a0dd-f78267994288' ), 9.7441358566284 )
;
Copy