-
Notifications
You must be signed in to change notification settings - Fork 373
Open
Labels
Description
Currently I have multiple "small" 100MB sized files sent to my pgBadger "processor" where the files are processed with -I -J <cores> every hour as they arived. This is generating a bunch of ___.bin files, and then takes quite a while to generate the HTML reports it seems.
So my questions:
-
Would the HTMLreport generation be faster if the *
.binfiles are merged into a single file for the day/week/month? If so, is that something that is possible to achieve (Even if in a phased rocessing) -
Would it be possible to, not just do a report per day/week/month (thanks for those) but for a specific time that we had a problem to investigate?