I have large slowlogfiles generated by percona 5.7 packed by zstd. Its for test, logging all queries, query time is set to 0s
I need it process quickly than in 12 hrs :) The pt-query-digest is probably only singlethread app in default setting and in man i cant see any parallelization.
The command is
zstdcat *.zst | pt-query-digest [some options] > out_slow.log
Is there any tool that do this task more quickly ?