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
Just as the title says, if I want to process a file with the rows processing independently of each other (non-sequential), does setting the num_workers to, let's say 6, process the file in 6 independent processes?
I will close this for now as the File Stream should not be the bottleneck in this. If there is a performance or backpressure issue that you're seeing in your setup please feel free to reopen.
Just as the title says, if I want to process a file with the rows processing independently of each other (non-sequential), does setting the
num_workers
to, let's say 6, process the file in 6 independent processes?The text was updated successfully, but these errors were encountered: