3
13.27 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
398801
571466
386674
451324
423469
600165
720505
391581
720456
743959
580704
699626
726876
748685
635948
403289
90485
569663
813902
593263
532902
733890
423033
415256
477078
800175
465823
549238
808018
605304
663410
667829
728314
419066
666808
428833
420473
448715
422519
580702
599436
741109
401936
409667
422936
477441
491354
505086
574606
667901
549775
391576
477990
579362
646875
478719
511538
484609
505023
521166
558601
811826
535369
564256
]
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 (398801 , 571466 , 386674 , 451324 , 423469 , 600165 , 720505 , 391581 , 720456 , 743959 , 580704 , 699626 , 726876 , 748685 , 635948 , 403289 , 90485 , 569663 , 813902 , 593263 , 532902 , 733890 , 423033 , 415256 , 477078 , 800175 , 465823 , 549238 , 808018 , 605304 , 663410 , 667829 , 728314 , 419066 , 666808 , 428833 , 420473 , 448715 , 422519 , 580702 , 599436 , 741109 , 401936 , 409667 , 422936 , 477441 , 491354 , 505086 , 574606 , 667901 , 549775 , 391576 , 477990 , 579362 , 646875 , 478719 , 511538 , 484609 , 505023 , 521166 , 558601 , 811826 , 535369 , 564256 );
Copy
4
2.94 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
90485
386674
391576
391581
398801
401936
403289
409667
415256
419066
420473
422519
422936
423033
423469
428833
448715
451324
465823
477078
477441
477990
478719
484609
491354
505023
505086
511538
521166
532902
535369
549238
549775
558601
564256
569663
571466
574606
579362
580702
580704
593263
599436
600165
605304
635948
646875
663410
666808
667829
667901
699626
720456
720505
726876
728314
733890
741109
743959
748685
800175
808018
811826
813902
]
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 (90485 , 386674 , 391576 , 391581 , 398801 , 401936 , 403289 , 409667 , 415256 , 419066 , 420473 , 422519 , 422936 , 423033 , 423469 , 428833 , 448715 , 451324 , 465823 , 477078 , 477441 , 477990 , 478719 , 484609 , 491354 , 505023 , 505086 , 511538 , 521166 , 532902 , 535369 , 549238 , 549775 , 558601 , 564256 , 569663 , 571466 , 574606 , 579362 , 580702 , 580704 , 593263 , 599436 , 600165 , 605304 , 635948 , 646875 , 663410 , 666808 , 667829 , 667901 , 699626 , 720456 , 720505 , 726876 , 728314 , 733890 , 741109 , 743959 , 748685 , 800175 , 808018 , 811826 , 813902 );
Copy
5
80.13 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
90485
386674
391576
391581
398801
401936
403289
409667
415256
419066
420473
422519
422936
423033
423469
428833
448715
451324
465823
477078
477441
477990
478719
484609
491354
505023
505086
511538
521166
532902
535369
549238
549775
558601
564256
569663
571466
574606
579362
580702
580704
593263
599436
600165
605304
635948
646875
663410
666808
667829
667901
699626
720456
720505
726876
728314
733890
741109
743959
748685
800175
808018
811826
813902
]
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 (90485 , 386674 , 391576 , 391581 , 398801 , 401936 , 403289 , 409667 , 415256 , 419066 , 420473 , 422519 , 422936 , 423033 , 423469 , 428833 , 448715 , 451324 , 465823 , 477078 , 477441 , 477990 , 478719 , 484609 , 491354 , 505023 , 505086 , 511538 , 521166 , 532902 , 535369 , 549238 , 549775 , 558601 , 564256 , 569663 , 571466 , 574606 , 579362 , 580702 , 580704 , 593263 , 599436 , 600165 , 605304 , 635948 , 646875 , 663410 , 666808 , 667829 , 667901 , 699626 , 720456 , 720505 , 726876 , 728314 , 733890 , 741109 , 743959 , 748685 , 800175 , 808018 , 811826 , 813902 );
Copy