v.19.17Improvement
Better Null Format for Tcp Handler, So That It's Possible to Use Select Ignore() from Table Format Null for Perf Measure via Clickhouse-client #7606 (amos Bird)
Better Null format for tcp handler, so that it's possible to use select ignore(<expression>) from table format Null for perf measure via clickhouse-client #7606 (Amos Bird)Why it matters
This feature enables users to perform performance measurements more efficiently by using the Null format over TCP, ignoring the actual output data. It helps in reducing overhead when running queries purely for benchmarking or testing, improving user experience during performance diagnostics.How to use it
Users can utilize this feature by executing queries with the syntax:SELECT IGNORE(<expression>) FROM <table> FORMAT Nullvia the clickhouse-client over TCP to measure query performance without processing output data.