ClickHouse / ClickHouse/ClickHouse
Introduce system.stack_traces_with_inlines
Open
introspection
- Dominant language
- C++
- Stars
- 49.9k
- Forks
- 9k
- Avg merge
- 21h 32m
- Merged PRs (30d)
- 515
Description
Current system.stack_traces does not handle inlines, and it makes debugging harder
Handling inlines are slow, so the use case is - obtain specific thread from `system.strack_traces` and then use `system.stack_traces_with_inlines` with filter by `thread_id`.
Contributor guide
Assessment
This issue has not been assessed yet.