7
1.89 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 (NULL )
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 (NULL );
Copy
10
14.64 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
526757
404585
431341
448084
449880
455259
459620
456168
476117
520728
512541
519061
524051
528041
498045
506275
510843
525859
501529
514565
537937
475247
478037
481584
541239
579707
569133
560208
667975
668668
607518
607694
609102
607552
633521
482263
450990
456607
521033
491674
495660
503556
485285
523395
438284
562059
569544
674986
612087
605318
589708
612863
756469
617428
409259
455749
473439
495230
429990
448954
459512
480412
634885
449869
483555
495738
486868
526373
630866
415883
427543
437868
540573
548596
580280
552066
698124
624247
587901
610588
533013
623168
527908
521575
]
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 (526757 , 404585 , 431341 , 448084 , 449880 , 455259 , 459620 , 456168 , 476117 , 520728 , 512541 , 519061 , 524051 , 528041 , 498045 , 506275 , 510843 , 525859 , 501529 , 514565 , 537937 , 475247 , 478037 , 481584 , 541239 , 579707 , 569133 , 560208 , 667975 , 668668 , 607518 , 607694 , 609102 , 607552 , 633521 , 482263 , 450990 , 456607 , 521033 , 491674 , 495660 , 503556 , 485285 , 523395 , 438284 , 562059 , 569544 , 674986 , 612087 , 605318 , 589708 , 612863 , 756469 , 617428 , 409259 , 455749 , 473439 , 495230 , 429990 , 448954 , 459512 , 480412 , 634885 , 449869 , 483555 , 495738 , 486868 , 526373 , 630866 , 415883 , 427543 , 437868 , 540573 , 548596 , 580280 , 552066 , 698124 , 624247 , 587901 , 610588 , 533013 , 623168 , 527908 , 521575 );
Copy
11
2.25 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
404585
409259
415883
427543
429990
431341
437868
438284
448084
448954
449869
449880
450990
455259
455749
456168
456607
459512
459620
473439
475247
476117
478037
480412
481584
482263
483555
485285
486868
491674
495230
495660
495738
498045
501529
503556
506275
510843
512541
514565
519061
520728
521033
521575
523395
524051
525859
526373
526757
527908
528041
533013
537937
540573
541239
548596
552066
560208
562059
569133
569544
579707
580280
587901
589708
605318
607518
607552
607694
609102
610588
612087
612863
617428
623168
624247
630866
633521
634885
667975
668668
674986
698124
756469
]
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 (404585 , 409259 , 415883 , 427543 , 429990 , 431341 , 437868 , 438284 , 448084 , 448954 , 449869 , 449880 , 450990 , 455259 , 455749 , 456168 , 456607 , 459512 , 459620 , 473439 , 475247 , 476117 , 478037 , 480412 , 481584 , 482263 , 483555 , 485285 , 486868 , 491674 , 495230 , 495660 , 495738 , 498045 , 501529 , 503556 , 506275 , 510843 , 512541 , 514565 , 519061 , 520728 , 521033 , 521575 , 523395 , 524051 , 525859 , 526373 , 526757 , 527908 , 528041 , 533013 , 537937 , 540573 , 541239 , 548596 , 552066 , 560208 , 562059 , 569133 , 569544 , 579707 , 580280 , 587901 , 589708 , 605318 , 607518 , 607552 , 607694 , 609102 , 610588 , 612087 , 612863 , 617428 , 623168 , 624247 , 630866 , 633521 , 634885 , 667975 , 668668 , 674986 , 698124 , 756469 );
Copy
12
87.60 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
404585
409259
415883
427543
429990
431341
437868
438284
448084
448954
449869
449880
450990
455259
455749
456168
456607
459512
459620
473439
475247
476117
478037
480412
481584
482263
483555
485285
486868
491674
495230
495660
495738
498045
501529
503556
506275
510843
512541
514565
519061
520728
521033
521575
523395
524051
525859
526373
526757
527908
528041
533013
537937
540573
541239
548596
552066
560208
562059
569133
569544
579707
580280
587901
589708
605318
607518
607552
607694
609102
610588
612087
612863
617428
623168
624247
630866
633521
634885
667975
668668
674986
698124
756469
]
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 (404585 , 409259 , 415883 , 427543 , 429990 , 431341 , 437868 , 438284 , 448084 , 448954 , 449869 , 449880 , 450990 , 455259 , 455749 , 456168 , 456607 , 459512 , 459620 , 473439 , 475247 , 476117 , 478037 , 480412 , 481584 , 482263 , 483555 , 485285 , 486868 , 491674 , 495230 , 495660 , 495738 , 498045 , 501529 , 503556 , 506275 , 510843 , 512541 , 514565 , 519061 , 520728 , 521033 , 521575 , 523395 , 524051 , 525859 , 526373 , 526757 , 527908 , 528041 , 533013 , 537937 , 540573 , 541239 , 548596 , 552066 , 560208 , 562059 , 569133 , 569544 , 579707 , 580280 , 587901 , 589708 , 605318 , 607518 , 607552 , 607694 , 609102 , 610588 , 612087 , 612863 , 617428 , 623168 , 624247 , 630866 , 633521 , 634885 , 667975 , 668668 , 674986 , 698124 , 756469 );
Copy