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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -791,6 +791,12 @@ Each query can override the config by setting corresponding query session proper
791
791
- bool
792
792
- false
793
793
- Whether to preserve flat maps in memory as FlatMapVectors instead of converting them to MapVectors. This is only applied during data reading inside the DWRF and Nimble readers, not during downstream processing like expression evaluation etc.
794
+
* - hive.max-rows-per-index-request
795
+
- hive.max_rows_per_index_request
796
+
- integer
797
+
- 0
798
+
- Maximum number of output rows to return per index lookup request. The limit is applied to the actual output rows
0 commit comments