v.1.1.54289New Feature

Improved Performance for DISTINCT Queries

Improved performance for queries with DISTINCT .
Improved performance for queries using DISTINCT in ClickHouse.

Why it matters

This feature was created to optimize the processing speed of queries that include the DISTINCT clause. It addresses the problem of slow query execution times when deduplicating large datasets, thus improving overall efficiency and user experience by reducing query latency.

How to use it

Simply use the DISTINCT keyword in your SELECT queries as usual. The performance improvements are internal optimizations and require no changes to existing query syntax.