3
10.63 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
689093
689132
481069
673185
614005
391772
781444
761228
564320
723162
731446
756735
555698
561451
617471
789118
689099
687421
555668
701992
676760
671245
505866
513377
488816
479405
449690
559740
692922
590591
779213
509077
479381
453925
566284
556007
457343
594979
483471
479397
479410
555660
429460
609513
789238
392032
537310
573384
761987
525360
776114
521944
74842
609510
792354
710078
714655
577118
766457
567251
550511
549391
635584
491723
482379
504602
572037
471926
524006
470505
512452
512693
545819
486444
523401
]
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 (689093 , 689132 , 481069 , 673185 , 614005 , 391772 , 781444 , 761228 , 564320 , 723162 , 731446 , 756735 , 555698 , 561451 , 617471 , 789118 , 689099 , 687421 , 555668 , 701992 , 676760 , 671245 , 505866 , 513377 , 488816 , 479405 , 449690 , 559740 , 692922 , 590591 , 779213 , 509077 , 479381 , 453925 , 566284 , 556007 , 457343 , 594979 , 483471 , 479397 , 479410 , 555660 , 429460 , 609513 , 789238 , 392032 , 537310 , 573384 , 761987 , 525360 , 776114 , 521944 , 74842 , 609510 , 792354 , 710078 , 714655 , 577118 , 766457 , 567251 , 550511 , 549391 , 635584 , 491723 , 482379 , 504602 , 572037 , 471926 , 524006 , 470505 , 512452 , 512693 , 545819 , 486444 , 523401 );
Copy
4
2.36 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
74842
391772
392032
429460
449690
453925
457343
470505
471926
479381
479397
479405
479410
481069
482379
483471
486444
488816
491723
504602
505866
509077
512452
512693
513377
521944
523401
524006
525360
537310
545819
549391
550511
555660
555668
555698
556007
559740
561451
564320
566284
567251
572037
573384
577118
590591
594979
609510
609513
614005
617471
635584
671245
673185
676760
687421
689093
689099
689132
692922
701992
710078
714655
723162
731446
756735
761228
761987
766457
779213
781444
789118
789238
792354
]
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 (74842 , 391772 , 392032 , 429460 , 449690 , 453925 , 457343 , 470505 , 471926 , 479381 , 479397 , 479405 , 479410 , 481069 , 482379 , 483471 , 486444 , 488816 , 491723 , 504602 , 505866 , 509077 , 512452 , 512693 , 513377 , 521944 , 523401 , 524006 , 525360 , 537310 , 545819 , 549391 , 550511 , 555660 , 555668 , 555698 , 556007 , 559740 , 561451 , 564320 , 566284 , 567251 , 572037 , 573384 , 577118 , 590591 , 594979 , 609510 , 609513 , 614005 , 617471 , 635584 , 671245 , 673185 , 676760 , 687421 , 689093 , 689099 , 689132 , 692922 , 701992 , 710078 , 714655 , 723162 , 731446 , 756735 , 761228 , 761987 , 766457 , 779213 , 781444 , 789118 , 789238 , 792354 );
Copy
5
138.12 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
74842
391772
392032
429460
449690
453925
457343
470505
471926
479381
479397
479405
479410
481069
482379
483471
486444
488816
491723
504602
505866
509077
512452
512693
513377
521944
523401
524006
525360
537310
545819
549391
550511
555660
555668
555698
556007
559740
561451
564320
566284
567251
572037
573384
577118
590591
594979
609510
609513
614005
617471
635584
671245
673185
676760
687421
689093
689099
689132
692922
701992
710078
714655
723162
731446
756735
761228
761987
766457
779213
781444
789118
789238
792354
]
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 (74842 , 391772 , 392032 , 429460 , 449690 , 453925 , 457343 , 470505 , 471926 , 479381 , 479397 , 479405 , 479410 , 481069 , 482379 , 483471 , 486444 , 488816 , 491723 , 504602 , 505866 , 509077 , 512452 , 512693 , 513377 , 521944 , 523401 , 524006 , 525360 , 537310 , 545819 , 549391 , 550511 , 555660 , 555668 , 555698 , 556007 , 559740 , 561451 , 564320 , 566284 , 567251 , 572037 , 573384 , 577118 , 590591 , 594979 , 609510 , 609513 , 614005 , 617471 , 635584 , 671245 , 673185 , 676760 , 687421 , 689093 , 689099 , 689132 , 692922 , 701992 , 710078 , 714655 , 723162 , 731446 , 756735 , 761228 , 761987 , 766457 , 779213 , 781444 , 789118 , 789238 , 792354 );
Copy