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: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,9 @@ The `data` subcommand includes a parameter for `--parallel`. If invoked with th
144
144
145
145
Note that although reading is in parallel, *writing* is still sequential. Thus one should only anticipate moderate speed-ups as much of the time is spent writing.
146
146
147
-
:warning: Utilizing the `--parallel` parameter will increase memory usage — there will be multiple threads simultaneously reading chunks from the `sas7bdat`. In addition because all processors are utilized, CPU usage will maxed out during reading.
147
+
:heavy_exclamation_mark: Utilizing the `--parallel` parameter will increase memory usage — there will be multiple threads simultaneously reading chunks from the `sas7bdat`. In addition because all processors are utilized, CPU usage will maxed out during reading.
148
+
149
+
:warning: Also, note that utilizing the `--parallel` parameter will write rows out of order from the original `sas7bdat`.
148
150
149
151
### Reader
150
152
The `preview` and `data` subcommands include a parameter for `--reader`. The possible values for `--reader` include the following.
0 commit comments