3
12.31 ms
SELECT p . post_id , p . user_id , p . content_id , p . public_key , p . search_field , p . cover , p . type , p . sexual_orientation , p . orientation , p . quality , p . noindex , p . nofollow , p . contents_num , p . duration , p . likes , p . dislikes , p . views , p . vote_rating , p . params , p . published_at , IFNULL (`r` . `title` , `f` . `title` ) as `title` , IFNULL (`r` . `custom1` , `f` . `custom1` ) as `custom1` , IFNULL (`r` . `custom2` , `f` . `custom2` ) as `custom2` FROM post p LEFT JOIN post_translation f ON `p` . `post_id` = `f` . `post_id` AND `f` . `lang_id` = ? LEFT JOIN post_translation r ON `p` . `post_id` = `r` . `post_id` AND `r` . `lang_id` = ? WHERE p . post_id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
1
2
718002
465499
490979
503869
399717
448651
554576
606028
694991
719308
765800
748779
458116
646533
759120
787070
445364
592149
546517
518410
585269
701665
477779
472552
786919
443629
495281
494635
516514
522326
483182
471550
527450
483159
521501
514019
518780
384285
491573
415592
560844
459933
466164
483629
513248
558625
553545
483639
505004
484585
493176
510275
621201
616864
659562
655612
563446
611416
653544
655714
655615
516227
657402
491802
]
SELECT
p . post_id ,
p . user_id ,
p . content_id ,
p . public_key ,
p . search_field ,
p . cover ,
p . type ,
p . sexual_orientation ,
p . orientation ,
p . quality ,
p . noindex ,
p . nofollow ,
p . contents_num ,
p . duration ,
p . likes ,
p . dislikes ,
p . views ,
p . vote_rating ,
p . params ,
p . published_at ,
IFNULL (`r` . `title` , `f` . `title` ) as `title` ,
IFNULL (`r` . `custom1` , `f` . `custom1` ) as `custom1` ,
IFNULL (`r` . `custom2` , `f` . `custom2` ) as `custom2`
FROM
post p
LEFT JOIN post_translation f ON `p` . `post_id` = `f` . `post_id`
AND `f` . `lang_id` = ?
LEFT JOIN post_translation r ON `p` . `post_id` = `r` . `post_id`
AND `r` . `lang_id` = ?
WHERE
p . post_id IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ?
)
Copy
SELECT p . post_id , p . user_id , p . content_id , p . public_key , p . search_field , p . cover , p . type , p . sexual_orientation , p . orientation , p . quality , p . noindex , p . nofollow , p . contents_num , p . duration , p . likes , p . dislikes , p . views , p . vote_rating , p . params , p . published_at , IFNULL (`r` . `title` , `f` . `title` ) as `title` , IFNULL (`r` . `custom1` , `f` . `custom1` ) as `custom1` , IFNULL (`r` . `custom2` , `f` . `custom2` ) as `custom2` FROM post p LEFT JOIN post_translation f ON `p` . `post_id` = `f` . `post_id` AND `f` . `lang_id` = 1 LEFT JOIN post_translation r ON `p` . `post_id` = `r` . `post_id` AND `r` . `lang_id` = 2 WHERE p . post_id IN (718002 , 465499 , 490979 , 503869 , 399717 , 448651 , 554576 , 606028 , 694991 , 719308 , 765800 , 748779 , 458116 , 646533 , 759120 , 787070 , 445364 , 592149 , 546517 , 518410 , 585269 , 701665 , 477779 , 472552 , 786919 , 443629 , 495281 , 494635 , 516514 , 522326 , 483182 , 471550 , 527450 , 483159 , 521501 , 514019 , 518780 , 384285 , 491573 , 415592 , 560844 , 459933 , 466164 , 483629 , 513248 , 558625 , 553545 , 483639 , 505004 , 484585 , 493176 , 510275 , 621201 , 616864 , 659562 , 655612 , 563446 , 611416 , 653544 , 655714 , 655615 , 516227 , 657402 , 491802 );
Copy
4
3.01 ms
SELECT pht . post_id , pht . tag_id , t . slug , IFNULL (`r` . `name` , `f` . `name` ) as `name` FROM post_has_tag pht INNER JOIN tag t ON pht . tag_id = t . tag_id AND t . enabled = 1 LEFT JOIN tag_translation f ON t . tag_id = f . tag_id AND f . lang_id = ? LEFT JOIN tag_translation r ON `t` . `tag_id` = `r` . `tag_id` AND `r` . `lang_id` = ? WHERE pht . post_id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
1
2
384285
399717
415592
443629
445364
448651
458116
459933
465499
466164
471550
472552
477779
483159
483182
483629
483639
484585
490979
491573
491802
493176
494635
495281
503869
505004
510275
513248
514019
516227
516514
518410
518780
521501
522326
527450
546517
553545
554576
558625
560844
563446
585269
592149
606028
611416
616864
621201
646533
653544
655612
655615
655714
657402
659562
694991
701665
718002
719308
748779
759120
765800
786919
787070
]
SELECT
pht . post_id ,
pht . tag_id ,
t . slug ,
IFNULL (`r` . `name` , `f` . `name` ) as `name`
FROM
post_has_tag pht
INNER JOIN tag t ON pht . tag_id = t . tag_id
AND t . enabled = 1
LEFT JOIN tag_translation f ON t . tag_id = f . tag_id
AND f . lang_id = ?
LEFT JOIN tag_translation r ON `t` . `tag_id` = `r` . `tag_id`
AND `r` . `lang_id` = ?
WHERE
pht . post_id IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ?
)
Copy
SELECT pht . post_id , pht . tag_id , t . slug , IFNULL (`r` . `name` , `f` . `name` ) as `name` FROM post_has_tag pht INNER JOIN tag t ON pht . tag_id = t . tag_id AND t . enabled = 1 LEFT JOIN tag_translation f ON t . tag_id = f . tag_id AND f . lang_id = 1 LEFT JOIN tag_translation r ON `t` . `tag_id` = `r` . `tag_id` AND `r` . `lang_id` = 2 WHERE pht . post_id IN (384285 , 399717 , 415592 , 443629 , 445364 , 448651 , 458116 , 459933 , 465499 , 466164 , 471550 , 472552 , 477779 , 483159 , 483182 , 483629 , 483639 , 484585 , 490979 , 491573 , 491802 , 493176 , 494635 , 495281 , 503869 , 505004 , 510275 , 513248 , 514019 , 516227 , 516514 , 518410 , 518780 , 521501 , 522326 , 527450 , 546517 , 553545 , 554576 , 558625 , 560844 , 563446 , 585269 , 592149 , 606028 , 611416 , 616864 , 621201 , 646533 , 653544 , 655612 , 655615 , 655714 , 657402 , 659562 , 694991 , 701665 , 718002 , 719308 , 748779 , 759120 , 765800 , 786919 , 787070 );
Copy
5
110.92 ms
SELECT phc . post_id , phc . category_id , c . slug , IFNULL (`r` . `name` , `f` . `name` ) as `name` FROM post_has_category phc INNER JOIN category c ON phc . category_id = c . category_id AND c . enabled = 1 LEFT JOIN category_translation f ON c . category_id = f . category_id AND f . lang_id = ? LEFT JOIN category_translation r ON `c` . `category_id` = `r` . `category_id` AND `r` . `lang_id` = ? WHERE phc . post_id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
1
2
384285
399717
415592
443629
445364
448651
458116
459933
465499
466164
471550
472552
477779
483159
483182
483629
483639
484585
490979
491573
491802
493176
494635
495281
503869
505004
510275
513248
514019
516227
516514
518410
518780
521501
522326
527450
546517
553545
554576
558625
560844
563446
585269
592149
606028
611416
616864
621201
646533
653544
655612
655615
655714
657402
659562
694991
701665
718002
719308
748779
759120
765800
786919
787070
]
SELECT
phc . post_id ,
phc . category_id ,
c . slug ,
IFNULL (`r` . `name` , `f` . `name` ) as `name`
FROM
post_has_category phc
INNER JOIN category c ON phc . category_id = c . category_id
AND c . enabled = 1
LEFT JOIN category_translation f ON c . category_id = f . category_id
AND f . lang_id = ?
LEFT JOIN category_translation r ON `c` . `category_id` = `r` . `category_id`
AND `r` . `lang_id` = ?
WHERE
phc . post_id IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ?
)
Copy
SELECT phc . post_id , phc . category_id , c . slug , IFNULL (`r` . `name` , `f` . `name` ) as `name` FROM post_has_category phc INNER JOIN category c ON phc . category_id = c . category_id AND c . enabled = 1 LEFT JOIN category_translation f ON c . category_id = f . category_id AND f . lang_id = 1 LEFT JOIN category_translation r ON `c` . `category_id` = `r` . `category_id` AND `r` . `lang_id` = 2 WHERE phc . post_id IN (384285 , 399717 , 415592 , 443629 , 445364 , 448651 , 458116 , 459933 , 465499 , 466164 , 471550 , 472552 , 477779 , 483159 , 483182 , 483629 , 483639 , 484585 , 490979 , 491573 , 491802 , 493176 , 494635 , 495281 , 503869 , 505004 , 510275 , 513248 , 514019 , 516227 , 516514 , 518410 , 518780 , 521501 , 522326 , 527450 , 546517 , 553545 , 554576 , 558625 , 560844 , 563446 , 585269 , 592149 , 606028 , 611416 , 616864 , 621201 , 646533 , 653544 , 655612 , 655615 , 655714 , 657402 , 659562 , 694991 , 701665 , 718002 , 719308 , 748779 , 759120 , 765800 , 786919 , 787070 );
Copy