3
8.19 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
558444
623504
800688
400737
655847
827572
725168
810657
575959
753791
783032
660268
791118
704028
770917
676969
779895
458573
428779
54378
708512
739052
642622
823493
736429
747656
697155
555837
526441
695488
523475
611465
703039
504972
455522
491657
821867
575056
513767
570072
490369
607257
612425
459385
574550
559033
574534
563332
595616
448265
625325
544505
591397
576353
636274
560610
461079
494126
473083
492571
522197
561850
623817
590667
522049
]
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 (558444 , 623504 , 800688 , 400737 , 655847 , 827572 , 725168 , 810657 , 575959 , 753791 , 783032 , 660268 , 791118 , 704028 , 770917 , 676969 , 779895 , 458573 , 428779 , 54378 , 708512 , 739052 , 642622 , 823493 , 736429 , 747656 , 697155 , 555837 , 526441 , 695488 , 523475 , 611465 , 703039 , 504972 , 455522 , 491657 , 821867 , 575056 , 513767 , 570072 , 490369 , 607257 , 612425 , 459385 , 574550 , 559033 , 574534 , 563332 , 595616 , 448265 , 625325 , 544505 , 591397 , 576353 , 636274 , 560610 , 461079 , 494126 , 473083 , 492571 , 522197 , 561850 , 623817 , 590667 , 522049 );
Copy
4
2.45 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
54378
400737
428779
448265
455522
458573
459385
461079
473083
490369
491657
492571
494126
504972
513767
522049
522197
523475
526441
544505
555837
558444
559033
560610
561850
563332
570072
574534
574550
575056
575959
576353
590667
591397
595616
611465
612425
623504
623817
625325
636274
642622
655847
660268
676969
695488
697155
703039
704028
708512
725168
736429
739052
747656
753791
770917
779895
783032
791118
800688
810657
821867
823493
827572
]
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 (54378 , 400737 , 428779 , 448265 , 455522 , 458573 , 459385 , 461079 , 473083 , 490369 , 491657 , 492571 , 494126 , 504972 , 513767 , 522049 , 522197 , 523475 , 526441 , 544505 , 555837 , 558444 , 559033 , 560610 , 561850 , 563332 , 570072 , 574534 , 574550 , 575056 , 575959 , 576353 , 590667 , 591397 , 595616 , 611465 , 612425 , 623504 , 623817 , 625325 , 636274 , 642622 , 655847 , 660268 , 676969 , 695488 , 697155 , 703039 , 704028 , 708512 , 725168 , 736429 , 739052 , 747656 , 753791 , 770917 , 779895 , 783032 , 791118 , 800688 , 810657 , 821867 , 823493 , 827572 );
Copy
5
80.73 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
54378
400737
428779
448265
455522
458573
459385
461079
473083
490369
491657
492571
494126
504972
513767
522049
522197
523475
526441
544505
555837
558444
559033
560610
561850
563332
570072
574534
574550
575056
575959
576353
590667
591397
595616
611465
612425
623504
623817
625325
636274
642622
655847
660268
676969
695488
697155
703039
704028
708512
725168
736429
739052
747656
753791
770917
779895
783032
791118
800688
810657
821867
823493
827572
]
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 (54378 , 400737 , 428779 , 448265 , 455522 , 458573 , 459385 , 461079 , 473083 , 490369 , 491657 , 492571 , 494126 , 504972 , 513767 , 522049 , 522197 , 523475 , 526441 , 544505 , 555837 , 558444 , 559033 , 560610 , 561850 , 563332 , 570072 , 574534 , 574550 , 575056 , 575959 , 576353 , 590667 , 591397 , 595616 , 611465 , 612425 , 623504 , 623817 , 625325 , 636274 , 642622 , 655847 , 660268 , 676969 , 695488 , 697155 , 703039 , 704028 , 708512 , 725168 , 736429 , 739052 , 747656 , 753791 , 770917 , 779895 , 783032 , 791118 , 800688 , 810657 , 821867 , 823493 , 827572 );
Copy