Return
Main page
Update
PDF
Online help
Desktop
Choice of period :
Day
Week
Month
Year
All
Customized
From
to
(m/d/yy)
Request
Hits by parent request
Mean time (ms)
Max time (ms)
Standard deviation
Mean cpu time (ms)
Mean allocated Kb
% of system error
Mean hits sql
Mean time sql (ms)
DocumentService.consultarHistoricoDeManifestacaoPorChave
7
11
3
0
71
0.00
1
4
SELECT
evento.obj->>'eventCode' as eventCode, evento.obj->>'eventAt' as eventAt, evento.obj->>'description' as description, evento.obj->>'nsu' as nsu, evento.obj->>'justificativa' as justificativa
FROM
document_status ds, jsonb_array_elements(ds.history) WITH ORDINALITY evento(obj)
where
ds.key = ? and evento.obj->>'eventCode' is not null
order by
evento.obj->>'eventAt' desc
1.00
4
5
0
0.00
Find usages