10-30-2024, 12:59 PM
1. I knew that there a is difference between the keyspace and total candidates. And that I've should always use what the keyspace command returns.
3. I've tried few times and always got this result so it's not autotune. Now I did tests with and without -S
which would be what is expected, now the question changes to why -S fucks things and the estimate time is higher. My undestanding was the if the algo is marked as slow it should be used.
3. I've tried few times and always got this result so it's not autotune. Now I did tests with and without -S
Code:
FULL : 1 hour, 29 mins;
First half : 57 mins, 19 secs
Second half : 58 mins, 53 secs
FULL with -S : 2 hours, 17 mins
First half with -S : 6 mins, 53 secs
Second half with -S : 2 hours, 12 mins
which would be what is expected, now the question changes to why -S fucks things and the estimate time is higher. My undestanding was the if the algo is marked as slow it should be used.