Difference between revisions of "Demo:Category"

From PKC
Jump to navigation Jump to search
 
Line 5: Line 5:
|format=debug
|format=debug
}}
}}
[[Category:Data Science]]

Latest revision as of 07:46, 8 January 2022

This is a page on Category

Related Pages

Debug output SQLStore
ASK Query
[[Category:Mathematics]]
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 t1
INNER JOIN
  `t2` AS t2 ON t1.o_id=t2.id) ON t0.smw_id=t1.s_id
WHERE
  t0.smw_iw!=':smw'
  AND t0.smw_iw!=':smw-delete'
  AND t0.smw_iw!=':smw-redi'
ORDER BY
  t0.smw_sort ASC
LIMIT
  55
OFFSET
  0
SQL Explain
IDselect_typetabletypepossible_keyskeykey_lenrefrowsfilteredExtra
1SIMPLEt2ALLPRIMARY39Using temporary; Using filesort
1SIMPLEt1refs_id, o_id, s_id_2, o_id_2o_id_25my_wiki.t2.id2Using index
1SIMPLEt0eq_refPRIMARY, smw_id, smw_iw, smw_iw_2PRIMARY4my_wiki.t1.s_id1Using where
Auxilliary Tables
  • Temporary table t2
      Recursively computed hierarchy for element(s) (1255).
      SELECT s_id FROM `smw_fpt_subc` WHERE o_id=1255 LIMIT 1
Query Metrics
Query-Size:1
Query-Depth:0
Errors and Warnings
None