I created 15 Million records as a Delta Table and i'm running a simple filter query on that table based on one column value - which will return only one record. Because all the values on that column are unique.
Delta Table is not partitioned.
Before enabling Liquid clustering/OPTIMIZE, the query response time was less than a second.
After enabling Liquid Clustering/OPTIMIZE, the query takes 3 to 4 seconds.
If i just enabled Liquid Clustering without OPTIMIZE, then the query response time is less than a second.
What is going on here?