3
12.33 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
479410
689093
479397
555660
761987
689132
673185
614005
391772
564320
488816
566284
429460
609513
617471
559740
789238
481069
483471
789118
392032
689099
781444
555668
687421
505866
701992
676760
479405
449690
761228
671245
723162
513377
555698
537310
692922
590591
731446
756735
779213
556007
457343
509077
573384
479381
453925
594979
525360
776114
561451
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 (479410 , 689093 , 479397 , 555660 , 761987 , 689132 , 673185 , 614005 , 391772 , 564320 , 488816 , 566284 , 429460 , 609513 , 617471 , 559740 , 789238 , 481069 , 483471 , 789118 , 392032 , 689099 , 781444 , 555668 , 687421 , 505866 , 701992 , 676760 , 479405 , 449690 , 761228 , 671245 , 723162 , 513377 , 555698 , 537310 , 692922 , 590591 , 731446 , 756735 , 779213 , 556007 , 457343 , 509077 , 573384 , 479381 , 453925 , 594979 , 525360 , 776114 , 561451 , 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.58 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
102.88 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