Commit 1f8cec3
authored
MINOR: [C++][Parquet][Docs] Increase chunk_size in docs (#40705)
### Rationale for this change
Is there a reason we're using a low value here. All other examples use `128*1024` or `64*1024`.
I was stumped by this as I used it without really reading about the parameter and spent a day figuring out why my parquet writes were so slow.
### What changes are included in this PR?
Increase `chunk_size` to `64*1024`
### Are these changes tested?
Yes.
### Are there any user-facing changes?
Yes.
Authored-by: Shadab Zafar <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>1 parent 5a48044 commit 1f8cec3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
0 commit comments