3
9.66 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
698063
616353
800980
759445
747927
816941
467138
574989
788695
754106
570170
672381
578045
594871
612052
788068
799230
577602
713486
563522
745696
809753
394704
594934
403560
572858
563516
645316
617675
569954
594853
611588
544103
544931
594126
594773
611923
585388
594809
740207
413304
505498
559592
563529
568147
605613
603019
614725
628348
787756
429478
513707
546017
573483
591648
641624
611950
612051
564737
578067
586485
528217
519591
630859
467293
]
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 (698063 , 616353 , 800980 , 759445 , 747927 , 816941 , 467138 , 574989 , 788695 , 754106 , 570170 , 672381 , 578045 , 594871 , 612052 , 788068 , 799230 , 577602 , 713486 , 563522 , 745696 , 809753 , 394704 , 594934 , 403560 , 572858 , 563516 , 645316 , 617675 , 569954 , 594853 , 611588 , 544103 , 544931 , 594126 , 594773 , 611923 , 585388 , 594809 , 740207 , 413304 , 505498 , 559592 , 563529 , 568147 , 605613 , 603019 , 614725 , 628348 , 787756 , 429478 , 513707 , 546017 , 573483 , 591648 , 641624 , 611950 , 612051 , 564737 , 578067 , 586485 , 528217 , 519591 , 630859 , 467293 );
Copy
4
3.16 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
394704
403560
413304
429478
467138
467293
505498
513707
519591
528217
544103
544931
546017
559592
563516
563522
563529
564737
568147
569954
570170
572858
573483
574989
577602
578045
578067
585388
586485
591648
594126
594773
594809
594853
594871
594934
603019
605613
611588
611923
611950
612051
612052
614725
616353
617675
628348
630859
641624
645316
672381
698063
713486
740207
745696
747927
754106
759445
787756
788068
788695
799230
800980
809753
816941
]
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 (394704 , 403560 , 413304 , 429478 , 467138 , 467293 , 505498 , 513707 , 519591 , 528217 , 544103 , 544931 , 546017 , 559592 , 563516 , 563522 , 563529 , 564737 , 568147 , 569954 , 570170 , 572858 , 573483 , 574989 , 577602 , 578045 , 578067 , 585388 , 586485 , 591648 , 594126 , 594773 , 594809 , 594853 , 594871 , 594934 , 603019 , 605613 , 611588 , 611923 , 611950 , 612051 , 612052 , 614725 , 616353 , 617675 , 628348 , 630859 , 641624 , 645316 , 672381 , 698063 , 713486 , 740207 , 745696 , 747927 , 754106 , 759445 , 787756 , 788068 , 788695 , 799230 , 800980 , 809753 , 816941 );
Copy
5
94.53 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
394704
403560
413304
429478
467138
467293
505498
513707
519591
528217
544103
544931
546017
559592
563516
563522
563529
564737
568147
569954
570170
572858
573483
574989
577602
578045
578067
585388
586485
591648
594126
594773
594809
594853
594871
594934
603019
605613
611588
611923
611950
612051
612052
614725
616353
617675
628348
630859
641624
645316
672381
698063
713486
740207
745696
747927
754106
759445
787756
788068
788695
799230
800980
809753
816941
]
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 (394704 , 403560 , 413304 , 429478 , 467138 , 467293 , 505498 , 513707 , 519591 , 528217 , 544103 , 544931 , 546017 , 559592 , 563516 , 563522 , 563529 , 564737 , 568147 , 569954 , 570170 , 572858 , 573483 , 574989 , 577602 , 578045 , 578067 , 585388 , 586485 , 591648 , 594126 , 594773 , 594809 , 594853 , 594871 , 594934 , 603019 , 605613 , 611588 , 611923 , 611950 , 612051 , 612052 , 614725 , 616353 , 617675 , 628348 , 630859 , 641624 , 645316 , 672381 , 698063 , 713486 , 740207 , 745696 , 747927 , 754106 , 759445 , 787756 , 788068 , 788695 , 799230 , 800980 , 809753 , 816941 );
Copy