hashtopolis / server

Hashtopolis - distributed password cracking with Hashcat
GNU General Public License v3.0
1.42k stars 212 forks source link

added multicolumn aggregation to DBA and improved three essential parts which suffer from many chunks #1069

Open s3inlc opened 2 months ago

s3inlc commented 2 months ago

This PR solves some of the issues with loading/handling of systems with large amount of tasks or larger number of agents:

The DBA function change was already adapted for the getChunkInfo() function as well, but there may be many places still around where potentially using either a aggregation function alone or using the newly added multicolumn aggregation could give potential additional speedups.