Demo Semantic Search

From PKC
Revision as of 08:23, 7 December 2021 by Benkoo (talk | contribs)
Jump to navigation Jump to search
 CountryHas Revision Size
Challenge Design and Mission Execution4,903
Video/An Affordable Supercomputing Testbed based on Raspberry Pi619
Video/Raspberry Pi 3 Super Computing Cluster Part 1 - Hardware List and Assembly691
Video/Toyhouse TV Extreme Learning Process Exploring an Island v3 2575
 Has Revision Size
Extreme Learning Process 1.43187,237
Debug output SQLStore
ASK Query
[[Category:XLP]] [[Has Revision Size::≤5000]]
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_number` AS t4 ON t2.s_id=t4.s_id) ON t0.smw_id=t2.s_id
WHERE
  (
   ((t4.o_sortkey<='5000') AND t4.p_id=4433)
  )
  AND 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
1SIMPLEt4ranges_id, o_sortkey, p_id, p_id_2, s_id_2p_id_2134Using index condition; Using temporary; Using filesort
1SIMPLEt0eq_refPRIMARY, smw_id, smw_iw, smw_iw_2PRIMARY4my_wiki.t4.s_id1Using where
1SIMPLEt2refs_id, o_id, s_id_2, o_id_2s_id_24my_wiki.t4.s_id1Using where; Using index; Distinct
1SIMPLEt3eq_refPRIMARYPRIMARY4my_wiki.t2.o_id1Distinct
Auxilliary Tables
  • Temporary table t3
      Recursively computed hierarchy for element(s) (726).
      SELECT s_id FROM `smw_fpt_subc` WHERE o_id=726 LIMIT 1
Query Metrics
Query-Size:3
Query-Depth:1
Errors and Warnings
None