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
Since we now expand all archives recursively (for those formats supported), analysis can be much longer than on 6.4 and feels like stagnating on some archives. It's just because it's doing a deeper analysis, and requires waiting for a longer period of time. Analysis eventually finishes. Browsing sub archives can also be disabled.
jcharlet
changed the title
GUI fails to finish analyzing one tgz file on Download folder
GUI takes much longer to analyse archives now that it expands sub archives recursively
Jan 30, 2020
DROID was designed to process nested archives - zip, tar and gz did this from the start. Some later archive format implementations missed the trick of how to do that, and so fixing that has meant more archives being processed correctly.
It is an interesting question to ask whether you can process too many! It is now possible to configure which archive types are processed. Limiting to a certain depth would certainly improve performance, but I guess the question is why you are interested in the contents of archives at one depth but not a lower one.
I suppose one might be willing to trade off lower levels of detail, on the grounds that the main files you're interested in are mainly in, say, the first or second levels. Or maybe you'd only want to drill down into particular archive types to a certain level, but others could be different?
thanks @nishihatapalmer !
one usecase I faced while testing locally DROID: scan a directory where there happens to be 1 large application archive (typically an 80mb archive of the software postman I think). Everything is rather quick to process, but suddenly it starts diving forever in that one archive that shouldn't be here.
I don't know how frequently that can happen when scanning department archives though.
And I guess we could argue that you could select the files you want to process, and maybe put aside the biggest files you have waiting?
Issue
Since we now expand all archives recursively (for those formats supported), analysis can be much longer than on 6.4 and feels like stagnating on some archives. It's just because it's doing a deeper analysis, and requires waiting for a longer period of time. Analysis eventually finishes. Browsing sub archives can also be disabled.
Context
following PR #334
Solution
Do we need to manage this?
Should we prevent expanding archives to a certain amount of sub archives? @Dclipsham @DavidUnderdown what are your opinions on that?
The text was updated successfully, but these errors were encountered: