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: velox/docs/configs.rst
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,11 +46,13 @@ Generic Configuration
46
46
* - abandon_build_no_dup_hash_min_rows
47
47
- integer
48
48
- 100,000
49
-
- Number of input rows to receive before starting to check whether to abandon building a HashTable without duplicates in HashBuild for left semi/anti join.
49
+
- Number of input rows to receive before starting to check whether to abandon building a HashTable without
50
+
duplicates in HashBuild for left semi/anti join.
50
51
* - abandon_build_no_dup_hash_min_pct
51
52
- integer
52
-
- 70
53
-
- Abandons building a HashTable without duplicates in HashBuild for left semi/anti join if the percentage of distinct keys in the HashTable exceeds this threshold.
53
+
- 0
54
+
- Abandons building a HashTable without duplicates in HashBuild for left semi/anti join if the percentage of
55
+
distinct keys in the HashTable exceeds this threshold. Zero means 'disable this optimization'.
0 commit comments