Teste Propriedades: mudanças entre as edições
Ir para navegação
Ir para pesquisar
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 11: | Linha 11: | ||
== Diagnóstico de | == Diagnóstico de propriedades internas (modo debug) == | ||
{{#ask: | {{#ask: | ||
[[Categoria:Empresas de infraestrutura de transporte]] | [[Categoria:Empresas de infraestrutura de transporte]] | ||
|?* | |?* | ||
|format= | |format=debug | ||
|limit=1 | |limit=1 | ||
}} | }} | ||
Edição das 23h57min de 5 de novembro de 2025
Diagnóstico de propriedades SMW
| Página |
|---|
| CCR S.A. |
| Grupo CCR |
| Grupo Comporte |
| Grupo JCA |
| Grupo Mover |
| … mais resultados |
Diagnóstico de propriedades internas (modo debug)
Debug output SQLStore
ASK Query
[[Categoria:Empresas de infraestrutura de transporte]]
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 ON t0.smw_id=t1.s_id
WHERE
(t1.o_id=529)
AND t0.smw_iw!=':smw'
AND t0.smw_iw!=':smw-delete'
AND t0.smw_iw!=':smw-redi'
ORDER BY
t0.smw_sort ASC
LIMIT
6
OFFSET
0
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 ON t0.smw_id=t1.s_id
WHERE
(t1.o_id=529)
AND t0.smw_iw!=':smw'
AND t0.smw_iw!=':smw-delete'
AND t0.smw_iw!=':smw-redi'
ORDER BY
t0.smw_sort ASC
LIMIT
6
OFFSET
0
SQL Explain
| ID | select_type | table | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | t1 | ref | s_id, o_id, s_id_2, o_id_2 | o_id_2 | 5 | const | 7 | 100.00 | Using index; Using temporary; Using filesort |
| 1 | SIMPLE | t0 | eq_ref | PRIMARY, smw_id, smw_iw, smw_iw_2 | PRIMARY | 4 | infradb.t1.s_id | 1 | 98.67 | Using where |
Auxilliary Tables
No auxilliary tables used.Query Metrics
Query-Size:1Query-Depth:0
Errors and Warnings
None