v.23.11New Feature
Add system.symbols table for binary introspection
Add system.symbols table useful for introspection of the binary. #56548 (Alexey Milovidov).Why it matters
This feature provides users with an easy way to query and examine symbol information directly from the ClickHouse server binary, aiding in debugging, diagnostics, and understanding of internal functions or components.How to use it
Users can query thesystem.symbols table like any other system table using SELECT statements to retrieve symbol details. No special configuration is required to enable this feature.