Semantische Suche
Aus Aifbportal
SQLStore debug output
ASK Query
[[Kategorie:Aktivität]] [[Person::Peter Haase]] [[In Webseite anzeigen::wahr]]
SQL Query
SELECT DISTINCT
t0.smw_id AS id,
t0.smw_title AS t,
t0.smw_namespace AS ns,
t0.smw_iw AS iw,
t0.smw_subobject AS so,
t0.smw_sortkey AS sortkey, t10.o_hash
FROM
`smw_object_ids` AS t0
INNER JOIN
(`smw_fpt_inst` AS t2
INNER JOIN
`smw_di_wikipage` AS t4 ON t2.s_id=t4.s_id
INNER JOIN
`smw_di_bool` AS t7 ON t2.s_id=t7.s_id) ON t0.smw_id=t2.s_id
INNER JOIN
`smw_di_blob` AS t10 ON t0.smw_id=t10.s_id
WHERE
(t2.o_id='176085'
AND (t4.p_id='176301' AND t4.o_id='1143')
AND (
(t7.o_value='1') AND t7.p_id='176304')
)
AND (t10.p_id='176308')
AND t0.smw_iw!=':smw'
AND t0.smw_iw!=':smw-delete'
AND t0.smw_iw!=':smw-redi'
ORDER BY
t10.o_hash DESC
LIMIT
105
OFFSET
50
t0.smw_id AS id,
t0.smw_title AS t,
t0.smw_namespace AS ns,
t0.smw_iw AS iw,
t0.smw_subobject AS so,
t0.smw_sortkey AS sortkey, t10.o_hash
FROM
`smw_object_ids` AS t0
INNER JOIN
(`smw_fpt_inst` AS t2
INNER JOIN
`smw_di_wikipage` AS t4 ON t2.s_id=t4.s_id
INNER JOIN
`smw_di_bool` AS t7 ON t2.s_id=t7.s_id) ON t0.smw_id=t2.s_id
INNER JOIN
`smw_di_blob` AS t10 ON t0.smw_id=t10.s_id
WHERE
(t2.o_id='176085'
AND (t4.p_id='176301' AND t4.o_id='1143')
AND (
(t7.o_value='1') AND t7.p_id='176304')
)
AND (t10.p_id='176308')
AND t0.smw_iw!=':smw'
AND t0.smw_iw!=':smw-delete'
AND t0.smw_iw!=':smw-redi'
ORDER BY
t10.o_hash DESC
LIMIT
105
OFFSET
50
SQL Explain
ID | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|---|---|---|---|---|---|---|---|---|
1 | SIMPLE | t4 | ref | s_id,o_id,p_id,s_id_2,s_id_3,o_id_2,o_id_3 | o_id_3 | 9 | const,const | 62 | Using temporary; Using filesort |
1 | SIMPLE | t0 | eq_ref | PRIMARY,smw_id,smw_iw,smw_iw_2 | PRIMARY | 4 | kit_smw1.t4.s_id | 1 | Using where |
1 | SIMPLE | t2 | ref | s_id,o_id,s_id_2,o_id_2 | s_id_2 | 9 | kit_smw1.t4.s_id,const | 1 | Using index |
1 | SIMPLE | t7 | ref | s_id,o_value | s_id | 8 | kit_smw1.t4.s_id,const | 1 | Using where |
1 | SIMPLE | t10 | ref | s_id,p_id,s_id_2 | s_id | 8 | kit_smw1.t4.s_id,const | 1 |
Auxilliary Tables
No auxilliary tables used.Query Metrics
Query-Size:5Query-Depth:1
Errors and Warnings
None