Commit cb370bb
committed
update batch size in session config
current: 1000000
update to 8192 (default value)
this helps in query performance as larger batch size consumes more memory
and slows down performance
with this change, parseable's clickbench numbers are [181,68,68]1 parent 6919a5c commit cb370bb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments