mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Update run.sh
This commit is contained in:
parent
9f187b594c
commit
77f0be25b6
@ -119,7 +119,7 @@ do
|
|||||||
arrayStringConcat((arrayMap(x -> concat(splitByChar('/', addressToLine(x))[-1], '#', demangle(addressToSymbol(x)) ), trace)), ';') AS stack,
|
arrayStringConcat((arrayMap(x -> concat(splitByChar('/', addressToLine(x))[-1], '#', demangle(addressToSymbol(x)) ), trace)), ';') AS stack,
|
||||||
count(*) AS samples
|
count(*) AS samples
|
||||||
from system.trace_log
|
from system.trace_log
|
||||||
where trace_type = '"$trace_type"'
|
where trace_type = '$trace_type'
|
||||||
group by trace
|
group by trace
|
||||||
order by samples desc
|
order by samples desc
|
||||||
settings allow_introspection_functions = 1
|
settings allow_introspection_functions = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user