v.1.1.54289New Feature
Improved Performance for DISTINCT Queries
Improved performance for queries with DISTINCT .Why it matters
This feature was created to optimize the processing speed of queries that include theDISTINCT 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 theDISTINCT keyword in your SELECT queries as usual. The performance improvements are internal optimizations and require no changes to existing query syntax.