43.38 ms (57.61%)
161
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . title AS title_2 , t0 . ut AS ut_3 , t0 . doctype AS doctype_4 , t0 . pages AS pages_5 , t0 . issue AS issue_6 , t0 . volume AS volume_7 , t0 . published_month AS published_month_8 , t0 . published_year AS published_year_9 , t0 . doi AS doi_10 , t0 . issn AS issn_11 , t0 . isbn AS isbn_12 , t0 . updated_date AS updated_date_13 , t0 . abstract AS abstract_14 , t0 . times_cited AS times_cited_15 , t0 . funding_text AS funding_text_16 , t0 . interdisciplinary AS interdisciplinary_17 , t0 . validated AS validated_18 , t0 . siding_id AS siding_id_19 , t0 . public_comments AS public_comments_20 , t0 . private_comments AS private_comments_21 , t0 . publication_type AS publication_type_22 , t0 . journal_id AS journal_id_23 , t0 . publisher_id AS publisher_id_24 FROM publication t0 WHERE t0 . id = 35 ;
Copy
14.36 ms (19.08%)
54
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = ?
SELECT t0 . id AS id_1 , t0 . keyword AS keyword_2 , t0 . in_stop_list AS in_stop_list_3 , t0 . sort AS sort_4 FROM keyword t0 INNER JOIN keyword_publication ON t0 . id = keyword_publication . keyword_id WHERE keyword_publication . publication_id = 1931 ;
Copy
3.72 ms (4.94%)
12
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . name AS name_5 , t0 . last_name AS last_name_6 , t0 . rut AS rut_7 , t0 . sex AS sex_8 , t0 . photo AS photo_9 , t10 . id AS id_11 , t10 . researcher_id AS researcher_id_12 , t10 . daisng_id AS daisng_id_13 , t10 . bio AS bio_14 , t10 . vigent AS vigent_15 , t10 . user_id AS user_id_16 FROM `user` t0 LEFT JOIN author t10 ON t10 . user_id = t0 . id WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . roles AS roles_3 , t0 . password AS password_4 , t0 . name AS name_5 , t0 . last_name AS last_name_6 , t0 . rut AS rut_7 , t0 . sex AS sex_8 , t0 . photo AS photo_9 , t10 . id AS id_11 , t10 . researcher_id AS researcher_id_12 , t10 . daisng_id AS daisng_id_13 , t10 . bio AS bio_14 , t10 . vigent AS vigent_15 , t10 . user_id AS user_id_16 FROM `user` t0 LEFT JOIN author t10 ON t10 . user_id = t0 . id WHERE t0 . id = 86 ;
Copy
3.69 ms (4.91%)
12
SELECT t0 . id AS id_1 , t0 . firstname AS firstname_2 , t0 . lastname AS lastname_3 , t0 . participation AS participation_4 , t0 . master_student AS master_student_5 , t0 . phd_student AS phd_student_6 , t0 . uc_not_ing AS uc_not_ing_7 , t0 . postdoc AS postdoc_8 , t0 . author_id AS author_id_9 , t0 . publication_id AS publication_id_10 , t0 . external_author_id AS external_author_id_11 FROM publication_author t0 WHERE t0 . author_id = ?
SELECT t0 . id AS id_1 , t0 . firstname AS firstname_2 , t0 . lastname AS lastname_3 , t0 . participation AS participation_4 , t0 . master_student AS master_student_5 , t0 . phd_student AS phd_student_6 , t0 . uc_not_ing AS uc_not_ing_7 , t0 . postdoc AS postdoc_8 , t0 . author_id AS author_id_9 , t0 . publication_id AS publication_id_10 , t0 . external_author_id AS external_author_id_11 FROM publication_author t0 WHERE t0 . author_id = 87 ;
Copy
3.32 ms (4.42%)
12
SELECT t0 . id AS id_1 , t0 . research_line AS research_line_2 , t0 . sort AS sort_3 FROM research_line t0 INNER JOIN author_research_line ON t0 . id = author_research_line . research_line_id WHERE author_research_line . author_id = ?
SELECT t0 . id AS id_1 , t0 . research_line AS research_line_2 , t0 . sort AS sort_3 FROM research_line t0 INNER JOIN author_research_line ON t0 . id = author_research_line . research_line_id WHERE author_research_line . author_id = 87 ;
Copy
2.73 ms (3.62%)
1
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 , name_9 FROM (SELECT a0_ . id AS id_0 , a0_ . researcher_id AS researcher_id_1 , a0_ . daisng_id AS daisng_id_2 , a0_ . bio AS bio_3 , a0_ . vigent AS vigent_4 , u1_ . id AS id_5 , u1_ . email AS email_6 , u1_ . roles AS roles_7 , u1_ . password AS password_8 , u1_ . name AS name_9 , u1_ . last_name AS last_name_10 , u1_ . rut AS rut_11 , u1_ . sex AS sex_12 , u1_ . photo AS photo_13 FROM author a0_ INNER JOIN `user` u1_ ON a0_ . user_id = u1_ . id WHERE a0_ . vigent = 1 ) dctrn_result_inner ORDER BY name_9 ASC ) dctrn_result LIMIT 12 OFFSET 144
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0 , name_9 FROM (SELECT a0_ . id AS id_0 , a0_ . researcher_id AS researcher_id_1 , a0_ . daisng_id AS daisng_id_2 , a0_ . bio AS bio_3 , a0_ . vigent AS vigent_4 , u1_ . id AS id_5 , u1_ . email AS email_6 , u1_ . roles AS roles_7 , u1_ . password AS password_8 , u1_ . name AS name_9 , u1_ . last_name AS last_name_10 , u1_ . rut AS rut_11 , u1_ . sex AS sex_12 , u1_ . photo AS photo_13 FROM author a0_ INNER JOIN `user` u1_ ON a0_ . user_id = u1_ . id WHERE a0_ . vigent = 1 ) dctrn_result_inner ORDER BY name_9 ASC ) dctrn_result LIMIT 12 OFFSET 144 ;
Copy
2.30 ms (3.06%)
1
SELECT COUNT (* ) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_ . id AS id_0 , a0_ . researcher_id AS researcher_id_1 , a0_ . daisng_id AS daisng_id_2 , a0_ . bio AS bio_3 , a0_ . vigent AS vigent_4 FROM author a0_ INNER JOIN `user` u1_ ON a0_ . user_id = u1_ . id WHERE a0_ . vigent = 1 ORDER BY u1_ . name ASC ) dctrn_result ) dctrn_table
SELECT COUNT (* ) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_ . id AS id_0 , a0_ . researcher_id AS researcher_id_1 , a0_ . daisng_id AS daisng_id_2 , a0_ . bio AS bio_3 , a0_ . vigent AS vigent_4 FROM author a0_ INNER JOIN `user` u1_ ON a0_ . user_id = u1_ . id WHERE a0_ . vigent = 1 ORDER BY u1_ . name ASC ) dctrn_result ) dctrn_table ;
Copy
1.78 ms (2.37%)
1
SELECT a0_ . id AS id_0 , a0_ . researcher_id AS researcher_id_1 , a0_ . daisng_id AS daisng_id_2 , a0_ . bio AS bio_3 , a0_ . vigent AS vigent_4 , a0_ . user_id AS user_id_5 FROM author a0_ INNER JOIN `user` u1_ ON a0_ . user_id = u1_ . id WHERE a0_ . vigent = 1 AND a0_ . id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) ORDER BY u1_ . name ASC
Parameters :
[
87
139
218
97
88
199
207
80
73
120
216
188
]
SELECT a0_ . id AS id_0 , a0_ . researcher_id AS researcher_id_1 , a0_ . daisng_id AS daisng_id_2 , a0_ . bio AS bio_3 , a0_ . vigent AS vigent_4 , a0_ . user_id AS user_id_5 FROM author a0_ INNER JOIN `user` u1_ ON a0_ . user_id = u1_ . id WHERE a0_ . vigent = 1 AND a0_ . id IN (87 , 139 , 218 , 97 , 88 , 199 , 207 , 80 , 73 , 120 , 216 , 188 ) ORDER BY u1_ . name ASC ;
Copy