I have 2 slow query log files. One is 6GB, the other is 20GB. I'd like to run them through mk-query-digest, any suggestions? I've got one running already for 1+ hours.
You can split up the source files using the 'split' command, run mk-query-digest on the split files to produce one report per file, then use http://www.maatkit.org/doc/mk-merge-mqd-results.html to merge the reports together.
I'm not sure how to reproduce a test case. I have 76 files, it fails on some of the files. I have identified one specific file that fails and can reproduce the error when merging up to that file.
Comment