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
When no gnu sort is available the java sorting is used which is much slower.
This can be improved by letting the FileUtils sort more than the default 100000 lines in memory (FileUtils.setLinesPerMemorySort()).
Propose to make this a configurable parameter in the reader.
The text was updated successfully, but these errors were encountered:
When no gnu sort is available the java sorting is used which is much slower.
This can be improved by letting the FileUtils sort more than the default 100000 lines in memory (FileUtils.setLinesPerMemorySort()).
Propose to make this a configurable parameter in the reader.
The text was updated successfully, but these errors were encountered: