Search found 3 matches

by Nnnes
Wed Jan 10, 2024 12:38 pm
Forum: Bug report
Topic: ES piping output is much slower than -export-* options
Replies: 4
Views: 1297

Re: ES piping output is much slower than -export-* options

Another factor that could affect performance is the specific implementation and efficiency of the command line tool you are using. You don't say. It's possible that the tool is optimized for writing output to a file using the "-export-txt" option, but not as efficient when processing data...
by Nnnes
Wed Jan 10, 2024 9:40 am
Forum: Bug report
Topic: ES piping output is much slower than -export-* options
Replies: 4
Views: 1297

Re: ES piping output is much slower than -export-* options

Wow, thanks for the quick update! Big improvements on my machine - both 32-bit and 64-bit 1.1.0.27 now take ~4.5x more time with "-txt > list.txt"/"-txt -cp 65001 > list.txt" compared to "-export-txt list.txt" rather than ~70x. (in cmd, 32: ~230ms/~970ms, 64: ~200ms/~90...
by Nnnes
Tue Jan 09, 2024 12:54 pm
Forum: Bug report
Topic: ES piping output is much slower than -export-* options
Replies: 4
Views: 1297

ES piping output is much slower than -export-* options

Everything's command line interface seems to be orders of magnitude slower when using a pipe vs. when using "-export-txt". For example, on my machine, es "C:\Windows" > list.txt takes 18.07 seconds, while es "C:\Windows" -export-txt list.txt takes 0.27 seconds. Is this ...