Cookies help us deliver our services. By using our services, you agree to our use of cookies. More information

O2k-Network Labs Denmark

From Bioblast
Revision as of 13:47, 16 January 2017 by Grl (talk | contribs)

                



O2k-Network Labs Denmark


O2k-Network


Denmark.gif
Debug output SQLStore
ASK Query
[[Category:O2k-Network]] [[In country::Denmark]]
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, t0.smw_sort
FROM
  `smw_object_ids` AS t0
INNER JOIN
  (`smw_fpt_inst` AS t2
INNER JOIN
  `t3` AS t3 ON t2.o_id=t3.id
INNER JOIN
  `smw_di_blob` AS t4 ON t2.s_id=t4.s_id) ON t0.smw_id=t2.s_id
WHERE
  (
   ((t4.o_hash='Denmark') AND t4.p_id=80900)
  )
  AND t0.smw_iw!=':smw'
  AND t0.smw_iw!=':smw-delete'
  AND t0.smw_iw!=':smw-redi'
ORDER BY
  t0.smw_sort ASC
LIMIT
  205
OFFSET
  0
SQL Explain
IDselect_typetabletypepossible_keyskeykey_lenrefrowsfilteredExtra
1SIMPLEt4refs_id, p_id, s_id_2, o_hashp_id262const, const92100.00Using index condition; Using temporary; Using filesort
1SIMPLEt0eq_refPRIMARY, smw_id, smw_iw, smw_iw_2PRIMARY4oroboros.t4.s_id150.01Using where
1SIMPLEt2refs_id, o_id, s_id_2, o_id_2s_id_24oroboros.t4.s_id1100.00Using index; Distinct
1SIMPLEt3ALLPRIMARY250.00Using where; Distinct; Using join buffer (Block Nested Loop)
Auxilliary Tables
  • Temporary table t3
      Recursively computed hierarchy for element(s) (521).
      SELECT s_id FROM `smw_fpt_subc` WHERE o_id=521 LIMIT 1
Query Metrics
Query-Size:3
Query-Depth:1
Errors and Warnings
None