You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+47Lines changed: 47 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,50 @@
1
+
v3.1.1
2
+
=======
3
+
* Optimized distinct query evaluation in join
4
+
* From now on, during join evaluation, the query is set as `distinct` only when the join is actually being evaluated.
5
+
* Previously, `distinct` was set (depending on the config) unconditionally (even when the join was not evaluated), which could lead to performance issues.
6
+
* For example, previously for the following specification:
0 commit comments