{"ok": true, "database": "canalmidi", "query_name": "locks_stats_between", "rows": [[0, null, 0, null, null, null, null, null]], "truncated": false, "columns": ["groups_number", "locks_number", "groups_duration", "locks_duration", "total_duration", "span_depth", "average_depth", "total_depth"], "query": {"sql": "select count(1) as groups_number, sum( count ) as locks_number, ( count(1) * 5 ) as groups_duration, ( sum( count ) * 10 ) as locks_duration, ( count(1) * 5 ) + ( sum( count ) * 10 ) as total_duration, min( depth ) || ' - ' || max( depth ) as span_depth, avg( depth ) as average_depth, sum( depth ) total_depth from locks where pk between :minpk and :maxpk", "params": {"minpk": "", "maxpk": ""}}, "error": null, "private": false, "allow_execute_sql": true, "query_ms": 0.37888181395828724}